summaryrefslogtreecommitdiffstats
path: root/examples/help
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-11-28 16:06:45 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-28 22:15:49 +0100
commit9c21f30a62dfd37d4488d10dc3c652d9b0237030 (patch)
treec85b62e338c11948e1a5ac13d8f59321bf811281 /examples/help
parentb13381ded17ce65bb9bad783a987afe1102b90e6 (diff)
centralize and fixup example sources install targets
follow respective change in qtbase Change-Id: I6e892deb9fa3868579e9c556fbcf00cc7bc6145c Reviewed-by: hjk <qthjk@ovi.com>
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