ebfbac6145
Change-Id: Ib0a1e650913416e3ec05f1a86c139844a814f8bf Reviewed-on: http://codereview.qt.nokia.com/686 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Boddie
68 lines
1.7 KiB
Prolog
68 lines
1.7 KiB
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
network \
|
|
statemachine \
|
|
threads \
|
|
xml
|
|
|
|
!contains(QT_CONFIG, no-gui) {
|
|
SUBDIRS += \
|
|
animation \
|
|
desktop \
|
|
dialogs \
|
|
draganddrop \
|
|
effects \
|
|
graphicsview \
|
|
ipc \
|
|
itemviews \
|
|
layouts \
|
|
linguist \
|
|
mainwindows \
|
|
painting \
|
|
richtext \
|
|
scroller \
|
|
sql \
|
|
tools \
|
|
tutorials \
|
|
widgets \
|
|
uitools \
|
|
touch \
|
|
gestures
|
|
}
|
|
|
|
symbian: SUBDIRS = \
|
|
graphicsview \
|
|
itemviews \
|
|
network \
|
|
painting \
|
|
widgets \
|
|
draganddrop \
|
|
mainwindows \
|
|
sql \
|
|
uitools \
|
|
animation \
|
|
gestures \
|
|
xml
|
|
|
|
!contains(QT_CONFIG, no-gui):contains(QT_CONFIG, multimedia) {
|
|
SUBDIRS += multimedia
|
|
}
|
|
|
|
wince*|symbian|embedded|x11:!contains(QT_CONFIG, no-gui): SUBDIRS += embedded
|
|
|
|
embedded:SUBDIRS += qws
|
|
contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib
|
|
contains(QT_CONFIG, opengl): SUBDIRS += opengl
|
|
contains(QT_CONFIG, openvg): SUBDIRS += openvg
|
|
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
|
|
|
|
symbian: CONFIG += qt_example
|
|
maemo5: CONFIG += qt_example
|