Initial import from qtquick2.
[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    modelviews \
7    tutorials \
8    painteditem
9
10 # plugins uses a 'Time' class that conflicts with symbian e32std.h also defining a class of the same name
11 symbian:SUBDIRS -= plugins
12
13 # These examples contain no C++ and can simply be copied
14 sources.files = \
15    animation \
16    cppextensions \
17    i18n \
18    imageelements \
19    keyinteraction \
20    positioners \
21    sqllocalstorage \
22    text \
23    threading \
24    touchinteraction \
25    toys \
26    ui-components \
27    xml
28
29 sources.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative
30 INSTALLS += sources