qt5base-lts/tests/auto/gui/kernel/kernel.pro
Andrew Knight a05a3f6550 Remove qguieventloop from auto tests if network is unavailable
This test relies on network support.

Change-Id: I8918a7fe2f411fcaa2e4300486b8a66c63898221
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
2013-09-02 14:59:02 +02:00

30 lines
504 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
qbackingstore \
qclipboard \
qdrag \
qevent \
qfileopenevent \
qguieventdispatcher \
qguieventloop \
qguimetatype \
qguitimer \
qguivariant \
qinputmethod \
qkeysequence \
qmouseevent \
qmouseevent_modal \
qpalette \
qscreen \
qsurfaceformat \
qtouchevent \
qwindow \
qguiapplication \
!qtHaveModule(widgets): SUBDIRS -= \
qmouseevent_modal \
qtouchevent
!qtHaveModule(network): SUBDIRS -= \
qguieventloop