Can you configure Qt Creator to kill the running application before building or running?

前端 未结 5 441
耶瑟儿~
耶瑟儿~ 2021-02-04 08:47

I\'m developing a QApplication and I find that I often forget to close my application before rebuilding and re-running it. This becomes a problem when I accidentally look at an

5条回答
  •  生来不讨喜
    2021-02-04 09:18

    There is an option to do that in Qt Creator:

    1. Open the Preferences => Build & Run => General
    2. Change “Stop application before building” from “None” to “Same Project”

提交回复
热议问题