You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
483 B
12 lines
483 B
diff --git a/examples/svg/richtext/textobject/textobject.pro b/examples/svg/richtext/textobject/textobject.pro |
|
index 8892ae7..f9ec7c6 100644 |
|
--- a/examples/svg/richtext/textobject/textobject.pro |
|
+++ b/examples/svg/richtext/textobject/textobject.pro |
|
@@ -14,6 +14,6 @@ INSTALLS += target |
|
|
|
wince*{ |
|
filesToDeploy.files = files/*.svg |
|
- filesToDeploy.path = files |
|
+ filesToDeploy.path = $$[QT_INSTALL_EXAMPLES]/svg/richtext/textobject/files |
|
DEPLOYMENT += filesToDeploy |
|
}
|
|
|