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-06-05 12:32:07 +00:00
|
|
|
!contains(QT_CONFIG, no-widgets) {
|
2012-08-17 11:23:19 +00:00
|
|
|
SUBDIRS += widgets \
|
|
|
|
ipc \
|
|
|
|
linguist \
|
|
|
|
sql \
|
|
|
|
tools \
|
|
|
|
touch \
|
|
|
|
gestures
|
2011-04-27 10:05:43 +00:00
|
|
|
}
|
2012-08-17 11:23:19 +00:00
|
|
|
|
2011-10-18 07:54:31 +00:00
|
|
|
wince*|embedded|x11:!contains(QT_CONFIG, no-gui): SUBDIRS += embedded
|
2011-06-23 14:59:09 +00:00
|
|
|
|
2012-07-26 06:29:13 +00:00
|
|
|
contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):!contains(QT_CONFIG, no-widgets):SUBDIRS += qtestlib
|
|
|
|
contains(QT_CONFIG, opengl):!contains(QT_CONFIG, no-widgets):SUBDIRS += opengl
|
2011-04-27 10:05:43 +00:00
|
|
|
contains(QT_CONFIG, dbus): SUBDIRS += dbus
|
|
|
|
contains(QT_CONFIG, concurrent): SUBDIRS += qtconcurrent
|
|
|
|
|
|
|
|
# install
|
|
|
|
sources.files = README *.pro
|
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]
|
|
|
|
INSTALLS += sources
|