328df640f3
Change-Id: Ia6929f871485476e8b5bb14e7bf8117d0c562841 Reviewed-by: David Faure <david.faure@kdab.com>
28 lines
808 B
Prolog
28 lines
808 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 \
|
|
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
|
|
contains(DEFINES, QT_NO_TRANSLATION): SUBDIRS -= linguist
|