892af51834
Task-number: QTBUG-41200 Change-Id: I18df5a3c6f38d6b9a66b84a71777f1e4daa3ba3a Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
28 lines
467 B
Prolog
28 lines
467 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += no_docs_target
|
|
|
|
SUBDIRS = \
|
|
dbus \
|
|
embedded \
|
|
gui \
|
|
ipc \
|
|
json \
|
|
network \
|
|
qpa \
|
|
qtconcurrent \
|
|
qtestlib \
|
|
sql \
|
|
threads \
|
|
tools \
|
|
touch \
|
|
widgets \
|
|
xml
|
|
|
|
contains(QT_CONFIG, opengl): SUBDIRS += opengl
|
|
|
|
aggregate.files = aggregate/examples.pro
|
|
aggregate.path = $$[QT_INSTALL_EXAMPLES]
|
|
readme.files = README
|
|
readme.path = $$[QT_INSTALL_EXAMPLES]
|
|
INSTALLS += aggregate readme
|