aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/scenegraph_lancelot
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/scenegraph_lancelot')
-rw-r--r--tests/manual/scenegraph_lancelot/scenegrabber/CMakeLists.txt8
-rw-r--r--tests/manual/scenegraph_lancelot/scenegraph/CMakeLists.txt11
2 files changed, 7 insertions, 12 deletions
diff --git a/tests/manual/scenegraph_lancelot/scenegrabber/CMakeLists.txt b/tests/manual/scenegraph_lancelot/scenegrabber/CMakeLists.txt
index a237418657..9cf03d738a 100644
--- a/tests/manual/scenegraph_lancelot/scenegrabber/CMakeLists.txt
+++ b/tests/manual/scenegraph_lancelot/scenegrabber/CMakeLists.txt
@@ -4,7 +4,7 @@
## qmlscenegrabber Binary:
#####################################################################
-add_qt_executable(qmlscenegrabber
+add_qt_manual_test(qmlscenegrabber
OUTPUT_DIRECTORY ".."
SOURCES
main.cpp
@@ -13,11 +13,5 @@ add_qt_executable(qmlscenegrabber
Qt::Quick
)
-#### Keys ignored in scope 1:.:.:scenegrabber.pro:<TRUE>:
-# CONFIG = "console"
-
## Scopes:
#####################################################################
-
-#### Keys ignored in scope 2:.:.:scenegrabber.pro:APPLE_OSX:
-# CONFIG = "-app_bundle"
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:<TRUE>:
-# 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"