diff options
author | Joerg Bornemann <joerg.bornemann@trolltech.com> | 2009-06-02 14:29:32 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-06-03 02:48:08 (GMT) |
commit | d0f18b671ad01c949b2cb008305e74be2c36969d (patch) | |
tree | 6745ec028deb532fe7a587a0069d499573294639 /examples | |
parent | da139a9dd0f4df8009d7cd86ab25b2b4b19dfd96 (diff) | |
download | Qt-d0f18b671ad01c949b2cb008305e74be2c36969d.zip Qt-d0f18b671ad01c949b2cb008305e74be2c36969d.tar.gz Qt-d0f18b671ad01c949b2cb008305e74be2c36969d.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
(cherry picked from commit 0068bd9279b5f7a12f00ffea66cb264930f88138)
Diffstat (limited to 'examples')
-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 + |