Hello guys!
I have a project in C++ and OpenGL, and now I need to do a graphic interface to it and have to use QT.
But I cannot link QT with C::B. I already searched in the forum but no answear fit to me.
I had downloaded QT 4.6.2-Mingw and installed it. At C::B I marked the checkbox "This is a custom makefile" and changed the "execution working dir" at Projects -> Properties -> Build targets to the qt Bin directory.
I configured two tools, first like this:
Name: QMAKE
Executable: C:\Qt\4.6.2\bin\qmake.exe
Parameters: -project
And the other one like this:
Name: QMAKEFILE
Executable: C:\Qt\4.6.2\bin\qmake.exe
Parameters: -makefile
He creates the file .pro normally, but when I build it gives this error:
"Execution of 'make.exe -f Makefile Debug' in 'C:\Documents and Settings\Raphael\Desktop\testador' failed.
Nothing to be done."
Please I really need help with this !
Ty !!
Raphael