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

# These demos contain C++ and need to be compiled
SUBDIRS = \
   calculator \
   flickr \
   photoviewer \
   minehunt \
   samegame \
   snake \
   rssnews \
   twitter

contains(QT_CONFIG, webkit):SUBDIRS += webbrowser