Running QT Creator 2.4 on Mac OSX.
How do I change the name of the final .app file generated? It seems it's bound to the name of the .Pro file.
You can open the . pro file and change the Name in the TARGET variable. The executable will be built as that name.
From: How to create executable file for a Qt Application? Basically you have to look for MinGW subfolder deep into Qt tree, where Qt utilities reside, and copy needed dll's. These are the steps I follow, based upon Qt 4.7. 4, for packaging the application with correct shared libraries.
In your .pro
file, use:
TARGET = name_of_application
You can open the .pro
file and change the Name in the TARGET
variable. The executable will be built as that name.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With