summaryrefslogtreecommitdiffstats
path: root/tests/auto/other
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other')
-rw-r--r--tests/auto/other/android/android.pro11
-rw-r--r--tests/auto/other/gestures/gestures.pro4
-rw-r--r--tests/auto/other/lancelot/lancelot.pro13
-rw-r--r--tests/auto/other/languagechange/languagechange.pro5
-rw-r--r--tests/auto/other/macgui/macgui.pro12
-rw-r--r--tests/auto/other/macnativeevents/macnativeevents.pro12
-rw-r--r--tests/auto/other/macplist/app/app.pro3
-rw-r--r--tests/auto/other/macplist/macplist.pro9
-rw-r--r--tests/auto/other/macplist/test/test.pro12
-rw-r--r--tests/auto/other/networkselftest/networkselftest.pro8
-rw-r--r--tests/auto/other/other.pro74
-rw-r--r--tests/auto/other/qaccessibility/qaccessibility.pro10
-rw-r--r--tests/auto/other/qaccessibilitylinux/qaccessibilitylinux.pro8
-rw-r--r--tests/auto/other/qaccessibilitymac/qaccessibilitymac.pro14
-rw-r--r--tests/auto/other/qcomplextext/qcomplextext.pro14
-rw-r--r--tests/auto/other/qfocusevent/qfocusevent.pro4
-rw-r--r--tests/auto/other/qnetworkaccessmanager_and_qprogressdialog/qnetworkaccessmanager_and_qprogressdialog.pro4
-rw-r--r--tests/auto/other/qobjectrace/qobjectrace.pro7
-rw-r--r--tests/auto/other/qprocess_and_guieventloop/qprocess_and_guieventloop.pro4
-rw-r--r--tests/auto/other/qprocess_and_guieventloop/test.pro4
-rw-r--r--tests/auto/other/qprocess_and_guieventloop/write-read-write/write-read-write.pro4
-rw-r--r--tests/auto/other/qsharedpointer_and_qwidget/qsharedpointer_and_qwidget.pro5
-rw-r--r--tests/auto/other/sessionmanagement_macos/sessionmanagement_macos.pro10
-rw-r--r--tests/auto/other/toolsupport/toolsupport.pro4
-rw-r--r--tests/auto/other/xkbkeyboard/xkbkeyboard.pro7
25 files changed, 0 insertions, 262 deletions
diff --git a/tests/auto/other/android/android.pro b/tests/auto/other/android/android.pro
deleted file mode 100644
index 60faf8050e..0000000000
--- a/tests/auto/other/android/android.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-CONFIG += testcase
-TARGET = tst_android
-QT = core testlib
-
-SOURCES += \
- tst_android.cpp
-
-ANDROID_PACKAGE_SOURCE_DIR = $$PWD/testdata
-
-DISTFILES += \
- testdata/assets/test.txt
diff --git a/tests/auto/other/gestures/gestures.pro b/tests/auto/other/gestures/gestures.pro
deleted file mode 100644
index 0ec0435f62..0000000000
--- a/tests/auto/other/gestures/gestures.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG += testcase
-TARGET = tst_gestures
-QT += widgets testlib
-SOURCES += tst_gestures.cpp
diff --git a/tests/auto/other/lancelot/lancelot.pro b/tests/auto/other/lancelot/lancelot.pro
deleted file mode 100644
index 5b9117983a..0000000000
--- a/tests/auto/other/lancelot/lancelot.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-CONFIG += testcase
-TARGET = tst_lancelot
-QT += testlib gui-private
-qtConfig(opengl): QT += opengl
-
-SOURCES += tst_lancelot.cpp \
- paintcommands.cpp
-HEADERS += paintcommands.h
-RESOURCES += images.qrc
-
-include($$PWD/../../../baselineserver/shared/qbaselinetest.pri)
-
-TESTDATA += scripts/*
diff --git a/tests/auto/other/languagechange/languagechange.pro b/tests/auto/other/languagechange/languagechange.pro
deleted file mode 100644
index 7dbd47f63d..0000000000
--- a/tests/auto/other/languagechange/languagechange.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-CONFIG += testcase
-win32:testcase.timeout = 1800 # test runtime varies greatly on Windows, QTBUG-26006
-TARGET = tst_languagechange
-QT += widgets core-private gui-private testlib
-SOURCES += tst_languagechange.cpp
diff --git a/tests/auto/other/macgui/macgui.pro b/tests/auto/other/macgui/macgui.pro
deleted file mode 100644
index 6ee22bdaec..0000000000
--- a/tests/auto/other/macgui/macgui.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-CONFIG += testcase
-TARGET = tst_macgui
-
-SOURCES += tst_macgui.cpp guitest.cpp
-HEADERS += guitest.h
-
-QT = core-private widgets-private testlib
-
-osx: LIBS += -framework ApplicationServices
-
-requires(mac)
-requires(widgets)
diff --git a/tests/auto/other/macnativeevents/macnativeevents.pro b/tests/auto/other/macnativeevents/macnativeevents.pro
deleted file mode 100644
index 0fe5949a1d..0000000000
--- a/tests/auto/other/macnativeevents/macnativeevents.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-CONFIG += testcase
-TARGET = tst_macnativeevents
-QT += widgets testlib
-HEADERS += qnativeevents.h nativeeventlist.h expectedeventlist.h
-SOURCES += qnativeevents.cpp qnativeevents_mac.cpp
-SOURCES += expectedeventlist.cpp nativeeventlist.cpp
-SOURCES += tst_macnativeevents.cpp
-
-requires(mac)
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
-
-LIBS += -framework AppKit
diff --git a/tests/auto/other/macplist/app/app.pro b/tests/auto/other/macplist/app/app.pro
deleted file mode 100644
index 9ccac831d0..0000000000
--- a/tests/auto/other/macplist/app/app.pro
+++ /dev/null
@@ -1,3 +0,0 @@
-QT += widgets
-
-SOURCES += main.cpp
diff --git a/tests/auto/other/macplist/macplist.pro b/tests/auto/other/macplist/macplist.pro
deleted file mode 100644
index df7143031a..0000000000
--- a/tests/auto/other/macplist/macplist.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-requires(widgets)
-
-TEMPLATE = subdirs
-
-test.depends = app
-SUBDIRS = app test
-
-
-
diff --git a/tests/auto/other/macplist/test/test.pro b/tests/auto/other/macplist/test/test.pro
deleted file mode 100644
index 5018abeca9..0000000000
--- a/tests/auto/other/macplist/test/test.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-CONFIG += testcase
-
-QT += testlib
-SOURCES += ../tst_macplist.cpp
-TARGET = ../tst_macplist
-win32 {
- CONFIG(debug, debug|release) {
- TARGET = ../../debug/tst_macplist
- } else {
- TARGET = ../../release/tst_macplist
- }
-}
diff --git a/tests/auto/other/networkselftest/networkselftest.pro b/tests/auto/other/networkselftest/networkselftest.pro
deleted file mode 100644
index ea81b10f8c..0000000000
--- a/tests/auto/other/networkselftest/networkselftest.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-CONFIG += testcase
-TARGET = tst_networkselftest
-
-SOURCES += tst_networkselftest.cpp
-QT = core core-private network testlib
-
-CONFIG += unsupported/testserver
-QT_TEST_SERVER_LIST = cyrus vsftpd apache2 ftp-proxy danted squid echo
diff --git a/tests/auto/other/other.pro b/tests/auto/other/other.pro
deleted file mode 100644
index 7b50783683..0000000000
--- a/tests/auto/other/other.pro
+++ /dev/null
@@ -1,74 +0,0 @@
-TEMPLATE=subdirs
-QT_FOR_CONFIG += gui-private
-
-SUBDIRS=\
- gestures \
- lancelot \
- languagechange \
- macgui \
- #macnativeevents \
- macplist \
- networkselftest \
- qaccessibility \
- # qaccessibilitylinux # QTBUG-44434 \
- qaccessibilitymac \
- qcomplextext \
- qfocusevent \
- qnetworkaccessmanager_and_qprogressdialog \
- qobjectrace \
- qsharedpointer_and_qwidget \
- qprocess_and_guieventloop \
- toolsupport \
-
-!qtHaveModule(gui): SUBDIRS -= \
- qcomplextext \
- qprocess_and_guieventloop \
-
-!qtHaveModule(widgets): SUBDIRS -= \
- gestures \
- lancelot \
- languagechange \
- macgui \
- macplist \
- qaccessibility \
- qfocusevent \
- qnetworkaccessmanager_and_qprogressdialog \
- qsharedpointer_and_qwidget \
- windowsmobile \
- qaccessibility \
- qaccessibilitylinux \
- qaccessibilitymac \
-
-!qtHaveModule(network): SUBDIRS -= \
- lancelot \
- networkselftest \
- qnetworkaccessmanager_and_qprogressdialog \
-
-cross_compile: SUBDIRS -= \
- atwrapper
-
-!qtHaveModule(gui)|!qtConfig(accessibility): SUBDIRS -= qaccessibility
-
-!qtHaveModule(gui)|!qtConfig(accessibility-atspi-bridge): SUBDIRS -= qaccessibilitylinux
-
-!qtConfig(process): SUBDIRS -= qprocess_and_guieventloop
-
-!macos|!qtHaveModule(gui): SUBDIRS -= \
- macgui \
- macnativeevents \
- macplist \
- qaccessibilitymac
-
-!embedded: SUBDIRS -= \
- qdirectpainter
-
-android: SUBDIRS += \
- android
-
-qtHaveModule(gui):qtConfig(xkbcommon): SUBDIRS += xkbkeyboard
-
-android: SUBDIRS -= \
- # QTBUG-87670
- qprocess_and_guieventloop \
- # QTBUG-87674
- qaccessibility
diff --git a/tests/auto/other/qaccessibility/qaccessibility.pro b/tests/auto/other/qaccessibility/qaccessibility.pro
deleted file mode 100644
index f909627cb7..0000000000
--- a/tests/auto/other/qaccessibility/qaccessibility.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qaccessibility
-requires(qtConfig(accessibility))
-QT += testlib core-private gui-private widgets-private testlib-private
-SOURCES += tst_qaccessibility.cpp
-HEADERS += accessiblewidgets.h
-
-unix:!darwin:!haiku:!integity: LIBS += -lm
-
-win32: LIBS += -loleacc -loleaut32 -lole32 -luuid
diff --git a/tests/auto/other/qaccessibilitylinux/qaccessibilitylinux.pro b/tests/auto/other/qaccessibilitylinux/qaccessibilitylinux.pro
deleted file mode 100644
index 837ef8ad69..0000000000
--- a/tests/auto/other/qaccessibilitylinux/qaccessibilitylinux.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-CONFIG += testcase
-
-TARGET = tst_qaccessibilitylinux
-SOURCES += tst_qaccessibilitylinux.cpp
-
-QT += gui-private widgets dbus testlib linuxaccessibility_support-private
-
-DBUS_INTERFACES = $$PWD/../../../../src/platformsupport/linuxaccessibility/dbusxml/Bus.xml
diff --git a/tests/auto/other/qaccessibilitymac/qaccessibilitymac.pro b/tests/auto/other/qaccessibilitymac/qaccessibilitymac.pro
deleted file mode 100644
index e55757775e..0000000000
--- a/tests/auto/other/qaccessibilitymac/qaccessibilitymac.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qaccessibilitymac
-QT += widgets testlib
-
-HEADERS += tst_qaccessibilitymac_helpers.h
-SOURCES += tst_qaccessibilitymac.cpp
-
-mac {
- LIBS += -framework Security -framework AppKit -framework ApplicationServices
- OBJECTIVE_SOURCES += tst_qaccessibilitymac_helpers.mm
-}
-
-
-requires(mac)
diff --git a/tests/auto/other/qcomplextext/qcomplextext.pro b/tests/auto/other/qcomplextext/qcomplextext.pro
deleted file mode 100644
index 5135b48fee..0000000000
--- a/tests/auto/other/qcomplextext/qcomplextext.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qcomplextext
-QT += testlib
-QT += core-private gui-private
-SOURCES += tst_qcomplextext.cpp
-
-TESTDATA += data
-
-android {
- RESOURCES += \
- android_testdata.qrc
-}
-
-builtin_testdata: DEFINES += BUILTIN_TESTDATA
diff --git a/tests/auto/other/qfocusevent/qfocusevent.pro b/tests/auto/other/qfocusevent/qfocusevent.pro
deleted file mode 100644
index 95445f30fa..0000000000
--- a/tests/auto/other/qfocusevent/qfocusevent.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qfocusevent
-QT += widgets testlib gui-private
-SOURCES += tst_qfocusevent.cpp
diff --git a/tests/auto/other/qnetworkaccessmanager_and_qprogressdialog/qnetworkaccessmanager_and_qprogressdialog.pro b/tests/auto/other/qnetworkaccessmanager_and_qprogressdialog/qnetworkaccessmanager_and_qprogressdialog.pro
deleted file mode 100644
index b03a448dfb..0000000000
--- a/tests/auto/other/qnetworkaccessmanager_and_qprogressdialog/qnetworkaccessmanager_and_qprogressdialog.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qnetworkaccessmanager_and_qprogressdialog
-SOURCES += tst_qnetworkaccessmanager_and_qprogressdialog.cpp
-QT += network widgets testlib
diff --git a/tests/auto/other/qobjectrace/qobjectrace.pro b/tests/auto/other/qobjectrace/qobjectrace.pro
deleted file mode 100644
index 6536810534..0000000000
--- a/tests/auto/other/qobjectrace/qobjectrace.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-CONFIG += testcase
-SOURCES += tst_qobjectrace.cpp
-QT = core testlib
-
-INCLUDEPATH += ../../../shared/
-HEADERS += ../../../shared/emulationdetector.h
-
diff --git a/tests/auto/other/qprocess_and_guieventloop/qprocess_and_guieventloop.pro b/tests/auto/other/qprocess_and_guieventloop/qprocess_and_guieventloop.pro
deleted file mode 100644
index e349fe5b11..0000000000
--- a/tests/auto/other/qprocess_and_guieventloop/qprocess_and_guieventloop.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS = \
- write-read-write
-SUBDIRS += test.pro
diff --git a/tests/auto/other/qprocess_and_guieventloop/test.pro b/tests/auto/other/qprocess_and_guieventloop/test.pro
deleted file mode 100644
index 50c4e1d72b..0000000000
--- a/tests/auto/other/qprocess_and_guieventloop/test.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG += testcase
-QT = core gui testlib
-SOURCES = tst_qprocess_and_guieventloop.cpp
-TARGET = tst_qprocess_and_guieventloop
diff --git a/tests/auto/other/qprocess_and_guieventloop/write-read-write/write-read-write.pro b/tests/auto/other/qprocess_and_guieventloop/write-read-write/write-read-write.pro
deleted file mode 100644
index 6a23e52d95..0000000000
--- a/tests/auto/other/qprocess_and_guieventloop/write-read-write/write-read-write.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-SOURCES = main.cpp
-CONFIG -= qt
-CONFIG += cmdline
-DESTDIR = ./
diff --git a/tests/auto/other/qsharedpointer_and_qwidget/qsharedpointer_and_qwidget.pro b/tests/auto/other/qsharedpointer_and_qwidget/qsharedpointer_and_qwidget.pro
deleted file mode 100644
index 722f575f80..0000000000
--- a/tests/auto/other/qsharedpointer_and_qwidget/qsharedpointer_and_qwidget.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qsharedpointer_and_qwidget
-QT += widgets testlib
-SOURCES += tst_qsharedpointer_and_qwidget.cpp
-DEFINES += SRCDIR=\\\"$$PWD/\\\"
diff --git a/tests/auto/other/sessionmanagement_macos/sessionmanagement_macos.pro b/tests/auto/other/sessionmanagement_macos/sessionmanagement_macos.pro
deleted file mode 100644
index cef53bdf28..0000000000
--- a/tests/auto/other/sessionmanagement_macos/sessionmanagement_macos.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-CONFIG += testcase
-TARGET = tst_sessionmanagement_macos
-
-OBJECTIVE_SOURCES += tst_sessionmanagement_macos.mm
-
-QT = testlib gui core
-LIBS += -framework AppKit
-
-requires(mac)
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
diff --git a/tests/auto/other/toolsupport/toolsupport.pro b/tests/auto/other/toolsupport/toolsupport.pro
deleted file mode 100644
index 7603dea79e..0000000000
--- a/tests/auto/other/toolsupport/toolsupport.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG += testcase
-TARGET = tst_toolsupport
-QT = testlib core-private
-SOURCES = $$PWD/tst_toolsupport.cpp
diff --git a/tests/auto/other/xkbkeyboard/xkbkeyboard.pro b/tests/auto/other/xkbkeyboard/xkbkeyboard.pro
deleted file mode 100644
index 17396ee475..0000000000
--- a/tests/auto/other/xkbkeyboard/xkbkeyboard.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-CONFIG += testcase
-TARGET = tst_xkbkeyboard
-
-SOURCES += tst_xkbkeyboard.cpp
-
-QT = core-private gui-private testlib
-