How to execute shell command after compile finished from .pro in QT?
问题 What changes must I make to the .pro file if I want to execute chmod command, execute the output binary file, or do some other operations. 回答1: I had a similar problem. I wanted a special tool (versioner) to run over the code every time the Makefile was executed. Here's the solution: (to be read in the Qmake Manual, Configuring qmake's Environment, Section: Customizing Makefile Output) Create you own Makefile target. Specify the command etc. mytarget.target = .buildfile mytarget.commands =