d3683fe37642edaf35bbec14af64b119865300bf
[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 # plugins uses a 'Time' class that conflicts with symbian e32std.h also defining a class of the same name
13 symbian:SUBDIRS -= plugins
14
15 # These examples contain no C++ and can simply be copied
16 sources.files = \
17    animation \
18    calculator \
19    cppextensions \
20    flickr \
21    i18n \
22    imageelements \
23    keyinteraction \
24    photoviewer \
25    positioners \
26    rssnews \
27    samegame \
28    snake \
29    sqllocalstorage \
30    text \
31    threading \
32    touchinteraction \
33    toys \
34    twitter \
35    ui-components \
36    webbrowser \
37    xml
38
39
40 sources.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative
41 INSTALLS += sources