source: trunk/demos/embedded/embedded.pro@ 1030

Last change on this file since 1030 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

  • Property svn:eol-style set to native
File size: 895 bytes
Line 
1TEMPLATE = subdirs
2SUBDIRS = styledemo raycasting flickable digiflip
3
4contains(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
12SUBDIRS += lightmaps
13SUBDIRS += flightinfo
14contains(QT_CONFIG, svg) {
15 SUBDIRS += weatherinfo
16}
17
18contains(QT_CONFIG, webkit) {
19 SUBDIRS += anomaly
20}
21
22contains(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
28sources.files = README *.pro
29sources.path = $$[QT_INSTALL_DEMOS]/embedded
30INSTALLS += sources
31
32symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.