mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
ssrf: add QuickTest to test libraries.
QuickTest enables QML TestCase which are used for qml testing Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
fe38a768f2
commit
55f0b3b1f8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue