summaryrefslogtreecommitdiffstats
path: root/examples/touch/pinchzoom/pinchzoom.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/touch/pinchzoom/pinchzoom.pro')
-rw-r--r--examples/touch/pinchzoom/pinchzoom.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/touch/pinchzoom/pinchzoom.pro b/examples/touch/pinchzoom/pinchzoom.pro
index 5e27befd3b..f841041e35 100644
--- a/examples/touch/pinchzoom/pinchzoom.pro
+++ b/examples/touch/pinchzoom/pinchzoom.pro
@@ -10,9 +10,9 @@ RESOURCES += \
mice.qrc
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/touch/pinchzoom
+target.path = $$[QT_INSTALL_EXAMPLES]/touch/pinchzoom
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS pinchzoom.pro images
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/touch/pinchzoom
+sources.path = $$[QT_INSTALL_EXAMPLES]/touch/pinchzoom
INSTALLS += target sources
QT += widgets