PDA

View Full Version : How to link library?



Macok
31st March 2009, 15:20
I want to compile program that uses gmp library.
When I compile it manualy, i simple add -lgmp in command line when calling g++ command, but how to do it in QtCreator?

SamT
31st March 2009, 16:47
http://www.qtcentre.org/forum/f-qt-tools-3/t-additional-libs-for-linker-19770.html

I add the modification in *.pro and it works fine for me on QtCreqtor.