summaryrefslogtreecommitdiffstats
path: root/examples/xml/xml.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xml/xml.pro')
-rw-r--r--examples/xml/xml.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/xml/xml.pro b/examples/xml/xml.pro
index 4e8e9401b7..739ada31c7 100644
--- a/examples/xml/xml.pro
+++ b/examples/xml/xml.pro
@@ -11,7 +11,7 @@ SUBDIRS = htmlinfo \
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml
+target.path = $$[QT_INSTALL_EXAMPLES]/xml
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS xml.pro README
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml
+sources.path = $$[QT_INSTALL_EXAMPLES]/xml
INSTALLS += target sources