From 53dc49ffc8c2e9e84d80b3e0bbef948e99172f9a Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Tue, 19 Feb 2013 13:06:34 +0100 Subject: Check for network module when building according auto tests Change-Id: I68013bf8e07be8d202b3253f997d4f4db05335a4 Reviewed-by: Friedemann Kleint --- tests/auto/auto.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/auto.pro') diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 6ff0734186..037883aa18 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -22,3 +22,4 @@ cross_compile: SUBDIRS -= tools !unix|embedded|!qtHaveModule(dbus): SUBDIRS -= dbus !qtHaveModule(widgets): SUBDIRS -= widgets printsupport !qtHaveModule(concurrent): SUBDIRS -= concurrent +!qtHaveModule(network): SUBDIRS -= network -- cgit v1.2.3