aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorØystein Heskestad <oystein.heskestad@qt.io>2021-07-16 16:44:02 +0200
committerØystein Heskestad <oystein.heskestad@qt.io>2021-07-19 12:49:54 +0200
commitf9784a8613d9c6a061abbb1bbb6cfbb55bb919e2 (patch)
tree32ebf1940079d4e136f0a52dd031b6b4e440ce20 /tests
parent76f8ac305b4363d4e56aa22eed68e9019b2da356 (diff)
Remove outdated qmake pro-files
Task-number: QTBUG-95167 Change-Id: I199e41cd2bd582b3f4d47b6d516fa2f506f93855 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/auto.pro7
-rw-r--r--tests/auto/cmake/cmake.pro7
-rw-r--r--tests/auto/qml/qml.pro32
-rw-r--r--tests/auto/webchannel/webchannel.pro19
-rw-r--r--tests/tests.pro3
5 files changed, 0 insertions, 68 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
deleted file mode 100644
index 308ac2b..0000000
--- a/tests/auto/auto.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-TEMPLATE = subdirs
-
-SUBDIRS += cmake webchannel
-
-qtHaveModule(quick) {
- SUBDIRS += qml
-}
diff --git a/tests/auto/cmake/cmake.pro b/tests/auto/cmake/cmake.pro
deleted file mode 100644
index 54d329c..0000000
--- a/tests/auto/cmake/cmake.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-
-# Cause make to do nothing.
-TEMPLATE = subdirs
-
-CMAKE_QT_MODULES_UNDER_TEST = webchannel
-
-CONFIG += ctest_testcase
diff --git a/tests/auto/qml/qml.pro b/tests/auto/qml/qml.pro
deleted file mode 100644
index 82a951a..0000000
--- a/tests/auto/qml/qml.pro
+++ /dev/null
@@ -1,32 +0,0 @@
-QT += testlib core-private webchannel-private
-TEMPLATE = app
-TARGET = qml
-
-CONFIG += warn_on qmltestcase
-
-# TODO: running tests without requiring make install
-IMPORTPATH += $$OUT_PWD/../../../qml $$PWD
-
-SOURCES += \
- qml.cpp \
- testtransport.cpp \
- testwebchannel.cpp \
- testobject.cpp
-
-HEADERS += \
- testtransport.h \
- testwebchannel.h \
- testobject.h
-
-OTHER_FILES += \
- Client.qml \
- WebChannelTest.qml \
- tst_webchannel.qml \
- tst_metaobjectpublisher.qml \
- tst_bench.qml \
- tst_multiclient.qml
-
-TESTDATA = data/*
-
-DISTFILES += \
- tst_webchannelseparation.qml
diff --git a/tests/auto/webchannel/webchannel.pro b/tests/auto/webchannel/webchannel.pro
deleted file mode 100644
index 2dcc610..0000000
--- a/tests/auto/webchannel/webchannel.pro
+++ /dev/null
@@ -1,19 +0,0 @@
-QT = core-private webchannel-private testlib
-
-CONFIG += testcase strict_flags warn_on
-
-INCLUDEPATH += ../../../src/webchannel
-VPATH += ../../../src/webchannel
-
-TARGET = tst_webchannel
-
-SOURCES += \
- tst_webchannel.cpp
-
-HEADERS += \
- tst_webchannel.h
-
-qtHaveModule(qml) {
- DEFINES += WEBCHANNEL_TESTS_CAN_USE_JS_ENGINE
- QT += qml
-}
diff --git a/tests/tests.pro b/tests/tests.pro
deleted file mode 100644
index f927700..0000000
--- a/tests/tests.pro
+++ /dev/null
@@ -1,3 +0,0 @@
-TEMPLATE = subdirs
-
-SUBDIRS += auto