Last change
on this file since 814 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
-
Property svn:eol-style
set to
native
|
File size:
534 bytes
|
Rev | Line | |
---|
[556] | 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)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.