qtmobility/examples/examples.pro
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
--- a/qtmobility/examples/examples.pro	Fri Jun 11 14:26:25 2010 +0300
+++ b/qtmobility/examples/examples.pro	Wed Jun 23 19:08:38 2010 +0300
@@ -19,8 +19,6 @@
     }
 }
 
-sources.path = $$QT_MOBILITY_PREFIX/bin
-INSTALLS += sources
 
 #BearerManagement examples
 contains(mobility_modules,bearer) {
@@ -55,6 +53,8 @@
         SUBDIRS += publish-subscribe
         contains(QT_CONFIG, declarative) {
             SUBDIRS += battery-charge
+
+            sources.files += battery-charge/battery-subscriber
         }
     }
 }
@@ -69,7 +69,12 @@
         radio \
         player \
         slideshow \
-        audiorecorder
+        audiorecorder \
+        audiodevices \
+        audioinput \
+        audiooutput \
+        videographicsitem \
+        videowidget
 }
 
 
@@ -97,6 +102,10 @@
     SUBDIRS += sensors
 }
 
+sources.path = $$QT_MOBILITY_PREFIX/bin
+INSTALLS += sources
+
 symbian {
-    SUBDIRS += s60installs/s60installs.pro
+    SUBDIRS += s60installs
 }
+