summaryrefslogtreecommitdiffstats
path: root/demos/embedded/embedded.pro
diff options
context:
space:
mode:
Diffstat (limited to 'demos/embedded/embedded.pro')
-rw-r--r--demos/embedded/embedded.pro10
1 files changed, 8 insertions, 2 deletions
diff --git a/demos/embedded/embedded.pro b/demos/embedded/embedded.pro
index f876dc1..5bd3276 100644
--- a/demos/embedded/embedded.pro
+++ b/demos/embedded/embedded.pro
@@ -1,5 +1,5 @@
TEMPLATE = subdirs
-SUBDIRS = styledemo
+SUBDIRS = styledemo raycasting flickable digiflip
contains(QT_CONFIG, svg) {
SUBDIRS += embeddedsvgviewer \
@@ -7,6 +7,12 @@ contains(QT_CONFIG, svg) {
!vxworks:!qnx:SUBDIRS += fluidlauncher
}
+SUBDIRS += lightmaps
+SUBDIRS += flightinfo
+contains(QT_CONFIG, svg) {
+ SUBDIRS += weatherinfo
+}
+
contains(QT_CONFIG, webkit) {
SUBDIRS += anomaly
}
@@ -16,4 +22,4 @@ sources.files = README *.pro
sources.path = $$[QT_INSTALL_DEMOS]/embedded
INSTALLS += sources
-include($$QT_SOURCE_TREE/demos/demobase.pri)
+symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)