summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/tutorials.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tutorials/tutorials.pro')
-rw-r--r--examples/widgets/tutorials/tutorials.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/tutorials/tutorials.pro b/examples/widgets/tutorials/tutorials.pro
index 3a7cf8f9d6..144dffa631 100644
--- a/examples/widgets/tutorials/tutorials.pro
+++ b/examples/widgets/tutorials/tutorials.pro
@@ -2,7 +2,7 @@ TEMPLATE = subdirs
SUBDIRS += addressbook-fr threads addressbook widgets modelview gettingStarted
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/tutorials
+target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials
sources.files = tutorials.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/tutorials
+sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials
INSTALLS += target sources