summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-04-29 16:57:52 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-04-30 17:17:24 +0200
commit697d3a89b28264910c2a06e89ca6a31d0e7e7827 (patch)
tree93b991320c62fdb071bea0866796fcc226beb751 /tests
parent19ce4928fcafc687fa94f32c15bc9ba2d7044053 (diff)
Remove qmake project files
Task-number: QTBUG-88742 Change-Id: Ib6ac2245f9f7788b684433b6a260331835dcdab2 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/auto.pro8
-rw-r--r--tests/auto/qml/qml.pro6
-rw-r--r--tests/auto/qml/qqmlparser/.prev_CMakeLists.txt23
-rw-r--r--tests/auto/qml/qqmlparser/qqmlparser.pro9
-rw-r--r--tests/auto/quick/.prev_CMakeLists.txt2
-rw-r--r--tests/auto/quick/examples/examples.pro12
-rw-r--r--tests/auto/quick/quick.pro7
-rw-r--r--tests/tests.pro2
8 files changed, 0 insertions, 69 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
deleted file mode 100644
index bc6a6dffb..000000000
--- a/tests/auto/auto.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-TEMPLATE=subdirs
-qtHaveModule(quick) {
- SUBDIRS += quick
-}
-qtHaveModule(qml) {
- SUBDIRS += qml
-}
-
diff --git a/tests/auto/qml/qml.pro b/tests/auto/qml/qml.pro
deleted file mode 100644
index 4bc0180d6..000000000
--- a/tests/auto/qml/qml.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-TEMPLATE = subdirs
-QT_FOR_CONFIG += qml-private
-
-qtConfig(private_tests): \
- SUBDIRS += qqmlparser
-
diff --git a/tests/auto/qml/qqmlparser/.prev_CMakeLists.txt b/tests/auto/qml/qqmlparser/.prev_CMakeLists.txt
deleted file mode 100644
index 29f399668..000000000
--- a/tests/auto/qml/qqmlparser/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-# Generated from qqmlparser.pro.
-
-#####################################################################
-## tst_qqmlparser Test:
-#####################################################################
-
-qt_internal_add_test(tst_qqmlparser
- SOURCES
- tst_qqmlparser.cpp
- DEFINES
- SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}\\\"
- PUBLIC_LIBRARIES
- Qt::Gui
- Qt::QmlPrivate
-)
-
-## Scopes:
-#####################################################################
-
-qt_internal_extend_target(tst_qqmlparser CONDITION CMAKE_CROSSCOMPILING
- DEFINES
- QTEST_CROSS_COMPILED
-)
diff --git a/tests/auto/qml/qqmlparser/qqmlparser.pro b/tests/auto/qml/qqmlparser/qqmlparser.pro
deleted file mode 100644
index fa85b93c4..000000000
--- a/tests/auto/qml/qqmlparser/qqmlparser.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qqmlparser
-QT += qml-private testlib
-macos:CONFIG -= app_bundle
-
-SOURCES += tst_qqmlparser.cpp
-DEFINES += SRCDIR=\\\"$$PWD\\\"
-
-cross_compile: DEFINES += QTEST_CROSS_COMPILED
diff --git a/tests/auto/quick/.prev_CMakeLists.txt b/tests/auto/quick/.prev_CMakeLists.txt
deleted file mode 100644
index 9a7f6b74b..000000000
--- a/tests/auto/quick/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-# Generated from quick.pro.
-
diff --git a/tests/auto/quick/examples/examples.pro b/tests/auto/quick/examples/examples.pro
deleted file mode 100644
index 4e7ed1908..000000000
--- a/tests/auto/quick/examples/examples.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-CONFIG += testcase
-testcase.timeout = 400 # this test is slow
-TARGET = tst_examples
-macos:CONFIG -= app_bundle
-
-SOURCES += tst_examples.cpp
-DEFINES += SRCDIR=\\\"$$PWD\\\"
-
-#temporary
-QT += core-private gui-private qml-private quick-private testlib
-!qtHaveModule(xmlpatterns): DEFINES += QT_NO_XMLPATTERNS
-
diff --git a/tests/auto/quick/quick.pro b/tests/auto/quick/quick.pro
deleted file mode 100644
index b2542cf2f..000000000
--- a/tests/auto/quick/quick.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-TEMPLATE = subdirs
-
-!cross_compile: PRIVATETESTS += examples
-
-qtConfig(private_tests) {
- SUBDIRS += $$PRIVATETESTS
-}
diff --git a/tests/tests.pro b/tests/tests.pro
deleted file mode 100644
index 85e4f3a53..000000000
--- a/tests/tests.pro
+++ /dev/null
@@ -1,2 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS += auto