diff options
author | Lasse Holmstedt <lasse.holmstedt@nokia.com> | 2010-03-12 16:02:23 +0100 |
---|---|---|
committer | Lasse Holmstedt <lasse.holmstedt@nokia.com> | 2010-03-12 16:02:42 +0100 |
commit | 68c49a65e903c0b0cdda3322c843338cdf6f9900 (patch) | |
tree | 5a02ee898c8f6004ee6f05de22c8e77b3c62c011 /src/plugins/cvs | |
parent | f4487c4c6728ec315f133479c07ab04332bdeffc (diff) | |
download | qt-creator-68c49a65e903c0b0cdda3322c843338cdf6f9900.tar.gz |
Plugin manager for enabling/disabling plugins
Go to About Plugins and enable/disable plugins from there.
Reviewed-by: mae
Diffstat (limited to 'src/plugins/cvs')
-rw-r--r-- | src/plugins/cvs/CVS.pluginspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cvs/CVS.pluginspec b/src/plugins/cvs/CVS.pluginspec index e6e28e074b..ee3148cb85 100644 --- a/src/plugins/cvs/CVS.pluginspec +++ b/src/plugins/cvs/CVS.pluginspec @@ -10,6 +10,7 @@ GNU Lesser General Public License Usage Alternatively, this plugin may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. Please review the following information to ensure the GNU Lesser General Public License version 2.1 requirements will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. </license> + <category>Version Control</category> <description>CVS integration.</description> <url>http://qt.nokia.com</url> <dependencyList> |