summaryrefslogtreecommitdiffstats
path: root/demos/declarative/declarative.pro
blob: 4d169e3f67b2b631e8a8f12aa064822afac12af1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = subdirs

# These demos contain C++ and need to be compiled
SUBDIRS = \
    minehunt

# These examples contain no C++ and can simply be copied
sources.files = \
   calculator \
   flickr \
   samegame \
   snake \
   twitter \
   webbrowser
sources.path = $$[QT_INSTALL_DEMOS]/declarative
INSTALLS += sources