Check for network module when building according benchmarks

Change-Id: I5e4cb3ef6fdb5de772d13029c11170d0f0eb3ee5
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Oliver Wolff 2013-02-19 13:29:32 +01:00 committed by The Qt Project
parent bf04283b4e
commit 5dbd42a62e
2 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@ TEMPLATE = subdirs
SUBDIRS = \
corelib \
gui \
network \
sql \
# removed-by-refactor qtHaveModule(opengl): SUBDIRS += opengl
qtHaveModule(dbus): SUBDIRS += dbus
qtHaveModule(network): SUBDIRS += network
check-trusted.CONFIG += recursive
QMAKE_EXTRA_TARGETS += check-trusted

View File

@ -6,5 +6,5 @@ SUBDIRS = \
qpixmap \
qpixmapcache
!qtHaveModule(widgets): SUBDIRS -= \
!qtHaveModule(widgets)|!qtHaveModule(network): SUBDIRS -= \
qimagereader