Remove Symbian specific code.
[profile/ivi/qtdeclarative.git] / examples / declarative / qtquick1 / qtquick1.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
9 # These examples contain no C++ and can simply be copied
10 sources.files = \
11    animation \
12    cppextensions \
13    i18n \
14    imageelements \
15    keyinteraction \
16    positioners \
17    sqllocalstorage \
18    text \
19    threading \
20    touchinteraction \
21    toys \
22    ui-components \
23    xml
24
25 sources.path = $$[QT_INSTALL_EXAMPLES]/declarative
26 INSTALLS += sources