PDA

View Full Version : Qt + eclipse



satlcard12
6th December 2007, 03:05
I'm using the eclipse workbench and have installed MinGw and Qt 4.1.1. I have installed the Qt eclipse plug-in and have attempted the AddressBook tutorial. When I try to "clean" I get the message

(Exec error:Launching failed) Error launching builder (mingw32-make -k clean)

When I try to build the project I get a similar messages

(Exec error:Launching failed) C:\Qt\4.1.1\bin\qmake -recursive AddressBook.pro
(Exec error:Launching failed) Error launching builder (mingw32-make -k)

Being a real newbie I probably can't see the forrest for the trees...

Thanks

c_07
13th December 2007, 19:38
Did you set up your environment variables PATH to MinGW correctly?

satlcard12
16th December 2007, 23:45
No, I did not. I found a path from a previous installation, and when I corrected the path all worked well. Thanks! :)