81043dcb55
Change-Id: I1bd9c40c7cc70e088a23283d1c3e89d12c1c5f7d Reviewed-by: Donald Carr <donald.carr@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com> Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
44 lines
1.2 KiB
Prolog
44 lines
1.2 KiB
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
network \
|
|
statemachine \
|
|
threads \
|
|
xml \
|
|
qpa
|
|
|
|
!contains(QT_CONFIG, no-gui) {
|
|
SUBDIRS += \
|
|
animation \
|
|
desktop \
|
|
dialogs \
|
|
draganddrop \
|
|
effects \
|
|
graphicsview \
|
|
ipc \
|
|
itemviews \
|
|
layouts \
|
|
linguist \
|
|
mainwindows \
|
|
painting \
|
|
richtext \
|
|
scroller \
|
|
sql \
|
|
tools \
|
|
tutorials \
|
|
widgets \
|
|
touch \
|
|
gestures
|
|
}
|
|
wince*|embedded|x11:!contains(QT_CONFIG, no-gui): SUBDIRS += embedded
|
|
|
|
contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib
|
|
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
|