Force QtCreator to run “qmake” when building

后端 未结 4 2120
猫巷女王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:19

    I'm using the following codes in my .pro file.

    QMAKE_CLEAN += ./Makefile
    

    This makes run qmake whenever executing clean.

提交回复
热议问题