GitQlientPlugin
GitQlientPlugin copied to clipboard
Plugin for QtCreator 4.11 on OSX in fact depends on 4.10
When trying to use the plugin on OSX with QtCreator 4.11, it gives a startup error telling that the plugin depends on some other plugins in version 4.10, probably the plugins was not rebuilt from clean directory.
The state is the same with Linux-based QtCreator builds, Qt Creator update requires the rebuilding of the plugin. Getting the same error message when trying to run the plugin that was built against qtcreator-src version 4.10 with QtCreator 4.11. Rebuilding the plugin helps.
I've provided archlinux AUR package to simplify the deployment for the archlinux-based Linux distros.
I installed the plugin from releases files, but at Qt Creator launching, I get the window saying
Could not resolve dependency 'Core(4.15.0)'
Could not resolve dependency 'ProjectExplorer(4.15.0)'
I have installed qtcreator-src 11.0.1 for QtCreator 11.0.1 on Arch Linux. But building the plugin (git version, using aur provided by @a-andreyev) fails.
The latest release currently is v1.4.0 released at May 8, 2021, for Qt Creator 4.15. Are you planning to update?