summaryrefslogtreecommitdiffstats
path: root/examples/tools/tools.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/tools.pro')
-rw-r--r--examples/tools/tools.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tools/tools.pro b/examples/tools/tools.pro
index c72dbd404d..c0e5b5aa75 100644
--- a/examples/tools/tools.pro
+++ b/examples/tools/tools.pro
@@ -18,7 +18,7 @@ SUBDIRS = codecs \
plugandpaint.depends = plugandpaintplugins
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools
+target.path = $$[QT_INSTALL_EXAMPLES]/tools
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tools.pro README
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools
+sources.path = $$[QT_INSTALL_EXAMPLES]/tools
INSTALLS += target sources