Turns out I had to start a "C++ project --> Makefile project" (apparently in previous versions of Eclipse you could start a new "C/C++ Makefile project" directly, like described in the tutorial).
I now have a different problem though. I can compile Debug versions of QT4 projects without problems, but when I try to execute a compiled Release I get the following error:
"The procedure enty point _Z5qFreePv could not be located in the dynamic link library QtCore4.dll"
Any ideas? I compiled Qt4 manually using "configure + make".
Bookmarks