summaryrefslogtreecommitdiffstats
path: root/examples/xml
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2017-07-03 13:56:14 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2017-07-14 17:30:51 +0000
commitdc81a99decace7cdf47136731f9bb3ef35274a9e (patch)
tree2dbeaa6fa26a75422f947cc07788c854cc3e34c4 /examples/xml
parentd4700b2317ea8d97c9c1a1d6649d83e5aee0f80f (diff)
Examples: Remove remains of wince
Task-number: QTBUG-52590 Task-number: QTBUG-60628 Task-number: QTBUG-60633 Task-number: QTBUG-60635 Task-number: QTBUG-60641 Task-number: QTBUG-60659 Change-Id: I9ffc3e25893d2281b19cc12b70e1a92fb2a8b708 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'examples/xml')
-rw-r--r--examples/xml/dombookmarks/dombookmarks.pro7
-rw-r--r--examples/xml/htmlinfo/htmlinfo.pro6
-rw-r--r--examples/xml/saxbookmarks/saxbookmarks.pro6
3 files changed, 0 insertions, 19 deletions
diff --git a/examples/xml/dombookmarks/dombookmarks.pro b/examples/xml/dombookmarks/dombookmarks.pro
index 0ab4f0266d..07004377a0 100644
--- a/examples/xml/dombookmarks/dombookmarks.pro
+++ b/examples/xml/dombookmarks/dombookmarks.pro
@@ -10,10 +10,3 @@ EXAMPLE_FILES = frank.xbel jennifer.xbel
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xml/dombookmarks
INSTALLS += target
-
-wince {
- addFiles.files = frank.xbel jennifer.xbel
- addFiles.path = "\\My Documents"
- INSTALLS += addFiles
-}
-
diff --git a/examples/xml/htmlinfo/htmlinfo.pro b/examples/xml/htmlinfo/htmlinfo.pro
index 8adaa780b8..e106c69b52 100644
--- a/examples/xml/htmlinfo/htmlinfo.pro
+++ b/examples/xml/htmlinfo/htmlinfo.pro
@@ -6,12 +6,6 @@ RESOURCES = resources.qrc
win32: CONFIG += console
-wince {
- htmlfiles.files = *.html
- htmlfiles.path = .
- INSTALLS += htmlfiles
-}
-
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xml/htmlinfo
INSTALLS += target
diff --git a/examples/xml/saxbookmarks/saxbookmarks.pro b/examples/xml/saxbookmarks/saxbookmarks.pro
index 96a48ef5d4..d07a6e3fb8 100644
--- a/examples/xml/saxbookmarks/saxbookmarks.pro
+++ b/examples/xml/saxbookmarks/saxbookmarks.pro
@@ -12,9 +12,3 @@ EXAMPLE_FILES = frank.xbel jennifer.xbel
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xml/saxbookmarks
INSTALLS += target
-
-wince {
- addFiles.files = frank.xbel jennifer.xbel
- addFiles.path = "\\My Documents"
- INSTALLS += addFiles
-}