aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qquickninepatchimage
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-03-09 16:41:38 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-03-17 14:39:47 +0000
commite558d0794b4b22e35ce217818dd96d1e45957b10 (patch)
tree87da2e2458f1af39876be2dd4c3864bd46e7051a /tests/auto/qquickninepatchimage
parentf52b95a96cc8f36f766635f9ddb6c95fa6b3c934 (diff)
CMake: Regenerate projectswip/cmake
Change-Id: Ifd6b2289de6465a010f5f2a32789221767b4d5be Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/qquickninepatchimage')
-rw-r--r--tests/auto/qquickninepatchimage/CMakeLists.txt15
1 files changed, 8 insertions, 7 deletions
diff --git a/tests/auto/qquickninepatchimage/CMakeLists.txt b/tests/auto/qquickninepatchimage/CMakeLists.txt
index dc8e0a5b..23c2adb2 100644
--- a/tests/auto/qquickninepatchimage/CMakeLists.txt
+++ b/tests/auto/qquickninepatchimage/CMakeLists.txt
@@ -23,31 +23,32 @@ qt_add_test(tst_qquickninepatchimage
DEFINES
QQC2_IMPORT_PATH=\\\"${CMAKE_CURRENT_SOURCE_DIR}/../../../src/imports\\\"
LIBRARIES
- Qt::CorePrivate
Qt::GuiPrivate
- Qt::QmlPrivate
Qt::QuickControls2Private
Qt::QuickPrivate
- Qt::QuickTemplates2Private
- Qt::TestPrivate
PUBLIC_LIBRARIES
+ Qt::CorePrivate
Qt::Gui
+ Qt::GuiPrivate
Qt::Qml
+ Qt::QmlPrivate
Qt::Quick
Qt::QuickControls2
- Qt::QuickTemplates2
+ Qt::QuickPrivate
+ Qt::QuickTemplates2Private
+ Qt::TestPrivate
TESTDATA ${test_data}
)
## Scopes:
#####################################################################
-qt_extend_target(tst_qquickninepatchimage CONDITION ANDROID OR APPLE_IOS
+qt_extend_target(tst_qquickninepatchimage CONDITION ANDROID OR IOS
DEFINES
QT_QMLTEST_DATADIR=\\\":/data\\\"
)
-qt_extend_target(tst_qquickninepatchimage CONDITION NOT ANDROID AND NOT APPLE_IOS
+qt_extend_target(tst_qquickninepatchimage CONDITION NOT ANDROID AND NOT IOS
DEFINES
QT_QMLTEST_DATADIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/data\\\"
)