qt5base-lts/tests/auto/gui/kernel/kernel.pro

59 lines
1.0 KiB
Prolog
Raw Normal View History

TEMPLATE=subdirs
SUBDIRS=\
qaction \
qactiongroup \
qbackingstore \
qclipboard \
qcursor \
qdrag \
qevent \
qfileopenevent \
qguieventdispatcher \
qguieventloop \
qguimetatype \
qguitimer \
qguivariant \
qhighdpiscaling \
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(highdpiscaling): SUBDIRS -= qhighdpiscaling
!qtConfig(opengl): SUBDIRS -= qopenglwindow
android|uikit: SUBDIRS -= qclipboard