Thank you very much! It's worked perfectly. I've just specified the linker in the .pro file and it goes fine.
I've added the next lines to the .pro file in order to use the compiler and linker I need:
|
Source code
|
1
2
|
QMAKE_CXX = c:/Dev-Cpp/bin/g++
QMAKE_LINK = c:/Dev-Cpp/bin/g++
|
Thanks once more!