summaryrefslogtreecommitdiff
path: root/examples/xmlpatterns/xmlpatterns.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xmlpatterns/xmlpatterns.pro')
-rw-r--r--examples/xmlpatterns/xmlpatterns.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/xmlpatterns/xmlpatterns.pro b/examples/xmlpatterns/xmlpatterns.pro
index 756c4f1..ea9c719 100644
--- a/examples/xmlpatterns/xmlpatterns.pro
+++ b/examples/xmlpatterns/xmlpatterns.pro
@@ -1,3 +1,9 @@
TEMPLATE = subdirs
SUBDIRS += xquery
!contains(QT_CONFIG, no-widgets): SUBDIRS += filetree trafficinfo schema recipes
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns
+sources.files = xmlpatterns.pro shared
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns
+INSTALLS += target sources