qt5base-lts/tests/auto/gui/kernel/kernel.pro
Alexandru Croitor 2304acab5f CMake: Regenerate projects using pro2cmake one last time
And fix up some wrong qmake project files

Pick-to: 6.0
Change-Id: I66cb82aeb9c1419a74df1a650fa78a511ade7443
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2020-12-10 11:52:30 +01:00

57 lines
985 B
Prolog

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