Go back to Richel Bilderbeek's homepage.

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

 

 

 

 

 

(C++) static linking in Qt Creator

 

Qt Creator

 

When you want to create a stand-alone application (that is: no DLL's nor LIB's, just one single executable file) you will need to do static linking.

 

In Qt Creator, add the following line to your project file:

 

CONFIG += static

 

 

 

 

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

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict