author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 06 Jul 2010 15:10:48 +0300 | |
changeset 30 | 5dc02b23752f |
parent 0 | 1918ee327afb |
child 33 | 3e2da88830cd |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = subdirs |
2 |
SUBDIRS = styledemo raycasting flickable digiflip |
|
3 |
||
4 |
contains(QT_CONFIG, svg) { |
|
5 |
SUBDIRS += embeddedsvgviewer \ |
|
6 |
desktopservices |
|
30
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
7 |
fluidlauncher.subdir = fluidlauncher |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
8 |
fluidlauncher.depends = styledemo desktopservices raycasting flickable digiflip lightmaps flightinfo |
0 | 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 |
# install |
|
23 |
sources.files = README *.pro |
|
24 |
sources.path = $$[QT_INSTALL_DEMOS]/embedded |
|
25 |
INSTALLS += sources |
|
26 |
||
27 |
symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) |