summaryrefslogtreecommitdiffstats
path: root/examples/richtext
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@trolltech.com>2009-06-02 16:29:32 +0200
committerJoerg Bornemann <joerg.bornemann@trolltech.com>2009-06-02 16:42:51 +0200
commit0068bd9279b5f7a12f00ffea66cb264930f88138 (patch)
tree33e618a7eb11920e8891ca5342a366c6612e0dcc /examples/richtext
parenta5b11b9031f9a2a97b65e9a6134244249845491a (diff)
missing deployment rule added to examples/richtext/textobject
The example SVG must be deployed on Windows CE devices to be used. Reviewed-by: mauricek BT: yes
Diffstat (limited to 'examples/richtext')
-rw-r--r--examples/richtext/textobject/textobject.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/richtext/textobject/textobject.pro b/examples/richtext/textobject/textobject.pro
index fbb809c545..4fa9cb0b9b 100644
--- a/examples/richtext/textobject/textobject.pro
+++ b/examples/richtext/textobject/textobject.pro
@@ -12,3 +12,7 @@ sources.files = $$SOURCES $$HEADERS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/richtext/textobject
INSTALLS += target sources
+filesToDeploy.sources = files/*.svg
+filesToDeploy.path = files
+DEPLOYMENT += filesToDeploy
+