diff options
author | jan Iversen <jani@apache.org> | 2018-07-07 20:55:27 +0200 |
---|---|---|
committer | jan Iversen <jani@apache.org> | 2018-07-12 17:12:56 +0200 |
commit | 55f0b3b1f8ac641fc29ffdbb166b9b6947d7eb03 (patch) | |
tree | d06e0ab535baa982cdcc3b28b49628b6d676f7bd /CMakeLists.txt | |
parent | fe38a768f2b1375a4201e271da52fc1f5712e9a0 (diff) | |
download | subsurface-55f0b3b1f8ac641fc29ffdbb166b9b6947d7eb03.tar.gz |
ssrf: add QuickTest to test libraries.
QuickTest enables QML TestCase which are used for qml testing
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ce8571c8a..b1d3632c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -226,7 +226,7 @@ endif() find_package(Qt5 REQUIRED COMPONENTS Core Concurrent Widgets Network Svg Test LinguistTools Positioning Quick Location ${QT_EXTRA_COMPONENTS}) set(QT_LIBRARIES Qt5::Core Qt5::Concurrent Qt5::Widgets Qt5::Network Qt5::Svg Qt5::Positioning Qt5::Quick Qt5::Location ${QT_EXTRA_LIBRARIES}) -set(QT_TEST_LIBRARIES ${QT_LIBRARIES} Qt5::Test) +set(QT_TEST_LIBRARIES ${QT_LIBRARIES} Qt5::Test Qt5::QuickTest) #disable bluetooth if Qt version is ancient. if (BTSUPPORT AND Qt5Widgets_VERSION VERSION_LESS 5.4.0) |