2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
2012-04-03 18:59:13 +00:00
|
|
|
SUBDIRS += \
|
|
|
|
demos \
|
|
|
|
shared \
|
|
|
|
localstorage \
|
|
|
|
particles \
|
|
|
|
qml \
|
|
|
|
quick \
|
|
|
|
tutorials \
|
|
|
|
window \
|
|
|
|
qmltest
|
2012-11-22 10:33:28 +00:00
|
|
|
|
|
|
|
# install
|
|
|
|
sources.files = shared examples.pro
|
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/
|
|
|
|
INSTALLS += sources
|