Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.15.0
-
None
-
-
b87c3cc03e35ff57aeeaf150fba64f2097c28b30 (qt-creator/qt-creator/4.15)
Description
The Wizard for Qt Creator Plugin generates code for github actions that won't compile out of the box.
Main issue here is that the build depends on files and directory structures (scripts/build_plugin.py) which seems not shipped by qtcreator packages (normal or dev).
These are only available in qtcreator sources.
Which is the intended way to build plugins?
I assume standalone, that means:
- Install qtcreator.7z and qtcreator_dev.7z into a directory (e.g. QTC_DIR)
- call cmake source of your plugin with QTC_DIR
- ninja, install, etc.
Attachments
For Gerrit Dashboard: QTCREATORBUG-25727 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
349105,3 | Fix Qt Creator plugin wizard's GitHub action | 4.15 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |