summaryrefslogtreecommitdiffstats
path: root/examples/touch/touch.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/touch/touch.pro')
-rw-r--r--examples/touch/touch.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/touch/touch.pro b/examples/touch/touch.pro
index 005e22be90..cfbae8b590 100644
--- a/examples/touch/touch.pro
+++ b/examples/touch/touch.pro
@@ -2,7 +2,7 @@ TEMPLATE = subdirs
SUBDIRS = pinchzoom fingerpaint knobs dials
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/touch
+target.path = $$[QT_INSTALL_EXAMPLES]/touch
sources.files = touch.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/touch
+sources.path = $$[QT_INSTALL_EXAMPLES]/touch
INSTALLS += target sources