f6a59f8def
Change-Id: I57fc2f09a4e31e379c256dfe3f5d7546cdcf2b4b Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
13 lines
310 B
Prolog
13 lines
310 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
corelib \
|
|
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
|