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/manual/scenegraph_lancelot/scenegraph/CMakeLists.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'tests/manual/scenegraph_lancelot/scenegraph') diff --git a/tests/manual/scenegraph_lancelot/scenegraph/CMakeLists.txt b/tests/manual/scenegraph_lancelot/scenegraph/CMakeLists.txt index 6f10497ace..3e5dca6d0a 100644 --- a/tests/manual/scenegraph_lancelot/scenegraph/CMakeLists.txt +++ b/tests/manual/scenegraph_lancelot/scenegraph/CMakeLists.txt @@ -4,6 +4,9 @@ ## tst_scenegraph Test: ##################################################################### +# Collect test data +list(APPEND test_data "../data") + add_qt_test(tst_scenegraph OUTPUT_DIRECTORY ".." SOURCES @@ -18,19 +21,17 @@ add_qt_test(tst_scenegraph PUBLIC_LIBRARIES Qt::Gui Qt::Network + TESTDATA ${test_data} ) #### Keys ignored in scope 1:.:.:scenegraph.pro:: -# CONFIG = "testcase" "console" +# TEST_HELPER_INSTALLS = ".././qmlscenegrabber" ## Scopes: ##################################################################### -#### Keys ignored in scope 2:.:.:scenegraph.pro:APPLE_OSX: -# CONFIG = "-app_bundle" - #### Keys ignored in scope 4:.:../../../../../qtbase/tests/baselineserver/shared:../../../../../qtbase/tests/baselineserver/shared/qbaselinetest.pri:WIN32: -# MKSPEC = "$$replaceQMAKESPEC,\\\\,/" +# MKSPEC = "$$replace(QMAKESPEC, \\\\, /)" #### Keys ignored in scope 5:.:../../../../../qtbase/tests/baselineserver/shared:../../../../../qtbase/tests/baselineserver/shared/qbaselinetest.pri:else: # MKSPEC = "$$QMAKESPEC" -- cgit v1.2.3