summaryrefslogtreecommitdiff
path: root/examples/xmlpatterns/filetree/filetree.pro
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2012-12-04 15:27:01 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-05 14:38:32 +0100
commita1375102489dd66034714be98def44a0e5d83842 (patch)
tree75f3451d987b35e688a8515381601f8d335abd57 /examples/xmlpatterns/filetree/filetree.pro
parentbbec42c18df5fb4e9cd7562471aefa77a0da0fe2 (diff)
downloadqtxmlpatterns-a1375102489dd66034714be98def44a0e5d83842.tar.gz
centralize and fixup example sources install targetsv5.0.0-rc1
This follows suit with aeb036e in qtbase. Change-Id: I3b93a30194cddd7514f05ce915eecb2e1ed6433c Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Oliver Wolff <oliver.wolff@digia.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'examples/xmlpatterns/filetree/filetree.pro')
-rw-r--r--examples/xmlpatterns/filetree/filetree.pro7
1 files changed, 2 insertions, 5 deletions
diff --git a/examples/xmlpatterns/filetree/filetree.pro b/examples/xmlpatterns/filetree/filetree.pro
index 43ffcb9..4b7d5f8 100644
--- a/examples/xmlpatterns/filetree/filetree.pro
+++ b/examples/xmlpatterns/filetree/filetree.pro
@@ -5,11 +5,8 @@ QT += widgets xmlpatterns
RESOURCES += queries.qrc
INCLUDEPATH += ../shared/
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/filetree
-sources.files = $$SOURCES $$HEADERS $$RESOURCES forms queries *.pro *.xq *.html
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns/filetree
-INSTALLS += target sources
+target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/filetree
+INSTALLS += target
maemo5: CONFIG += qt_example