Remove Symbian specific code.
[profile/ivi/qtdeclarative.git] / examples / declarative / 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 # OpenGL shader examples requires opengl and they contain some C++ and need to be built
10 contains(QT_CONFIG, opengl): SUBDIRS += shadereffects
11
12 # These examples contain no C++ and can simply be copied
13 sources.files = \
14    animation \
15    cppextensions \
16    i18n \
17    imageelements \
18    keyinteraction \
19    positioners \
20    sqllocalstorage \
21    text \
22    threading \
23    touchinteraction \
24    toys \
25    ui-components \
26    xml
27
28 sources.path = $$[QT_INSTALL_EXAMPLES]/declarative
29 INSTALLS += sources