Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / demos / declarative / declarative.pro
1 TEMPLATE = subdirs
2
3 # These demos contain C++ and need to be compiled
4 SUBDIRS = \
5     minehunt
6
7 # These examples contain no C++ and can simply be copied
8 sources.files = \
9    calculator \
10    flickr \
11    photoviewer \
12    samegame \
13    snake \
14    twitter \
15    rssnews \
16    webbrowser
17
18 sources.path = $$[QT_INSTALL_DEMOS]/qtdeclarative/declarative
19 INSTALLS += sources
20