mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
Merge pull request #7671 from AndrewMeadows/link-pthread
add pthread link dependency to interface for UNIX
This commit is contained in:
commit
a88cd4b786
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