mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 23:13:38 +02:00
add pthread link dependency to interfac for UNIX
This commit is contained in:
parent
91334d6a39
commit
ae20bb5fa7
1 changed files with 4 additions and 0 deletions
|
@ -211,6 +211,10 @@ if (WIN32)
|
|||
add_paths_to_fixup_libs(${Qt5_DIR}/../../../plugins/qtwebengine)
|
||||
endif()
|
||||
|
||||
if (UNIX)
|
||||
target_link_libraries(${TARGET_NAME} pthread)
|
||||
endif(UNIX)
|
||||
|
||||
# assume we are using a Qt build without bearer management
|
||||
add_definitions(-DQT_NO_BEARERMANAGEMENT)
|
||||
|
||||
|
|
Loading…
Reference in a new issue