GitQlientPlugin icon indicating copy to clipboard operation
GitQlientPlugin copied to clipboard

Plugin for QtCreator 4.11 on OSX in fact depends on 4.10

Open thebootroo opened this issue 5 years ago • 2 comments

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.

thebootroo avatar Dec 16 '19 12:12 thebootroo

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.

a-andreyev avatar Feb 25 '20 12:02 a-andreyev

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?

Ashark avatar Aug 20 '23 23:08 Ashark