examples/quick/multipointtouch: move emitter instead of ParticleSystem
[profile/ivi/qtdeclarative.git] / examples / examples.pro
1 TEMPLATE = subdirs
2 SUBDIRS += \
3     demos \
4     shared \
5     localstorage \
6     particles \
7     qml \
8     quick \
9     tutorials \
10     window \
11     qmltest
12
13 # install
14 sources.files = shared examples.pro
15 sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/
16 INSTALLS += sources