No need to discuss individual header guards that way;-)
And that is what we want to use in Qt Creator now anyway.
Change-Id: Idb2d7a34ea3c5d99c18c696eaed4023c12c01930
Task-number: QTCREATORBUG-15861
Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
- 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: Kai Koehne <kai.koehne@digia.com>
Make it more consistant with the current plugins:
* plugin class use the Plugin template instead of Impl
* add a pluginconstants.h file
* use the new pluginspec.in file
Merge-request: 216
Reviewed-by: con <qtc-committer@nokia.com>