From 387f360b3b2634094889478f2b258e65a70b9aa6 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 13 Nov 2019 19:13:03 +0100 Subject: Regenerate tests Change-Id: I67a6c8f1659e7b471a4fcb92a2699292cf4eea81 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann --- tests/auto/quick/qquickdesignersupport/CMakeLists.txt | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'tests/auto/quick/qquickdesignersupport/CMakeLists.txt') diff --git a/tests/auto/quick/qquickdesignersupport/CMakeLists.txt b/tests/auto/quick/qquickdesignersupport/CMakeLists.txt index 900822ed06..87492ff436 100644 --- a/tests/auto/quick/qquickdesignersupport/CMakeLists.txt +++ b/tests/auto/quick/qquickdesignersupport/CMakeLists.txt @@ -5,15 +5,12 @@ ##################################################################### # Collect test data - -file(GLOB test_data_glob - LIST_DIRECTORIES true +file(GLOB_RECURSE test_data_glob RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} - "data/*") + data/*) list(APPEND test_data ${test_data_glob}) add_qt_test(tst_qquickdesignersupport - GUI SOURCES ../../shared/util.cpp ../../shared/util.h ../shared/geometrytestutil.cpp ../shared/geometrytestutil.h @@ -37,15 +34,11 @@ add_qt_test(tst_qquickdesignersupport ) #### Keys ignored in scope 1:.:.:qquickdesignersupport.pro:: -# CONFIG = "testcase" # DISTFILES = "data/TestComponent.qml" "data/test.qml" "data/componentTest.qml" "data/Component01.qml" "data/Component02.qml" ## Scopes: ##################################################################### -#### Keys ignored in scope 2:.:.:qquickdesignersupport.pro:APPLE_OSX: -# CONFIG = "-app_bundle" - extend_target(tst_qquickdesignersupport CONDITION ANDROID OR APPLE_IOS DEFINES QT_QMLTEST_DATADIR=\\\":/data\\\" -- cgit v1.2.3