Adapt to QtConcurrent being a separate module now.

This commit is contained in:
Felix Geyer
2015-07-22 17:22:31 +02:00
parent 5ad9edc3fd
commit 208b0f39e6
5 changed files with 7 additions and 3 deletions

View File

@@ -162,6 +162,7 @@ if(WITH_TESTS)
endif(WITH_TESTS)
find_package(Qt5Core REQUIRED)
find_package(Qt5Concurrent REQUIRED)
find_package(Qt5Widgets REQUIRED)
find_package(Qt5Test REQUIRED)
find_package(Qt5LinguistTools REQUIRED)