summaryrefslogtreecommitdiffstats
path: root/examples/help
diff options
context:
space:
mode:
Diffstat (limited to 'examples/help')
-rw-r--r--examples/help/contextsensitivehelp/contextsensitivehelp.pro3
-rw-r--r--examples/help/remotecontrol/remotecontrol.pro3
-rw-r--r--examples/help/simpletextviewer/simpletextviewer.pro3
3 files changed, 3 insertions, 6 deletions
diff --git a/examples/help/contextsensitivehelp/contextsensitivehelp.pro b/examples/help/contextsensitivehelp/contextsensitivehelp.pro
index 4f3da5255..516a2e45c 100644
--- a/examples/help/contextsensitivehelp/contextsensitivehelp.pro
+++ b/examples/help/contextsensitivehelp/contextsensitivehelp.pro
@@ -10,6 +10,5 @@ HEADERS += wateringconfigdialog.h \
FORMS += wateringconfigdialog.ui
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/contextsensitivehelp
+target.path = $$[QT_INSTALL_EXAMPLES]/help/contextsensitivehelp
INSTALLS += target
diff --git a/examples/help/remotecontrol/remotecontrol.pro b/examples/help/remotecontrol/remotecontrol.pro
index 593c87064..78ce822d8 100644
--- a/examples/help/remotecontrol/remotecontrol.pro
+++ b/examples/help/remotecontrol/remotecontrol.pro
@@ -7,7 +7,6 @@ SOURCES += main.cpp \
FORMS += remotecontrol.ui
RESOURCES += remotecontrol.qrc
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/remotecontrol
+target.path = $$[QT_INSTALL_EXAMPLES]/help/remotecontrol
INSTALLS += target
diff --git a/examples/help/simpletextviewer/simpletextviewer.pro b/examples/help/simpletextviewer/simpletextviewer.pro
index 232b85995..2b0a1ace6 100644
--- a/examples/help/simpletextviewer/simpletextviewer.pro
+++ b/examples/help/simpletextviewer/simpletextviewer.pro
@@ -10,6 +10,5 @@ SOURCES = main.cpp \
QT += widgets
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/simpletextviewer
+target.path = $$[QT_INSTALL_EXAMPLES]/help/simpletextviewer
INSTALLS += target