Qt Community
QtcDevPlugin
Efficiently develop Qt Creator Plugins.
Features:
- Dedicated run configuration, automatically set up
- Allows to start Qt Creator with the current version of the plugin loaded
- Allows to test the current version of the plugin
- Auto-detection of plugin build output dir (DESTDIR) and install dir
- Tuning theme, settings path and working directory of test instance
Status: early development (but already functional)
COMPATIBILITY TABLE
QtcDevPlugin | Qt Creator | Linux | Windows | Mac OS |
---|---|---|---|---|
0.0.1 | 3.6.0 | Y |
N |
? |
0.0.2 | 3.6.0 | Y |
Y |
? |
0.0.3 | 4.0.0 | Y |
Y |
? |
0.0.4 | 4.2.0 | Y |
Y |
? |
0.0.5 | 4.3.0 | Y |
Y |
? |
0.0.6 | 4.4.0 | Y |
Y |
? |
0.0.6 | 4.4.1 | Y |
Y |
? |
0.0.7 | 4.5.0 | Y |
Y |
? |
0.0.8 | 4.6.0 | P |
P |
? |
0.0.9 | 4.7.0 | P |
P |
? |
0.0.10 | 4.8.0 | P |
P |
? |
A Y
means that QtcDevPlugin was tested against this Qt Creator version under the given operating system. A N
means that the version of the plugin cannot work properly for the given operating system. A P
means that the sources should be patched (see patches/
folder) for the plugin to work under the given operating system. A ?
means that I currently do not know whether it works.