From ed18065e9bc4d7e99879dd1e4961760b38e8628a Mon Sep 17 00:00:00 2001 From: con <qtc-committer@nokia.com> Date: Tue, 7 Dec 2010 12:25:20 +0100 Subject: [PATCH] compatVersion has nothing to do with Qt Creator version. --- .../templates/wizards/qtcreatorplugin/MyPlugin.pluginspec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.pluginspec.in b/share/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.pluginspec.in index a72803aa1d6..9f2d81fe3f9 100644 --- a/share/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.pluginspec.in +++ b/share/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.pluginspec.in @@ -1,4 +1,4 @@ -<plugin name=\"%PluginName%\" version=\"0.0.1\" compatVersion=\"$$QTCREATOR_VERSION\"> +<plugin name=\"%PluginName%\" version=\"0.0.1\" compatVersion=\"0.0.1\"> <vendor>%VendorName%</vendor> <copyright>%Copyright%</copyright> <license>%License%</license> -- GitLab