summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-12-17 14:55:57 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-01-07 15:32:28 +0100
commitad2da2d27a590333fc89a56fc58700a09c3017b3 (patch)
tree7d916e7a15150d1ba3ca4af7f167e33f9d3c6cc6 /tests/auto/gui/kernel
parentfca3ea040c9d05f112c6fc018f0c8e8c68892642 (diff)
Remove the qmake project files
Remove the qmake project files for most of Qt. Leave the qmake project files for examples, because we still test those in the CI to ensure qmake does not regress. Also leave the qmake project files for utils and other minor parts that lack CMake project files. Task-number: QTBUG-88742 Change-Id: I6cdf059e6204816f617f9624f3ea9822703f73cc Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'tests/auto/gui/kernel')
-rw-r--r--tests/auto/gui/kernel/kernel.pro56
-rw-r--r--tests/auto/gui/kernel/noqteventloop/noqteventloop.pro8
-rw-r--r--tests/auto/gui/kernel/qaction/qaction.pro4
-rw-r--r--tests/auto/gui/kernel/qactiongroup/qactiongroup.pro4
-rw-r--r--tests/auto/gui/kernel/qaddpostroutine/qaddpostroutine.pro7
-rw-r--r--tests/auto/gui/kernel/qbackingstore/qbackingstore.pro6
-rw-r--r--tests/auto/gui/kernel/qclipboard/copier/copier.pro4
-rw-r--r--tests/auto/gui/kernel/qclipboard/paster/paster.pro4
-rw-r--r--tests/auto/gui/kernel/qclipboard/qclipboard.pro4
-rw-r--r--tests/auto/gui/kernel/qclipboard/test/test.pro18
-rw-r--r--tests/auto/gui/kernel/qcursor/qcursor.pro6
-rw-r--r--tests/auto/gui/kernel/qdrag/qdrag.pro10
-rw-r--r--tests/auto/gui/kernel/qevent/qevent.pro4
-rw-r--r--tests/auto/gui/kernel/qfileopenevent/qfileopenevent.pro2
-rw-r--r--tests/auto/gui/kernel/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.pro3
-rw-r--r--tests/auto/gui/kernel/qfileopenevent/test/test.pro4
-rw-r--r--tests/auto/gui/kernel/qguiapplication/qguiapplication.pro12
-rw-r--r--tests/auto/gui/kernel/qguieventdispatcher/qguieventdispatcher.pro4
-rw-r--r--tests/auto/gui/kernel/qguieventloop/qguieventloop.pro3
-rw-r--r--tests/auto/gui/kernel/qguimetatype/qguimetatype.pro4
-rw-r--r--tests/auto/gui/kernel/qguitimer/qguitimer.pro4
-rw-r--r--tests/auto/gui/kernel/qguivariant/no_application/no_application.pro4
-rw-r--r--tests/auto/gui/kernel/qguivariant/qguivariant.pro2
-rw-r--r--tests/auto/gui/kernel/qguivariant/test/test.pro6
-rw-r--r--tests/auto/gui/kernel/qhighdpi/qhighdpi.pro6
-rw-r--r--tests/auto/gui/kernel/qinputdevice/qinputdevice.pro4
-rw-r--r--tests/auto/gui/kernel/qinputmethod/qinputmethod.pro4
-rw-r--r--tests/auto/gui/kernel/qkeyevent/qkeyevent.pro4
-rw-r--r--tests/auto/gui/kernel/qkeysequence/qkeysequence.pro9
-rw-r--r--tests/auto/gui/kernel/qmouseevent/qmouseevent.pro4
-rw-r--r--tests/auto/gui/kernel/qmouseevent_modal/qmouseevent_modal.pro7
-rw-r--r--tests/auto/gui/kernel/qopenglwindow/qopenglwindow.pro6
-rw-r--r--tests/auto/gui/kernel/qpalette/qpalette.pro7
-rw-r--r--tests/auto/gui/kernel/qpixelformat/qpixelformat.pro6
-rw-r--r--tests/auto/gui/kernel/qrasterwindow/qrasterwindow.pro6
-rw-r--r--tests/auto/gui/kernel/qscreen/qscreen.pro6
-rw-r--r--tests/auto/gui/kernel/qshortcut/qshortcut.pro4
-rw-r--r--tests/auto/gui/kernel/qsurfaceformat/qsurfaceformat.pro6
-rw-r--r--tests/auto/gui/kernel/qtouchevent/qtouchevent.pro4
-rw-r--r--tests/auto/gui/kernel/qwindow/qwindow.pro8
40 files changed, 0 insertions, 274 deletions
diff --git a/tests/auto/gui/kernel/kernel.pro b/tests/auto/gui/kernel/kernel.pro
deleted file mode 100644
index 88108453b8..0000000000
--- a/tests/auto/gui/kernel/kernel.pro
+++ /dev/null
@@ -1,56 +0,0 @@
-TEMPLATE=subdirs
-SUBDIRS=\
- qaction \
- qactiongroup \
- qbackingstore \
- qclipboard \
- qcursor \
- qdrag \
- qevent \
- qfileopenevent \
- qguieventdispatcher \
- qguieventloop \
- qguimetatype \
- qguitimer \
- qguivariant \
- qhighdpi\
- qinputdevice \
- qinputmethod \
- qkeyevent \
- qkeysequence \
- qmouseevent \
- qmouseevent_modal \
- qpalette \
- qscreen \
- qshortcut \
- qsurfaceformat \
- qtouchevent \
- qwindow \
- qguiapplication \
- qpixelformat \
- qopenglwindow \
- qrasterwindow \
- qaddpostroutine
-
-win32:qtHaveModule(network): SUBDIRS += noqteventloop
-
-!qtConfig(shortcut): SUBDIRS -= \
- qkeysequence \
- qshortcut \
- qguimetatype \
- qguivariant
-
-!qtHaveModule(widgets): SUBDIRS -= \
- qmouseevent_modal \
- qtouchevent
-
-!qtHaveModule(network): SUBDIRS -= \
- qguieventloop
-
-!qtConfig(action): SUBDIRS -= \
- qaction \
- qactiongroup
-
-!qtConfig(opengl): SUBDIRS -= qopenglwindow
-
-android|uikit: SUBDIRS -= qclipboard
diff --git a/tests/auto/gui/kernel/noqteventloop/noqteventloop.pro b/tests/auto/gui/kernel/noqteventloop/noqteventloop.pro
deleted file mode 100644
index f538dd534a..0000000000
--- a/tests/auto/gui/kernel/noqteventloop/noqteventloop.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-CONFIG += testcase
-TARGET = tst_noqteventloop
-
-QT += core-private network gui-private testlib
-
-SOURCES += tst_noqteventloop.cpp
-
-qtConfig(dynamicgl):win32: LIBS += -luser32
diff --git a/tests/auto/gui/kernel/qaction/qaction.pro b/tests/auto/gui/kernel/qaction/qaction.pro
deleted file mode 100644
index 83e8296e68..0000000000
--- a/tests/auto/gui/kernel/qaction/qaction.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qaction_kernel
-QT += gui-private core-private testlib
-SOURCES += tst_qaction.cpp
diff --git a/tests/auto/gui/kernel/qactiongroup/qactiongroup.pro b/tests/auto/gui/kernel/qactiongroup/qactiongroup.pro
deleted file mode 100644
index a60109c63e..0000000000
--- a/tests/auto/gui/kernel/qactiongroup/qactiongroup.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qactiongroup_kernel
-QT += testlib
-SOURCES += tst_qactiongroup.cpp
diff --git a/tests/auto/gui/kernel/qaddpostroutine/qaddpostroutine.pro b/tests/auto/gui/kernel/qaddpostroutine/qaddpostroutine.pro
deleted file mode 100644
index e67720b5d5..0000000000
--- a/tests/auto/gui/kernel/qaddpostroutine/qaddpostroutine.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qaddpostroutine
-
-QT += testlib
-
-SOURCES += tst_qaddpostroutine.cpp
-
diff --git a/tests/auto/gui/kernel/qbackingstore/qbackingstore.pro b/tests/auto/gui/kernel/qbackingstore/qbackingstore.pro
deleted file mode 100644
index 211be4c1c0..0000000000
--- a/tests/auto/gui/kernel/qbackingstore/qbackingstore.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qbackingstore
-
-QT += core-private gui-private testlib
-
-SOURCES += tst_qbackingstore.cpp
diff --git a/tests/auto/gui/kernel/qclipboard/copier/copier.pro b/tests/auto/gui/kernel/qclipboard/copier/copier.pro
deleted file mode 100644
index def50b6476..0000000000
--- a/tests/auto/gui/kernel/qclipboard/copier/copier.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG -= app_bundle
-win32: DESTDIR = ../copier
-
-SOURCES += main.cpp
diff --git a/tests/auto/gui/kernel/qclipboard/paster/paster.pro b/tests/auto/gui/kernel/qclipboard/paster/paster.pro
deleted file mode 100644
index ef91e77b6e..0000000000
--- a/tests/auto/gui/kernel/qclipboard/paster/paster.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-win32: DESTDIR = ../paster
-CONFIG -= app_bundle
-
-SOURCES += main.cpp
diff --git a/tests/auto/gui/kernel/qclipboard/qclipboard.pro b/tests/auto/gui/kernel/qclipboard/qclipboard.pro
deleted file mode 100644
index d97c58dea0..0000000000
--- a/tests/auto/gui/kernel/qclipboard/qclipboard.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS = copier paster
-test.depends += $$SUBDIRS
-SUBDIRS += test
diff --git a/tests/auto/gui/kernel/qclipboard/test/test.pro b/tests/auto/gui/kernel/qclipboard/test/test.pro
deleted file mode 100644
index 8ccdecd405..0000000000
--- a/tests/auto/gui/kernel/qclipboard/test/test.pro
+++ /dev/null
@@ -1,18 +0,0 @@
-CONFIG += testcase
-SOURCES += ../tst_qclipboard.cpp
-TARGET = ../tst_qclipboard
-QT += testlib gui-private
-
-osx: LIBS += -framework AppKit
-
-win32 {
- CONFIG(debug, debug|release) {
- TARGET = ../../debug/tst_qclipboard
-} else {
- TARGET = ../../release/tst_qclipboard
- }
-}
-
-!android: TEST_HELPER_INSTALLS = \
- ../copier/copier \
- ../paster/paster
diff --git a/tests/auto/gui/kernel/qcursor/qcursor.pro b/tests/auto/gui/kernel/qcursor/qcursor.pro
deleted file mode 100644
index 16e7d7c41c..0000000000
--- a/tests/auto/gui/kernel/qcursor/qcursor.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-QT += testlib
-TARGET = tst_qcursor
-CONFIG += testcase
-CONFIG -= app_bundle
-
-SOURCES += tst_qcursor.cpp
diff --git a/tests/auto/gui/kernel/qdrag/qdrag.pro b/tests/auto/gui/kernel/qdrag/qdrag.pro
deleted file mode 100644
index ac3fde8028..0000000000
--- a/tests/auto/gui/kernel/qdrag/qdrag.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-############################################################
-# Project file for autotest for file qdrag.h
-############################################################
-
-CONFIG += testcase
-TARGET = tst_qdrag
-QT += testlib
-SOURCES += tst_qdrag.cpp
-
-
diff --git a/tests/auto/gui/kernel/qevent/qevent.pro b/tests/auto/gui/kernel/qevent/qevent.pro
deleted file mode 100644
index 2959089ce3..0000000000
--- a/tests/auto/gui/kernel/qevent/qevent.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qevent
-SOURCES += tst_qevent.cpp
-QT = core testlib
diff --git a/tests/auto/gui/kernel/qfileopenevent/qfileopenevent.pro b/tests/auto/gui/kernel/qfileopenevent/qfileopenevent.pro
deleted file mode 100644
index 45978d7b7e..0000000000
--- a/tests/auto/gui/kernel/qfileopenevent/qfileopenevent.pro
+++ /dev/null
@@ -1,2 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS = test qfileopeneventexternal
diff --git a/tests/auto/gui/kernel/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.pro b/tests/auto/gui/kernel/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.pro
deleted file mode 100644
index a4abaeedc6..0000000000
--- a/tests/auto/gui/kernel/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.pro
+++ /dev/null
@@ -1,3 +0,0 @@
-TEMPLATE = app
-TARGET = qfileopeneventexternal
-SOURCES += qfileopeneventexternal.cpp
diff --git a/tests/auto/gui/kernel/qfileopenevent/test/test.pro b/tests/auto/gui/kernel/qfileopenevent/test/test.pro
deleted file mode 100644
index a6d3f322ef..0000000000
--- a/tests/auto/gui/kernel/qfileopenevent/test/test.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qfileopenevent
-QT += testlib
-SOURCES += tst_qfileopenevent.cpp
diff --git a/tests/auto/gui/kernel/qguiapplication/qguiapplication.pro b/tests/auto/gui/kernel/qguiapplication/qguiapplication.pro
deleted file mode 100644
index 34b75a8397..0000000000
--- a/tests/auto/gui/kernel/qguiapplication/qguiapplication.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-CORE_TEST_PATH = ../../../corelib/kernel/qcoreapplication
-
-VPATH += $$CORE_TEST_PATH
-include($${CORE_TEST_PATH}/qcoreapplication.pro)
-INCLUDEPATH += $$CORE_TEST_PATH
-
-TARGET = tst_qguiapplication
-QT += gui-private
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x050E00
-SOURCES += tst_qguiapplication.cpp
-
-RESOURCES = tst_qguiapplication.qrc
diff --git a/tests/auto/gui/kernel/qguieventdispatcher/qguieventdispatcher.pro b/tests/auto/gui/kernel/qguieventdispatcher/qguieventdispatcher.pro
deleted file mode 100644
index 3057037e74..0000000000
--- a/tests/auto/gui/kernel/qguieventdispatcher/qguieventdispatcher.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qguieventdispatcher
-QT = core gui testlib
-SOURCES += ../../../corelib/kernel/qeventdispatcher/tst_qeventdispatcher.cpp
diff --git a/tests/auto/gui/kernel/qguieventloop/qguieventloop.pro b/tests/auto/gui/kernel/qguieventloop/qguieventloop.pro
deleted file mode 100644
index 633386fa75..0000000000
--- a/tests/auto/gui/kernel/qguieventloop/qguieventloop.pro
+++ /dev/null
@@ -1,3 +0,0 @@
-include(../../../corelib/kernel/qeventloop/qeventloop.pro)
-TARGET = tst_qguieventloop
-QT += gui
diff --git a/tests/auto/gui/kernel/qguimetatype/qguimetatype.pro b/tests/auto/gui/kernel/qguimetatype/qguimetatype.pro
deleted file mode 100644
index 331295bab9..0000000000
--- a/tests/auto/gui/kernel/qguimetatype/qguimetatype.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qguimetatype
-SOURCES += tst_qguimetatype.cpp
-QT = core gui testlib
diff --git a/tests/auto/gui/kernel/qguitimer/qguitimer.pro b/tests/auto/gui/kernel/qguitimer/qguitimer.pro
deleted file mode 100644
index 9c58f0e22c..0000000000
--- a/tests/auto/gui/kernel/qguitimer/qguitimer.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qguitimer
-QT = core core-private gui testlib
-SOURCES += ../../../corelib/kernel/qtimer/tst_qtimer.cpp
diff --git a/tests/auto/gui/kernel/qguivariant/no_application/no_application.pro b/tests/auto/gui/kernel/qguivariant/no_application/no_application.pro
deleted file mode 100644
index ada3817e55..0000000000
--- a/tests/auto/gui/kernel/qguivariant/no_application/no_application.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG += testcase
-TARGET = no_application
-SOURCES += main.cpp
-QT += testlib
diff --git a/tests/auto/gui/kernel/qguivariant/qguivariant.pro b/tests/auto/gui/kernel/qguivariant/qguivariant.pro
deleted file mode 100644
index 115da945a5..0000000000
--- a/tests/auto/gui/kernel/qguivariant/qguivariant.pro
+++ /dev/null
@@ -1,2 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS = test no_application
diff --git a/tests/auto/gui/kernel/qguivariant/test/test.pro b/tests/auto/gui/kernel/qguivariant/test/test.pro
deleted file mode 100644
index e285001b07..0000000000
--- a/tests/auto/gui/kernel/qguivariant/test/test.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qguivariant
-SOURCES += tst_qguivariant.cpp
-INCLUDEPATH += $$PWD/../../../../other/qvariant_common
-QT += testlib
-RESOURCES += qguivariant.qrc
diff --git a/tests/auto/gui/kernel/qhighdpi/qhighdpi.pro b/tests/auto/gui/kernel/qhighdpi/qhighdpi.pro
deleted file mode 100644
index 41e73848f3..0000000000
--- a/tests/auto/gui/kernel/qhighdpi/qhighdpi.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qhighdpi
-
-QT += core-private gui-private testlib
-
-SOURCES += tst_qhighdpi.cpp
diff --git a/tests/auto/gui/kernel/qinputdevice/qinputdevice.pro b/tests/auto/gui/kernel/qinputdevice/qinputdevice.pro
deleted file mode 100644
index a563776556..0000000000
--- a/tests/auto/gui/kernel/qinputdevice/qinputdevice.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qinputdevice
-SOURCES += tst_qinputdevice.cpp
-QT += gui gui-private testlib
diff --git a/tests/auto/gui/kernel/qinputmethod/qinputmethod.pro b/tests/auto/gui/kernel/qinputmethod/qinputmethod.pro
deleted file mode 100644
index 015cc782eb..0000000000
--- a/tests/auto/gui/kernel/qinputmethod/qinputmethod.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qinputmethod
-SOURCES += tst_qinputmethod.cpp
-QT += core-private gui-private testlib
diff --git a/tests/auto/gui/kernel/qkeyevent/qkeyevent.pro b/tests/auto/gui/kernel/qkeyevent/qkeyevent.pro
deleted file mode 100644
index c0a5786e27..0000000000
--- a/tests/auto/gui/kernel/qkeyevent/qkeyevent.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qkeyevent
-SOURCES += tst_qkeyevent.cpp
-QT = core gui testlib
diff --git a/tests/auto/gui/kernel/qkeysequence/qkeysequence.pro b/tests/auto/gui/kernel/qkeysequence/qkeysequence.pro
deleted file mode 100644
index 9f79fe9ab7..0000000000
--- a/tests/auto/gui/kernel/qkeysequence/qkeysequence.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qkeysequence
-
-QT += testlib
-QT += core-private gui-private
-
-SOURCES += tst_qkeysequence.cpp
-
-RESOURCES += qkeysequence.qrc
diff --git a/tests/auto/gui/kernel/qmouseevent/qmouseevent.pro b/tests/auto/gui/kernel/qmouseevent/qmouseevent.pro
deleted file mode 100644
index 6deac78485..0000000000
--- a/tests/auto/gui/kernel/qmouseevent/qmouseevent.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qmouseevent
-QT += testlib gui-private
-SOURCES += tst_qmouseevent.cpp
diff --git a/tests/auto/gui/kernel/qmouseevent_modal/qmouseevent_modal.pro b/tests/auto/gui/kernel/qmouseevent_modal/qmouseevent_modal.pro
deleted file mode 100644
index 7fd3a59edc..0000000000
--- a/tests/auto/gui/kernel/qmouseevent_modal/qmouseevent_modal.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qmouseevent_modal
-QT += widgets testlib
-SOURCES += tst_qmouseevent_modal.cpp
-
-
-
diff --git a/tests/auto/gui/kernel/qopenglwindow/qopenglwindow.pro b/tests/auto/gui/kernel/qopenglwindow/qopenglwindow.pro
deleted file mode 100644
index 28b12f0677..0000000000
--- a/tests/auto/gui/kernel/qopenglwindow/qopenglwindow.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qopenglwindow
-
-QT += opengl core-private gui-private testlib
-
-SOURCES += tst_qopenglwindow.cpp
diff --git a/tests/auto/gui/kernel/qpalette/qpalette.pro b/tests/auto/gui/kernel/qpalette/qpalette.pro
deleted file mode 100644
index 9dd3f3e715..0000000000
--- a/tests/auto/gui/kernel/qpalette/qpalette.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qpalette
-QT += testlib
-SOURCES += tst_qpalette.cpp
-
-
-
diff --git a/tests/auto/gui/kernel/qpixelformat/qpixelformat.pro b/tests/auto/gui/kernel/qpixelformat/qpixelformat.pro
deleted file mode 100644
index 970e5c7c2d..0000000000
--- a/tests/auto/gui/kernel/qpixelformat/qpixelformat.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qpixelformat
-
-QT += gui testlib
-
-SOURCES += tst_qpixelformat.cpp
diff --git a/tests/auto/gui/kernel/qrasterwindow/qrasterwindow.pro b/tests/auto/gui/kernel/qrasterwindow/qrasterwindow.pro
deleted file mode 100644
index 9acd7e510a..0000000000
--- a/tests/auto/gui/kernel/qrasterwindow/qrasterwindow.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qrasterwindow
-
-QT += core-private gui-private testlib
-
-SOURCES += tst_qrasterwindow.cpp
diff --git a/tests/auto/gui/kernel/qscreen/qscreen.pro b/tests/auto/gui/kernel/qscreen/qscreen.pro
deleted file mode 100644
index b631f4cf37..0000000000
--- a/tests/auto/gui/kernel/qscreen/qscreen.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qscreen
-
-QT += core-private gui-private testlib
-
-SOURCES += tst_qscreen.cpp
diff --git a/tests/auto/gui/kernel/qshortcut/qshortcut.pro b/tests/auto/gui/kernel/qshortcut/qshortcut.pro
deleted file mode 100644
index 5dc016b099..0000000000
--- a/tests/auto/gui/kernel/qshortcut/qshortcut.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qshortcut_kernel
-QT += testlib
-SOURCES += tst_qshortcut.cpp
diff --git a/tests/auto/gui/kernel/qsurfaceformat/qsurfaceformat.pro b/tests/auto/gui/kernel/qsurfaceformat/qsurfaceformat.pro
deleted file mode 100644
index 97d9d69fb7..0000000000
--- a/tests/auto/gui/kernel/qsurfaceformat/qsurfaceformat.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qsurfaceformat
-
-QT += core-private gui-private testlib
-
-SOURCES += tst_qsurfaceformat.cpp
diff --git a/tests/auto/gui/kernel/qtouchevent/qtouchevent.pro b/tests/auto/gui/kernel/qtouchevent/qtouchevent.pro
deleted file mode 100644
index 8506a005bc..0000000000
--- a/tests/auto/gui/kernel/qtouchevent/qtouchevent.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG += testcase
-SOURCES=tst_qtouchevent.cpp
-TARGET=tst_qtouchevent
-QT += testlib widgets gui-private
diff --git a/tests/auto/gui/kernel/qwindow/qwindow.pro b/tests/auto/gui/kernel/qwindow/qwindow.pro
deleted file mode 100644
index add42d4912..0000000000
--- a/tests/auto/gui/kernel/qwindow/qwindow.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qwindow
-
-QT += core-private gui-private testlib
-
-SOURCES += tst_qwindow.cpp
-
-qtConfig(dynamicgl):win32: LIBS += user32