aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/scenegraph_lancelot
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2021-01-15 13:37:58 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2021-01-15 15:34:22 +0100
commit78ab4b8d8b75fed240cded1a3f182048e56a8823 (patch)
tree96cdc6b049a1f8330648134eecfe74b75be28350 /tests/manual/scenegraph_lancelot
parentbd017c18ab1faa6011db12afadade74172e03de7 (diff)
Remove the qmake project files
Remove all qmake project files, except for examples which are used to test that qmake continues to work. Change-Id: Ic4abb72dc2dcd75df7a797c56056b6b3c5fe62ac Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'tests/manual/scenegraph_lancelot')
-rw-r--r--tests/manual/scenegraph_lancelot/scenegrabber/scenegrabber.pro10
-rw-r--r--tests/manual/scenegraph_lancelot/scenegraph/scenegraph.pro17
-rw-r--r--tests/manual/scenegraph_lancelot/scenegraph_lancelot.pro2
3 files changed, 0 insertions, 29 deletions
diff --git a/tests/manual/scenegraph_lancelot/scenegrabber/scenegrabber.pro b/tests/manual/scenegraph_lancelot/scenegrabber/scenegrabber.pro
deleted file mode 100644
index 3ecb1f8ac1..0000000000
--- a/tests/manual/scenegraph_lancelot/scenegrabber/scenegrabber.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-TARGET = qmlscenegrabber
-DESTDIR=..
-CONFIG += console
-
-QT += quick
-
-SOURCES += main.cpp
-
-RESOURCES += \
- ../data/shared/shared.qrc
diff --git a/tests/manual/scenegraph_lancelot/scenegraph/scenegraph.pro b/tests/manual/scenegraph_lancelot/scenegraph/scenegraph.pro
deleted file mode 100644
index 9deb46427e..0000000000
--- a/tests/manual/scenegraph_lancelot/scenegraph/scenegraph.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-CONFIG += testcase
-TARGET = tst_scenegraph
-DESTDIR=..
-macx:CONFIG -= app_bundle
-CONFIG += console
-
-SOURCES += tst_scenegraph.cpp
-
-# Include Lancelot protocol code to communicate with baseline server.
-# Assuming that we are in a normal Qt5 source code tree
-include(../../../../../qtbase/tests/baselineserver/shared/qbaselinetest.pri)
-
-win32: TEST_HELPER_INSTALLS += .././qmlscenegrabber.exe
-else: macos: TEST_HELPER_INSTALLS += .././qmlscenegrabber.app
-else: TEST_HELPER_INSTALLS += .././qmlscenegrabber
-
-TESTDATA += ../data
diff --git a/tests/manual/scenegraph_lancelot/scenegraph_lancelot.pro b/tests/manual/scenegraph_lancelot/scenegraph_lancelot.pro
deleted file mode 100644
index 1bbb334e07..0000000000
--- a/tests/manual/scenegraph_lancelot/scenegraph_lancelot.pro
+++ /dev/null
@@ -1,2 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS = scenegrabber scenegraph