97baad65f6
Change-Id: I91f35e0f8a8c66fc60cad4470704f31f5b2812ab Reviewed-on: http://codereview.qt-project.org/4725 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Holger Ihrig <holger.ihrig@nokia.com>
12 lines
266 B
Prolog
12 lines
266 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
corelib \
|
|
gui \
|
|
network \
|
|
|
|
# removed-by-refactor contains(QT_CONFIG, opengl): SUBDIRS += opengl
|
|
contains(QT_CONFIG, dbus): SUBDIRS += dbus
|
|
|
|
check-trusted.CONFIG += recursive
|
|
QMAKE_EXTRA_TARGETS += check-trusted
|