diff --git a/CMakeLists.txt b/CMakeLists.txt index e29d793d7fd..5f42e82315b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,11 +35,13 @@ if (WITH_TESTS) endif() find_package(Qt5 - COMPONENTS Concurrent Core Gui LinguistTools Network PrintSupport Qml Quick + COMPONENTS Concurrent Core Gui Network PrintSupport Qml Quick QuickWidgets Sql Widgets Xml ${QT_TEST_COMPONENT} REQUIRED ) +find_package(Qt5 COMPONENTS LinguistTools) + find_package(Threads) # Get information on directories from qmake