qtmobility/examples/weatherinfo/weatherinfo.pro
changeset 11 06b8e2af4411
parent 4 90517678cc4f
--- a/qtmobility/examples/weatherinfo/weatherinfo.pro	Thu May 27 13:42:11 2010 +0300
+++ b/qtmobility/examples/weatherinfo/weatherinfo.pro	Fri Jun 11 14:26:25 2010 +0300
@@ -22,16 +22,20 @@
                 ../flickrdemo
 
 symbian {
-    TARGET.CAPABILITY = NetworkServices Location ReadUserData
-}
-
-symbian: {
-    addFiles.sources = nmealog.txt
-    DEPLOYMENT += addFiles
+    symbian {
+        addFiles.sources = nmealog.txt
+        DEPLOYMENT += addFiles
+        TARGET.CAPABILITY += Location \
+                NetworkServices \
+                ReadUserData
+    }
+    wince* {
+        addFiles.sources = ./nmealog.txt
+        addFiles.path = .
+        DEPLOYMENT += addFiles
+    }
 } else {
-    logfile.path = $$DESTDIR
+    logfile.path = $$QT_MOBILITY_PREFIX/bin
     logfile.files = nmealog.txt
-    logfile.CONFIG = no_link no_dependencies explicit_dependencies no_build combine ignore_no_exist no_clean
     INSTALLS += logfile
-    build_pass:ALL_DEPS+=install_logfile
 }