add pthread link dependency to interfac for UNIX

This commit is contained in:
Andrew Meadows 2016-04-14 16:35:51 -07:00
parent 91334d6a39
commit ae20bb5fa7

View file

@ -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)