2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
2012-05-07 11:54:52 +00:00
|
|
|
CONFIG += no_docs_target
|
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
SUBDIRS = \
|
2012-06-05 11:21:55 +00:00
|
|
|
gui \
|
2011-04-27 10:05:43 +00:00
|
|
|
network \
|
|
|
|
threads \
|
2011-10-28 08:41:14 +00:00
|
|
|
xml \
|
|
|
|
qpa
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2012-12-21 11:09:56 +00:00
|
|
|
qtHaveModule(widgets) {
|
2012-08-17 11:23:19 +00:00
|
|
|
SUBDIRS += widgets \
|
|
|
|
ipc \
|
|
|
|
sql \
|
|
|
|
tools \
|
|
|
|
touch \
|
|
|
|
gestures
|
2011-04-27 10:05:43 +00:00
|
|
|
}
|
2012-08-17 11:23:19 +00:00
|
|
|
|
2012-12-21 11:09:56 +00:00
|
|
|
wince*|embedded|x11:qtHaveModule(gui): SUBDIRS += embedded
|
2011-06-23 14:59:09 +00:00
|
|
|
|
2012-12-21 11:09:56 +00:00
|
|
|
contains(QT_BUILD_PARTS, tools):qtHaveModule(gui):qtHaveModule(widgets): SUBDIRS += qtestlib
|
|
|
|
qtHaveModule(opengl):qtHaveModule(widgets): SUBDIRS += opengl
|
|
|
|
qtHaveModule(dbus): SUBDIRS += dbus
|
|
|
|
qtHaveModule(concurrent): SUBDIRS += qtconcurrent
|
2012-12-10 18:29:33 +00:00
|
|
|
|
|
|
|
aggregate.files = aggregate/examples.pro
|
|
|
|
aggregate.path = $$[QT_INSTALL_EXAMPLES]
|
|
|
|
readme.files = README
|
|
|
|
readme.path = $$[QT_INSTALL_EXAMPLES]
|
|
|
|
INSTALLS += aggregate readme
|