Where to add “make install” in Qt Creator?
问题 Does it make a difference (and if so, what difference) where I add the make install step? In some posts they say to add it under Build like in the first screenshot. Others say it needs to go under Run/Deployment like in the 2nd. Are both ways equivalent? 回答1: If it is part of Build Settings, it will be done every time you do a build under Qt Creator (assuming previous steps succeeded). If it is part of Run Settings, it will only be run when you actually run the app under Qt Creator. It