qt5base-lts/tests/auto/gui/kernel/kernel.pro
Kent Hansen 5e19363699 Make gui tests build when widgets aren't available
Change-Id: I5b75116d148f84ae2f96dd6b573d14952c4b601c
Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
2012-06-07 00:38:01 +02:00

25 lines
419 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
qbackingstore \
qclipboard \
qdrag \
qevent \
qfileopenevent \
qguieventdispatcher \
qguimetatype \
qguitimer \
qguivariant \
qinputmethod \
qkeysequence \
qmouseevent \
qmouseevent_modal \
qpalette \
qscreen \
qtouchevent \
qwindow \
qguiapplication \
contains(QT_CONFIG, no-widgets): SUBDIRS -= \
qmouseevent_modal \
qtouchevent