0b26ad05bb
Update pro files after move gestures folder Update snippet statements Corrected path in imagegestures.pro Task-number: QTBUG-34749 Change-Id: Icc19908914e36507e412ab63bf0cc2809aa48e17 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
27 lines
432 B
INI
27 lines
432 B
INI
TEMPLATE = subdirs
|
|
CONFIG += no_docs_target
|
|
|
|
SUBDIRS = \
|
|
dbus \
|
|
embedded \
|
|
gui \
|
|
ipc \
|
|
json \
|
|
network \
|
|
opengl \
|
|
qpa \
|
|
qtconcurrent \
|
|
qtestlib \
|
|
sql \
|
|
threads \
|
|
tools \
|
|
touch \
|
|
widgets \
|
|
xml
|
|
|
|
aggregate.files = aggregate/examples.pro
|
|
aggregate.path = $$[QT_INSTALL_EXAMPLES]
|
|
readme.files = README
|
|
readme.path = $$[QT_INSTALL_EXAMPLES]
|
|
INSTALLS += aggregate readme
|