qt5base-lts/tests/auto/gui/kernel/kernel.pro
Lars Knoll 94f9ee79a6 Clean up some conditions in our pro files
Change qtConfig(opengl(es2)?) to qtConfig(opengl) as that covers
the case without any regular expression.

Change-Id: I935e3150f87e195e8bd3d0e55b4ed43572b131cf
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
2016-11-14 19:22:17 +00:00

40 lines
710 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
qbackingstore \
qclipboard \
qdrag \
qevent \
qfileopenevent \
qguieventdispatcher \
qguieventloop \
qguimetatype \
qguitimer \
qguivariant \
qinputmethod \
qkeyevent \
qkeysequence \
qmouseevent \
qmouseevent_modal \
qpalette \
qscreen \
qsurfaceformat \
qtouchevent \
qwindow \
qguiapplication \
qpixelformat \
qopenglwindow \
qrasterwindow
win32:!winrt:qtHaveModule(network): SUBDIRS += noqteventloop
!qtHaveModule(widgets): SUBDIRS -= \
qmouseevent_modal \
qtouchevent
!qtHaveModule(network): SUBDIRS -= \
qguieventloop
!qtConfig(opengl): SUBDIRS -= qopenglwindow
uikit: SUBDIRS -= qclipboard