-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.2.1
-
None
-
Windows x64, Qt Creator 3.2.1 and Qt 5.3.2
Downloading Qt Creator 3.2.1 (latest as of right now) and creating a new "Qt Creator Plugin" through the wizard will create a .pluginspec.in file instead of a .json.in file. (description at http://doc-snapshot.qt-project.org/qtcreator-extending/first-plugin.html is therefore incorrect atm for Windows). This has been fixed in 3.2.2 (latest GIT build).
Also, the qmake files do not automatically apply an XSLT (as they previously did? https://qt.gitorious.org/qt-creator/qnx-qt-creator/source/29222172fc24090c23d66ff8d9c2e058d3833ab9:src/qtcreatorplugin.pri#L60-74), and then therefore complains about the <pluginname>.json file not being present...
Took me a while to figure out why this doesnt work and how it should be working.
Please fix;
- documentation
- XSTL from pluginspec to json