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 \
|
2012-02-03 13:17:26 +00:00
|
|
|
concurrent \
|
2011-11-03 09:57:23 +00:00
|
|
|
other \
|
2011-10-20 11:17:26 +00:00
|
|
|
widgets \
|
2012-03-10 02:43:21 +00:00
|
|
|
printsupport \
|
2012-04-18 14:46:26 +00:00
|
|
|
cmake
|
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
|
2012-03-16 11:53:35 +00:00
|
|
|
contains(QT_CONFIG, no-widgets): SUBDIRS -= widgets
|
2012-04-20 15:06:48 +00:00
|
|
|
!contains(QT_CONFIG, concurrent): SUBDIRS -= concurrent
|