Remove Q_WS_*, symbian and maemo code in QtDeclarative
[profile/ivi/qtdeclarative.git] / examples / declarative / declarative.pro
1 TEMPLATE = subdirs
2
3 # These examples contain some C++ and need to be built
4 SUBDIRS = \
5    cppextensions \
6    minehunt \
7    modelviews \
8    painteditem \
9    tutorials \
10    script
11
12 # These examples contain no C++ and can simply be copied
13 sources.files = \
14    animation \
15    calculator \
16    cppextensions \
17    flickr \
18    i18n \
19    imageelements \
20    keyinteraction \
21    photoviewer \
22    positioners \
23    rssnews \
24    samegame \
25    snake \
26    sqllocalstorage \
27    text \
28    threading \
29    touchinteraction \
30    toys \
31    twitter \
32    ui-components \
33    webbrowser \
34    xml
35
36
37 sources.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative
38 INSTALLS += sources