Skip to content
Snippets Groups Projects
Commit c9d7b396 authored by Maurice Kalinowski's avatar Maurice Kalinowski Committed by Kai Koehne
Browse files

update wizard template


- on Windows the export is required, while on Unix everything
  gets exported by default.
- for Qt5 based Qt Creator we need the specification of the
  json file.

Change-Id: I1e8055fcb2b81d42369f906e1ba42a4c2b811553
Reviewed-by: default avatarKai Koehne <kai.koehne@digia.com>
parent 88ac76fb
No related branches found
No related tags found
No related merge requests found
...@@ -8,9 +8,10 @@ ...@@ -8,9 +8,10 @@
namespace %PluginName% { namespace %PluginName% {
namespace Internal { namespace Internal {
class %PluginName%Plugin : public ExtensionSystem::IPlugin class %PluginName:u%SHARED_EXPORT %PluginName%Plugin : public ExtensionSystem::IPlugin
{ {
Q_OBJECT Q_OBJECT
Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QtCreatorPlugin" FILE "%PluginName%.json")
public: public:
%PluginName%Plugin(); %PluginName%Plugin();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment