summaryrefslogtreecommitdiffstats
path: root/demos/declarative/declarative.pro
blob: aa60db0ef3ca1e65641eb201bb205013cb488f24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 \
   photoviewer \
   samegame \
   snake \
   twitter \
   webbrowser
sources.path = $$[QT_INSTALL_DEMOS]/declarative
INSTALLS += sources