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?