Reputation: 233
I downloaded a tab plugin for qt-creator, called "TabbedEditor". It needs two dependent libs. Where can I get them? -- warning message:
Could not resolve dependency 'Core(3.0.0)' Could not resolve dependency 'TextEditor(3.0.0)'
thank you
Upvotes: 1
Views: 325
Reputation: 126
The "TextEditor" is part of the Qt Creator core. You already have it (check with About->Plugins), but likely not the 3.0.0 version this "TabbedEditor" plugin requires.
Upvotes: 2