From dc81a99decace7cdf47136731f9bb3ef35274a9e Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 3 Jul 2017 13:56:14 +0200 Subject: Examples: Remove remains of wince MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ƶ --- examples/xml/dombookmarks/dombookmarks.pro | 7 ------- examples/xml/htmlinfo/htmlinfo.pro | 6 ------ examples/xml/saxbookmarks/saxbookmarks.pro | 6 ------ 3 files changed, 19 deletions(-) (limited to 'examples/xml') 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 -} -- cgit v1.2.3