aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
blob: f2b7a2dddfecf019520fdc11a8b639cc170181ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = subdirs
SUBDIRS += \
    demos \
    shared \
    localstorage \
    particles \
    qml \
    quick \
    tutorials \
    window \
    qmltest

# install
sources.files = shared examples.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/
INSTALLS += sources