2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
|
|
|
|
SUBDIRS += \
|
2011-11-07 12:45:12 +00:00
|
|
|
corelib \
|
2011-10-11 08:21:54 +00:00
|
|
|
dbus \
|
2011-11-03 12:33:32 +00:00
|
|
|
gui \
|
2011-11-04 15:43:53 +00:00
|
|
|
network \
|
2011-10-11 08:21:54 +00:00
|
|
|
opengl \
|
2011-09-02 10:08:47 +00:00
|
|
|
sql \
|
2011-09-09 07:57:55 +00:00
|
|
|
testlib \
|
2011-10-11 08:21:54 +00:00
|
|
|
tools \
|
|
|
|
xml \
|
2011-11-03 09:57:23 +00:00
|
|
|
other \
|
2011-10-20 11:17:26 +00:00
|
|
|
widgets \
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2011-10-11 08:21:54 +00:00
|
|
|
cross_compile: SUBDIRS -= tools
|
|
|
|
!contains(QT_CONFIG, opengl): SUBDIRS -= opengl
|
|
|
|
!unix|embedded|!contains(QT_CONFIG, dbus): SUBDIRS -= dbus
|
2011-11-16 10:21:23 +00:00
|
|
|
|
|
|
|
# disable 'make check' on Mac OS X for the following subdirs for the time being
|
|
|
|
mac {
|
|
|
|
network.CONFIG += no_check_target
|
|
|
|
widgets.CONFIG += no_check_target
|
|
|
|
}
|