f3b45ffa61
Change-Id: I2d9d4e52caf0a39fef9648d8a9e83a0c1328f650 Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
33 lines
876 B
Prolog
33 lines
876 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += no_docs_target
|
|
|
|
SUBDIRS = \
|
|
gui \
|
|
network \
|
|
threads \
|
|
xml \
|
|
qpa
|
|
|
|
!contains(QT_CONFIG, no-widgets) {
|
|
SUBDIRS += widgets \
|
|
ipc \
|
|
linguist \
|
|
sql \
|
|
tools \
|
|
tutorials \
|
|
touch \
|
|
gestures
|
|
}
|
|
|
|
wince*|embedded|x11:!contains(QT_CONFIG, no-gui): SUBDIRS += embedded
|
|
|
|
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
|
|
contains(QT_CONFIG, dbus): SUBDIRS += dbus
|
|
contains(QT_CONFIG, concurrent): SUBDIRS += qtconcurrent
|
|
|
|
# install
|
|
sources.files = README *.pro
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]
|
|
INSTALLS += sources
|