Check for network module when building according benchmarks
Change-Id: I5e4cb3ef6fdb5de772d13029c11170d0f0eb3ee5 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
parent
bf04283b4e
commit
5dbd42a62e
@ -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
|
||||
|
@ -6,5 +6,5 @@ SUBDIRS = \
|
||||
qpixmap \
|
||||
qpixmapcache
|
||||
|
||||
!qtHaveModule(widgets): SUBDIRS -= \
|
||||
!qtHaveModule(widgets)|!qtHaveModule(network): SUBDIRS -= \
|
||||
qimagereader
|
||||
|
Loading…
Reference in New Issue
Block a user