(C++) static linking in Qt Creator

February 24, 2017 · View on GitHub

 

 

 

 

 

(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