Force QtCreator to run “qmake” when building

后端 未结 4 2129
猫巷女王i
猫巷女王i 2021-02-06 03:33

In some of my projects I use some pre-build step(s) configured in the .pro file. So qmake will execute this step whenever it is activated.

Now in QtCreator,

4条回答
  •  礼貌的吻别
    2021-02-06 04:14

    I think your best option is customize your QtCreator .This can be done by write a plugin for QtCreator ,or you can change the souce code of a plugin named Qt4ProjectManager ,then build it for yourself . This might be complex ,however, can be a solution.

提交回复
热议问题