summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/kernel.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui/kernel/kernel.pro')
-rw-r--r--tests/auto/gui/kernel/kernel.pro56
1 files changed, 0 insertions, 56 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