Eclipse 3.4.0 + Windows XP + QT integration
I installed the latest version of Eclipse (3.4.0, it seems it's called Ganymede or something).
I installed the CDT and I can successfully build and debug simple C++ applications.
Then I installed the QT Integration provided by Trolltech. However after the installation nothing changes. I read that with version 3.4 they changed the plugin system, and I found this http://dev.eclipse.org/newslists/new.../msg76221.html for linux but I don't understand how to get the problem settled on windows.
Re: Eclipse 3.4.0 + Windows XP + QT integration
It s a bit easier under windows you can download the exe files
one for the plug-in at this address
http://trolltech.com/developer/downl...ation-download
and one for the QT4 and MinGW lib
http://trolltech.com/developer/downloads/qt/windows
run the two exe file and eclipse will be almost ready.
Later You also need to build the debug libs, and there I have a problem (at least on Vista)
see http://www.qtcentre.org/forum/f-inst...html#post76806
It was working fine(eclipse+QT) with Qt4.3 but when I upgraded to Qt4.4, debug pb arrived.
SunnySan