(C++) Changing the executable's name in Qt Creator
February 24, 2017 · View on GitHub
(C++)
Changing the executable's name in Qt Creator
If you want that your executable name differs from your Qt Creator project name, do the following:
- View your project (ALT-0)
- Double-click on your project file (HelloWorld.pro for example) to open the code editor
- Write the executable's filename after the TARGET line:
TARGET = HelloWorld