Benchmarks: Build gui benchmarks only when gui module available

Change-Id: I57fc2f09a4e31e379c256dfe3f5d7546cdcf2b4b
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
This commit is contained in:
Rainer Keller 2015-01-05 14:11:05 +01:00
parent ccb5978c6d
commit f6a59f8def

View File

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