0
|
1 |
TEMPLATE = subdirs
|
|
2 |
SUBDIRS = styledemo raycasting flickable digiflip
|
|
3 |
|
|
4 |
contains(QT_CONFIG, svg) {
|
|
5 |
SUBDIRS += embeddedsvgviewer \
|
|
6 |
desktopservices
|
|
7 |
!vxworks:!qnx:SUBDIRS += fluidlauncher
|
|
8 |
}
|
|
9 |
|
|
10 |
SUBDIRS += lightmaps
|
|
11 |
SUBDIRS += flightinfo
|
|
12 |
contains(QT_CONFIG, svg) {
|
|
13 |
SUBDIRS += weatherinfo
|
|
14 |
}
|
|
15 |
|
|
16 |
contains(QT_CONFIG, webkit) {
|
|
17 |
SUBDIRS += anomaly
|
|
18 |
}
|
|
19 |
|
|
20 |
# install
|
|
21 |
sources.files = README *.pro
|
|
22 |
sources.path = $$[QT_INSTALL_DEMOS]/embedded
|
|
23 |
INSTALLS += sources
|
|
24 |
|
|
25 |
symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|