Fix concurrentrun test

This commit is contained in:
Jonas Kvinge
2020-10-19 22:33:08 +02:00
parent 06746449a1
commit 6c50077409
2 changed files with 10 additions and 9 deletions

View File

@@ -136,6 +136,7 @@ macro(add_test_file test_source gui_required)
)
target_link_libraries(${TEST_NAME} PRIVATE
${QtCore_LIBRARIES}
${QtConcurrent_LIBRARIES}
${QtWidgets_LIBRARIES}
${QtNetwork_LIBRARIES}
${QtSql_LIBRARIES}