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

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