examples/painting/svgviewer/svgviewer.pro
changeset 33 3e2da88830cd
parent 0 1918ee327afb
--- a/examples/painting/svgviewer/svgviewer.pro	Tue Jul 06 15:10:48 2010 +0300
+++ b/examples/painting/svgviewer/svgviewer.pro	Wed Aug 18 10:37:55 2010 +0300
@@ -17,15 +17,15 @@
 INSTALLS += target sources
 
 wince*: {
-     addFiles.sources = files\*.svg
-     addFiles.path = \My Documents
+     addFiles.sources = files\\*.svg
+     addFiles.path = "\\My Documents"
      DEPLOYMENT += addFiles
 }
 
 symbian: {
      TARGET.UID3 = 0xA000A64E
      include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
-     addFiles.sources = files\*.svg
+     addFiles.sources = files\\*.svg
      addFiles.path = .
      DEPLOYMENT += addFiles
 }