summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2018-11-21 19:13:24 +0100
committerOliver Wolff <oliver.wolff@qt.io>2018-11-22 07:17:52 +0000
commit601cfab349f57a765f174804e1d17769484c4fcb (patch)
tree5071b36192a65101cfa35f3d9b2a8705dcc67989
parentcf3f01e3a50c9a9405ea0b8435e1bad33b5faffb (diff)
downloadqtsvg-601cfab349f57a765f174804e1d17769484c4fcb.tar.gz
richtext example: Remove wince block as the platform is not supported
Change-Id: Id98f7cc5fb46bfc4ed57a78c86096b3d191967f5 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
-rw-r--r--examples/svg/richtext/textobject/textobject.pro5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/svg/richtext/textobject/textobject.pro b/examples/svg/richtext/textobject/textobject.pro
index 8892ae7..a19d2b2 100644
--- a/examples/svg/richtext/textobject/textobject.pro
+++ b/examples/svg/richtext/textobject/textobject.pro
@@ -12,8 +12,3 @@ RESOURCES = resources.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/svg/richtext/textobject
INSTALLS += target
-wince*{
- filesToDeploy.files = files/*.svg
- filesToDeploy.path = files
- DEPLOYMENT += filesToDeploy
-}