How can I install plugins in Qt Creator?
-
wrote on 22 Aug 2022, 07:28 last edited by
Hello, I want to use the plugins included in qt creator. How can I install them?
-
@Agartha Are the plug-ins you want to use enabled? See "Help/About Plugins...".
Or what exact issue do you have? -
@Agartha Are the plug-ins you want to use enabled? See "Help/About Plugins...".
Or what exact issue do you have?wrote on 22 Aug 2022, 10:30 last edited byHi @jsulm For example I want to use this. Do I need to compile from Github? Doesn't it install when you say get extensions? Or where should I upload what I got from Github?
https://marketplace.qt.io/collections/all-products/products/advanced-docking-system
-
Hi @jsulm For example I want to use this. Do I need to compile from Github? Doesn't it install when you say get extensions? Or where should I upload what I got from Github?
https://marketplace.qt.io/collections/all-products/products/advanced-docking-system
@Agartha This is not a plug-in for QtCreator. You clone the Git repository, then you can open the pro file located there and build the demo. To use this code in your application you can build it (again: open the pro file in QtCreator and build) and then use it like any other library.
1/4