From 9c21f30a62dfd37d4488d10dc3c652d9b0237030 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 28 Nov 2012 16:06:45 +0100 Subject: centralize and fixup example sources install targets follow respective change in qtbase Change-Id: I6e892deb9fa3868579e9c556fbcf00cc7bc6145c Reviewed-by: hjk --- examples/help/contextsensitivehelp/contextsensitivehelp.pro | 4 +--- examples/help/help.pro | 5 ----- examples/help/remotecontrol/remotecontrol.pro | 4 +--- examples/help/simpletextviewer/simpletextviewer.pro | 4 +--- 4 files changed, 3 insertions(+), 14 deletions(-) (limited to 'examples/help') 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 -- cgit v1.2.3