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>
This commit is contained in:
Andrew Knight 2013-09-01 19:07:40 +03:00 committed by The Qt Project
parent 2e75cd55db
commit a05a3f6550

View File

@ -24,3 +24,6 @@ SUBDIRS=\
!qtHaveModule(widgets): SUBDIRS -= \
qmouseevent_modal \
qtouchevent
!qtHaveModule(network): SUBDIRS -= \
qguieventloop