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
|
Rev | Line | |
---|
[556] | 1 | TEMPLATE = subdirs
|
---|
| 2 | SUBDIRS = styledemo raycasting flickable digiflip
|
---|
| 3 |
|
---|
| 4 | contains(QT_CONFIG, svg) {
|
---|
| 5 | SUBDIRS += embeddedsvgviewer \
|
---|
| 6 | desktopservices
|
---|
[846] | 7 | fluidlauncher.subdir = fluidlauncher
|
---|
| 8 | fluidlauncher.depends = styledemo desktopservices raycasting flickable digiflip lightmaps flightinfo
|
---|
[556] | 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 |
|
---|
[846] | 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 |
|
---|
[556] | 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)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.