forked from qt-creator/qt-creator
Instead add an optional attribute "required" to the plugin spec. Since the locator plugin and find plugin are gone, and I don't see a reason to prevent disabling the text editor plugin, only Core plugin gets the new attribute set. Change-Id: I7a380026ea46173cf00afff4213ca1b3a2578434 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
21 lines
1.2 KiB
Plaintext
21 lines
1.2 KiB
Plaintext
<plugin name=\"Core\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_COMPAT_VERSION\" required=\"true\">
|
|
<vendor>Digia Plc</vendor>
|
|
<copyright>(C) 2014 Digia Plc</copyright>
|
|
<license>
|
|
Commercial Usage
|
|
|
|
Licensees holding valid Qt Commercial licenses may use this plugin in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Digia.
|
|
|
|
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>Qt Creator</category>
|
|
<description>The core plugin for the Qt IDE.</description>
|
|
<url>http://www.qt-project.org</url>
|
|
<argumentList>
|
|
<argument name=\"-color\" parameter=\"color\">Override selected UI color</argument>
|
|
<argument name=\"-presentationMode\">Enable presentation mode with pop-ups for key combos</argument>
|
|
</argumentList>
|
|
</plugin>
|