diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-11-01 18:02:26 +0100 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-11-03 17:47:41 +0100 |
commit | e160f071ce16dc46fdeaa03b985fe8d44fb58608 (patch) | |
tree | 95f60d765fd4a35c0eaa0ac3a115a8e84d4ca1ca /src/plugins/help/help.pro | |
parent | 65650b26a5b03d40b612026094234a42cef07f23 (diff) | |
download | qt-creator-e160f071ce16dc46fdeaa03b985fe8d44fb58608.tar.gz |
centralize addition of pluginspecs to OTHER_FILES
Diffstat (limited to 'src/plugins/help/help.pro')
-rw-r--r-- | src/plugins/help/help.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro index 451fc5d3d3..137592e41d 100644 --- a/src/plugins/help/help.pro +++ b/src/plugins/help/help.pro @@ -64,5 +64,3 @@ include(../../shared/help/help.pri) contains(QT_CONFIG, webkit) { QT += webkit } - -OTHER_FILES += Help.pluginspec |