2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
|
|
|
|
SUBDIRS += \
|
|
|
|
corelib.pro \
|
2011-10-11 08:21:54 +00:00
|
|
|
dbus \
|
|
|
|
host.pro \
|
2011-04-27 10:05:43 +00:00
|
|
|
gui.pro \
|
2011-10-20 11:17:26 +00:00
|
|
|
integrationtests \
|
2011-04-27 10:05:43 +00:00
|
|
|
network.pro \
|
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 \
|
|
|
|
v8.pro \
|
|
|
|
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 -= host.pro
|
|
|
|
cross_compile: SUBDIRS -= tools
|
|
|
|
!contains(QT_CONFIG, opengl): SUBDIRS -= opengl
|
|
|
|
!unix|embedded|!contains(QT_CONFIG, dbus): SUBDIRS -= dbus
|
|
|
|
!contains(QT_CONFIG, v8): SUBDIRS -= v8.pro
|