AppFwk : Linux fix : Add linking of thread library

This commit is contained in:
Magne Sjaastad 2017-09-07 10:47:26 +02:00
parent 3c107e6f9e
commit 4be32969f1

View File

@ -44,6 +44,7 @@ target_link_libraries ( ${PROJECT_NAME}
cafPdmXml cafPdmXml
cafUserInterface cafUserInterface
${QT_LIBRARIES} ${QT_LIBRARIES}
${THREAD_LIBRARY}
) )
# Copy Qt Dlls # Copy Qt Dlls