2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = \
|
|
|
|
corelib \
|
|
|
|
gui \
|
|
|
|
network \
|
2011-10-24 10:48:56 +00:00
|
|
|
sql \
|
2011-05-11 03:04:08 +00:00
|
|
|
|
2011-09-13 06:08:16 +00:00
|
|
|
# removed-by-refactor contains(QT_CONFIG, opengl): SUBDIRS += opengl
|
2011-04-27 10:05:43 +00:00
|
|
|
contains(QT_CONFIG, dbus): SUBDIRS += dbus
|
|
|
|
|
|
|
|
check-trusted.CONFIG += recursive
|
|
|
|
QMAKE_EXTRA_TARGETS += check-trusted
|