aboutsummaryrefslogtreecommitdiffstats
path: root/demos/declarative/declarative.pro
blob: 561832c3477c21a03c5aa263b5dcb58a93a38779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 \
   rssnews \
   webbrowser

sources.path = $$[QT_INSTALL_DEMOS]/qtdeclarative/declarative
INSTALLS += sources