Building Qt Creator for Plugin Development
-
Dear community,
I have my first QtCreator instance, and I want to build a second in order to develop plugins. I'm guessing the process is something like:
(a) Clone the repo
(b) Set environment variables or pass parameters to qmake, such that QtCreator is installed to a location I specify (eg. if I was using configure, I'd configure --prefix=/usr/local)
(c) InstallHave I missed or misunderstood any steps?
Many thanks.
-
Hi,
You can use one instance of Qt Creator and build the development version with it. No need for installation of your development version of Qt Creator, you just do it like for any other application.
-
Hi,
You can use one instance of Qt Creator and build the development version with it. No need for installation of your development version of Qt Creator, you just do it like for any other application.
-
This allows to debug your plugin more easily.