summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorØystein Heskestad <oystein.heskestad@qt.io>2021-07-16 16:38:36 +0200
committerØystein Heskestad <oystein.heskestad@qt.io>2021-07-20 16:56:45 +0200
commitfe5d73ed59658aca9510b97397fad6e81c4ac734 (patch)
tree80b2284eb3dea3ee4daaf868c9f69ac94cf02d71 /tests
parent99ee94bfb365ff5a635a0efad81e7cb194c0ddf3 (diff)
downloadqtwebsockets-fe5d73ed59658aca9510b97397fad6e81c4ac734.tar.gz
Remove outdated qmake pro-files
Task-number: QTBUG-95167 Change-Id: I32f5c1f9d3a1a7cfd1c7ceea6a887418789bc63a 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.pro3
-rw-r--r--tests/auto/qml/qmlwebsockets/qmlwebsockets.pro9
-rw-r--r--tests/auto/websockets/dataprocessor/dataprocessor.pro13
-rw-r--r--tests/auto/websockets/handshakerequest/handshakerequest.pro13
-rw-r--r--tests/auto/websockets/handshakeresponse/handshakeresponse.pro13
-rw-r--r--tests/auto/websockets/qdefaultmaskgenerator/qdefaultmaskgenerator.pro13
-rw-r--r--tests/auto/websockets/qwebsocket/qwebsocket.pro11
-rw-r--r--tests/auto/websockets/qwebsocketcorsauthenticator/qwebsocketcorsauthenticator.pro12
-rw-r--r--tests/auto/websockets/qwebsocketserver/qwebsocketserver.pro15
-rw-r--r--tests/auto/websockets/websocketframe/websocketframe.pro13
-rw-r--r--tests/auto/websockets/websocketprotocol/websocketprotocol.pro13
-rw-r--r--tests/auto/websockets/websockets.pro16
-rw-r--r--tests/tests.pro5
15 files changed, 0 insertions, 163 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
deleted file mode 100644
index d96c4a5..0000000
--- a/tests/auto/auto.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-TEMPLATE = subdirs
-
-SUBDIRS += cmake websockets
-
-qtHaveModule(quick) {
- SUBDIRS += qml
-}
diff --git a/tests/auto/cmake/cmake.pro b/tests/auto/cmake/cmake.pro
deleted file mode 100644
index 76e5c3b..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 = websockets
-
-CONFIG += ctest_testcase
diff --git a/tests/auto/qml/qml.pro b/tests/auto/qml/qml.pro
deleted file mode 100644
index 56667e6..0000000
--- a/tests/auto/qml/qml.pro
+++ /dev/null
@@ -1,3 +0,0 @@
-TEMPLATE = subdirs
-
-!uikit: SUBDIRS += qmlwebsockets
diff --git a/tests/auto/qml/qmlwebsockets/qmlwebsockets.pro b/tests/auto/qml/qmlwebsockets/qmlwebsockets.pro
deleted file mode 100644
index 9405f37..0000000
--- a/tests/auto/qml/qmlwebsockets/qmlwebsockets.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-TEMPLATE = app
-TARGET = tst_qmlwebsockets
-CONFIG += qmltestcase
-CONFIG += console
-SOURCES += tst_qmlwebsockets.cpp
-
-importFiles.path = .
-DEPLOYMENT += importFiles
-
diff --git a/tests/auto/websockets/dataprocessor/dataprocessor.pro b/tests/auto/websockets/dataprocessor/dataprocessor.pro
deleted file mode 100644
index 907bfeb..0000000
--- a/tests/auto/websockets/dataprocessor/dataprocessor.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-CONFIG += console
-CONFIG += testcase
-CONFIG -= app_bundle
-
-TEMPLATE = app
-
-TARGET = tst_dataprocessor
-
-QT = testlib websockets-private
-
-SOURCES += tst_dataprocessor.cpp
-
-requires(qtConfig(private_tests))
diff --git a/tests/auto/websockets/handshakerequest/handshakerequest.pro b/tests/auto/websockets/handshakerequest/handshakerequest.pro
deleted file mode 100644
index b641445..0000000
--- a/tests/auto/websockets/handshakerequest/handshakerequest.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-CONFIG += console
-CONFIG += testcase
-CONFIG -= app_bundle
-
-TEMPLATE = app
-
-TARGET = tst_handshakerequest
-
-QT = testlib websockets-private
-
-SOURCES += tst_handshakerequest.cpp
-
-requires(qtConfig(private_tests))
diff --git a/tests/auto/websockets/handshakeresponse/handshakeresponse.pro b/tests/auto/websockets/handshakeresponse/handshakeresponse.pro
deleted file mode 100644
index 61ff2f7..0000000
--- a/tests/auto/websockets/handshakeresponse/handshakeresponse.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-CONFIG += console
-CONFIG += testcase
-CONFIG -= app_bundle
-
-TEMPLATE = app
-
-TARGET = tst_handshakeresponse
-
-QT = testlib websockets-private
-
-SOURCES += tst_handshakeresponse.cpp
-
-requires(qtConfig(private_tests))
diff --git a/tests/auto/websockets/qdefaultmaskgenerator/qdefaultmaskgenerator.pro b/tests/auto/websockets/qdefaultmaskgenerator/qdefaultmaskgenerator.pro
deleted file mode 100644
index 07ea14d..0000000
--- a/tests/auto/websockets/qdefaultmaskgenerator/qdefaultmaskgenerator.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-CONFIG += console
-CONFIG += testcase
-CONFIG -= app_bundle
-
-TEMPLATE = app
-
-TARGET = tst_defaultmaskgenerator
-
-QT = testlib websockets-private
-
-SOURCES += tst_defaultmaskgenerator.cpp
-
-requires(qtConfig(private_tests))
diff --git a/tests/auto/websockets/qwebsocket/qwebsocket.pro b/tests/auto/websockets/qwebsocket/qwebsocket.pro
deleted file mode 100644
index df143d5..0000000
--- a/tests/auto/websockets/qwebsocket/qwebsocket.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-CONFIG += console
-CONFIG += testcase
-CONFIG -= app_bundle
-
-QT = testlib websockets
-
-TARGET = tst_qwebsocket
-
-TEMPLATE = app
-
-SOURCES += tst_qwebsocket.cpp
diff --git a/tests/auto/websockets/qwebsocketcorsauthenticator/qwebsocketcorsauthenticator.pro b/tests/auto/websockets/qwebsocketcorsauthenticator/qwebsocketcorsauthenticator.pro
deleted file mode 100644
index caa97ad..0000000
--- a/tests/auto/websockets/qwebsocketcorsauthenticator/qwebsocketcorsauthenticator.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-CONFIG += console
-CONFIG += testcase
-CONFIG -= app_bundle
-
-TEMPLATE = app
-
-TARGET = tst_qwebsocketcorsauthenticator
-
-QT = testlib websockets
-
-SOURCES += tst_qwebsocketcorsauthenticator.cpp
-
diff --git a/tests/auto/websockets/qwebsocketserver/qwebsocketserver.pro b/tests/auto/websockets/qwebsocketserver/qwebsocketserver.pro
deleted file mode 100644
index c1ca4af..0000000
--- a/tests/auto/websockets/qwebsocketserver/qwebsocketserver.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-CONFIG += console
-CONFIG += testcase
-CONFIG -= app_bundle
-
-QT = testlib websockets
-
-TARGET = tst_qwebsocketserver
-
-TEMPLATE = app
-
-SOURCES += tst_qwebsocketserver.cpp
-
-RESOURCES += $$PWD/../shared/qwebsocketshared.qrc
-
-boot2qt: DEFINES += SHOULD_CHECK_SYSCALL_SUPPORT
diff --git a/tests/auto/websockets/websocketframe/websocketframe.pro b/tests/auto/websockets/websocketframe/websocketframe.pro
deleted file mode 100644
index babb296..0000000
--- a/tests/auto/websockets/websocketframe/websocketframe.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-CONFIG += console
-CONFIG += testcase
-CONFIG -= app_bundle
-
-TEMPLATE = app
-
-TARGET = tst_websocketframe
-
-QT = testlib websockets-private
-
-SOURCES += tst_websocketframe.cpp
-
-requires(qtConfig(private_tests))
diff --git a/tests/auto/websockets/websocketprotocol/websocketprotocol.pro b/tests/auto/websockets/websocketprotocol/websocketprotocol.pro
deleted file mode 100644
index 22a8140..0000000
--- a/tests/auto/websockets/websocketprotocol/websocketprotocol.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-CONFIG += console
-CONFIG += testcase
-CONFIG -= app_bundle
-
-TEMPLATE = app
-
-TARGET = tst_websocketprotocol
-
-QT = testlib websockets-private
-
-SOURCES += tst_websocketprotocol.cpp
-
-requires(qtConfig(private_tests))
diff --git a/tests/auto/websockets/websockets.pro b/tests/auto/websockets/websockets.pro
deleted file mode 100644
index b000229..0000000
--- a/tests/auto/websockets/websockets.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-TEMPLATE = subdirs
-
-SUBDIRS = \
- qwebsocketcorsauthenticator
-
-qtConfig(private_tests): SUBDIRS += \
- websocketprotocol \
- dataprocessor \
- websocketframe \
- handshakerequest \
- handshakeresponse \
- qdefaultmaskgenerator
-
-SUBDIRS += \
- qwebsocket \
- qwebsocketserver
diff --git a/tests/tests.pro b/tests/tests.pro
deleted file mode 100644
index dfc1ea0..0000000
--- a/tests/tests.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-TEMPLATE = subdirs
-
-CONFIG += no_docs_target
-
-SUBDIRS += auto