I have problems integrating Qt4 in Eclipse (on Windows).
Qt4 installed fine, and I am able to compile a test project using qmake + make. This all works fine.
I followed the steps on How to use Eclipse with QT4 in 10 steps.
So, I end up with 2 'custom' build targets for my project: "all" and "qmake". "qmake" is defined as (just like in the tutorial):
Target name: qmake
Make target: test.pro
Build command: qmake
However, when I double-click "qmake" Eclipse does not execute qmake, but the internal builder instead.. and of course this results in errors. I just cannot let Eclipse to use the external tool "qmake" I defined. Unticking the box "Run all project builders" in the make target dialog does not help.
What am I doing wrong?
Versions:
QT 4.4.0
Eclipse 3.3.2
Bookmarks