Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) Qt Changing the executable's name in Qt Creator

 

Qt Creator FAQ.

 

If you want that your executable name differs from your Qt Creator project name, do the following:

  1. View your project (ALT-0)
  2. Double-click on your project file (HelloWorld.pro for example) to open the code editor
  3. Write the executable's filename after the TARGET line:

 


TARGET = HelloWorld

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict