From 91e32f86b53bb930405a58e19c84746ee85cdf89 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Thu, 14 Nov 2019 11:39:42 +0100 Subject: Regenerate remaining tests to be in sync Change-Id: I200c8f58ad13bc1bc78409a3ce49348584ba5b51 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann --- tests/auto/qml/qqmlitemmodels/CMakeLists.txt | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'tests/auto/qml/qqmlitemmodels') diff --git a/tests/auto/qml/qqmlitemmodels/CMakeLists.txt b/tests/auto/qml/qqmlitemmodels/CMakeLists.txt index e65dc58ddf..988ffc9599 100644 --- a/tests/auto/qml/qqmlitemmodels/CMakeLists.txt +++ b/tests/auto/qml/qqmlitemmodels/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_qqmlitemmodels - GUI SOURCES ../../shared/util.cpp ../../shared/util.h qtestmodel.h @@ -28,15 +25,11 @@ add_qt_test(tst_qqmlitemmodels ) #### Keys ignored in scope 1:.:.:qqmlitemmodels.pro:: -# CONFIG = "testcase" # DISTFILES = "data/modelindex.qml" "data/persistentmodelindex.qml" "data/itemselectionrange.qml" "data/modelindexlist.qml" "data/itemselection.qml" "data/modelindexconversion.qml" ## Scopes: ##################################################################### -#### Keys ignored in scope 2:.:.:qqmlitemmodels.pro:APPLE_OSX: -# CONFIG = "-app_bundle" - extend_target(tst_qqmlitemmodels CONDITION ANDROID OR APPLE_IOS DEFINES QT_QMLTEST_DATADIR=\\\":/data\\\" -- cgit v1.2.3