1
TEMPLATE  = subdirs
2
SUBDIRS   = styledemo raycasting flickable digiflip
3
4
contains(QT_CONFIG, svg) {
5
    SUBDIRS += embeddedsvgviewer \
6
               desktopservices
7
    fluidlauncher.subdir = fluidlauncher
8
    fluidlauncher.depends = styledemo desktopservices raycasting flickable digiflip lightmaps flightinfo
9
    !vxworks:!qnx:SUBDIRS += fluidlauncher
10
}
11
12
SUBDIRS += lightmaps
13
SUBDIRS += flightinfo
14
contains(QT_CONFIG, svg) {
15
    SUBDIRS += weatherinfo
16
}
17
18
contains(QT_CONFIG, webkit) {
19
    SUBDIRS += anomaly
20
}
21
22
contains(QT_CONFIG, declarative) {
23
    # Qml demos require DEPLOYMENT support. Therefore, only symbian.
24
    symbian:SUBDIRS += qmlcalculator qmlclocks qmldialcontrol qmleasing qmlflickr qmlphotoviewer qmltwitter
25
}
26
27
# install
28
sources.files = README *.pro
29
sources.path = $$[QT_INSTALL_DEMOS]/embedded
30
INSTALLS += sources
31
32
symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)