From 601cfab349f57a765f174804e1d17769484c4fcb Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Wed, 21 Nov 2018 19:13:24 +0100 Subject: richtext example: Remove wince block as the platform is not supported Change-Id: Id98f7cc5fb46bfc4ed57a78c86096b3d191967f5 Reviewed-by: Joerg Bornemann --- examples/svg/richtext/textobject/textobject.pro | 5 ----- 1 file changed, 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 -} -- cgit v1.2.1