aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/quick.pro
blob: 2f0d4309176be4e5650220283c8591129a37ea58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TEMPLATE = subdirs
SUBDIRS = accessibility \
            animation \
            draganddrop \
            canvas \
            imageelements \
            keyinteraction \
            modelviews \
            mousearea \
            positioners \
            righttoleft \
            scenegraph \
            shadereffects \
            text \
            threading \
            touchinteraction \
            customitems

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