diff options
author | Joerg Bornemann <joerg.bornemann@trolltech.com> | 2009-06-02 14:29:32 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@trolltech.com> | 2009-06-02 14:42:51 (GMT) |
commit | 0068bd9279b5f7a12f00ffea66cb264930f88138 (patch) | |
tree | 33e618a7eb11920e8891ca5342a366c6612e0dcc /examples/richtext | |
parent | a5b11b9031f9a2a97b65e9a6134244249845491a (diff) | |
download | Qt-0068bd9279b5f7a12f00ffea66cb264930f88138.zip Qt-0068bd9279b5f7a12f00ffea66cb264930f88138.tar.gz Qt-0068bd9279b5f7a12f00ffea66cb264930f88138.tar.bz2 |
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.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/richtext/textobject/textobject.pro b/examples/richtext/textobject/textobject.pro index fbb809c..4fa9cb0 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 + |