PDA

View Full Version : Qt 4.4.3 MinGW & Eclipse



187Proof
5th October 2008, 16:33
Hi,

i was coding with Qt,Qt-Eclipse-Integration and Eclipse under Win very well. But since I have installed newest Qt, i cannot build anymore!

Error message:

Cannot run program "D:\qt\bin\qmake": The system cannot find the file specified.
test Unknown Qt Problem

qmake is there in ...\bin !
wtf :confused:

My Qt libs were freshly compiled and linked with same options like with 4.4.x versions.

Anybody?

thx

MarkoSan
5th October 2008, 18:00
Did you configure new version of Qt in Eclipse (Window->Preferences->Qt)?:confused:

187Proof
5th October 2008, 20:24
Thanks for your help.

Yes, the path is set in Qt pref.

EDIT: Ah sh..! My fault! I used CDT 5 instead of CDT 4!

Now it works fine.