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:
parent
ccb5978c6d
commit
f6a59f8def
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user