Blame SOURCES/qtsvg-opensource-src-5.6.0-beta1-example-install.patch

6c7590
diff --git a/examples/svg/richtext/textobject/textobject.pro b/examples/svg/richtext/textobject/textobject.pro
6c7590
index 8892ae7..f9ec7c6 100644
6c7590
--- a/examples/svg/richtext/textobject/textobject.pro
6c7590
+++ b/examples/svg/richtext/textobject/textobject.pro
6c7590
@@ -14,6 +14,6 @@ INSTALLS += target
6c7590
6c7590
 wince*{
6c7590
     filesToDeploy.files = files/*.svg
6c7590
-    filesToDeploy.path = files
6c7590
+    filesToDeploy.path = $$[QT_INSTALL_EXAMPLES]/svg/richtext/textobject/files
6c7590
     DEPLOYMENT += filesToDeploy
6c7590
 }