Go back to Richel Bilderbeek's homepage.

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

 

 

 

 

 

(C++) Linker

 

The linker links compilation units of a project into a single executable.

 

Linking takes place after compiling. An error during linking is called a link error.

 

 

 

 

 

Qt Creator Use a custom linker in Qt Creator

 

Add (something like) the following lines to your Qt project file (from [1]):

 

QMAKE_CXX = c:/Dev-Cpp/bin/g++
QMAKE_LINK = c:/Dev-Cpp/bin/g++

 

 

 

 

 

External links

 

 

 

 

 

 

References

 

  1. QtForum.org post

 

 

 

 

 

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

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict