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 = \
|
|
|
|
network \
|
|
|
|
statemachine \
|
|
|
|
threads \
|
2011-10-28 08:41:14 +00:00
|
|
|
xml \
|
|
|
|
qpa
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
!contains(QT_CONFIG, no-gui) {
|
|
|
|
SUBDIRS += \
|
|
|
|
animation \
|
|
|
|
desktop \
|
|
|
|
dialogs \
|
|
|
|
draganddrop \
|
|
|
|
effects \
|
|
|
|
graphicsview \
|
|
|
|
ipc \
|
|
|
|
layouts \
|
|
|
|
linguist \
|
|
|
|
mainwindows \
|
|
|
|
painting \
|
|
|
|
richtext \
|
|
|
|
scroller \
|
|
|
|
sql \
|
|
|
|
tools \
|
|
|
|
tutorials \
|
|
|
|
touch \
|
|
|
|
gestures
|
2012-03-16 11:53:35 +00:00
|
|
|
|
|
|
|
!contains(QT_CONFIG, no-widgets) {
|
|
|
|
SUBDIRS += widgets \
|
|
|
|
itemviews
|
|
|
|
}
|
2011-04-27 10:05:43 +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
|
|
|
|
2011-03-21 15:38:55 +00:00
|
|
|
contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib
|
2011-04-27 10:05:43 +00:00
|
|
|
contains(QT_CONFIG, opengl): SUBDIRS += opengl
|
|
|
|
contains(QT_CONFIG, dbus): SUBDIRS += dbus
|
|
|
|
contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
|
|
|
|
contains(QT_CONFIG, concurrent): SUBDIRS += qtconcurrent
|
|
|
|
|
|
|
|
# install
|
|
|
|
sources.files = README *.pro
|
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]
|
|
|
|
INSTALLS += sources
|