summaryrefslogtreecommitdiffstats
path: root/examples/help
diff options
context:
space:
mode:
Diffstat (limited to 'examples/help')
-rw-r--r--examples/help/contextsensitivehelp/contextsensitivehelp.pro4
-rw-r--r--examples/help/help.pro5
-rw-r--r--examples/help/remotecontrol/remotecontrol.pro4
-rw-r--r--examples/help/simpletextviewer/simpletextviewer.pro4
4 files changed, 3 insertions, 14 deletions
diff --git a/examples/help/contextsensitivehelp/contextsensitivehelp.pro b/examples/help/contextsensitivehelp/contextsensitivehelp.pro
index 95df7d963..4f3da5255 100644
--- a/examples/help/contextsensitivehelp/contextsensitivehelp.pro
+++ b/examples/help/contextsensitivehelp/contextsensitivehelp.pro
@@ -12,6 +12,4 @@ FORMS += wateringconfigdialog.ui
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/contextsensitivehelp
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.png *.doc doc
-sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/contextsensitivehelp
-INSTALLS += target sources
+INSTALLS += target
diff --git a/examples/help/help.pro b/examples/help/help.pro
index e0d19e64b..5a4eb2a35 100644
--- a/examples/help/help.pro
+++ b/examples/help/help.pro
@@ -4,8 +4,3 @@ CONFIG += ordered
SUBDIRS += contextsensitivehelp \
remotecontrol \
simpletextviewer
-
-# install
-sources.files = README *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/help
-INSTALLS += sources
diff --git a/examples/help/remotecontrol/remotecontrol.pro b/examples/help/remotecontrol/remotecontrol.pro
index e972857f8..593c87064 100644
--- a/examples/help/remotecontrol/remotecontrol.pro
+++ b/examples/help/remotecontrol/remotecontrol.pro
@@ -9,7 +9,5 @@ RESOURCES += remotecontrol.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/remotecontrol
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.png *.doc doc
-sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/remotecontrol
-INSTALLS += target sources
+INSTALLS += target
diff --git a/examples/help/simpletextviewer/simpletextviewer.pro b/examples/help/simpletextviewer/simpletextviewer.pro
index 33dc7281e..232b85995 100644
--- a/examples/help/simpletextviewer/simpletextviewer.pro
+++ b/examples/help/simpletextviewer/simpletextviewer.pro
@@ -12,6 +12,4 @@ QT += widgets
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/simpletextviewer
-sources.files = $$SOURCES $$HEADERS $$RESOURCES documentation *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/simpletextviewer
-INSTALLS += target sources
+INSTALLS += target