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
|
|
|
|
2012-09-07 12:59:15 +00:00
|
|
|
wince*: SUBDIRS -= printsupport
|
2011-10-11 08:21:54 +00:00
|
|
|
cross_compile: SUBDIRS -= tools
|
2012-12-21 11:09:56 +00:00
|
|
|
!qtHaveModule(opengl): SUBDIRS -= opengl
|
|
|
|
!unix|embedded|!qtHaveModule(dbus): SUBDIRS -= dbus
|
2013-02-19 12:09:44 +00:00
|
|
|
!qtHaveModule(widgets): SUBDIRS -= widgets
|
|
|
|
!qtHaveModule(printsupport): SUBDIRS -= printsupport
|
2012-12-21 11:09:56 +00:00
|
|
|
!qtHaveModule(concurrent): SUBDIRS -= concurrent
|
2013-02-19 12:06:34 +00:00
|
|
|
!qtHaveModule(network): SUBDIRS -= network
|