PDA

View Full Version : Eclipse 3.4.0 + Windows XP + QT integration



GodOfWar
21st July 2008, 14:46
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/news.eclipse.platform/msg76221.html for linux but I don't understand how to get the problem settled on windows.

SunnySan
25th July 2008, 12:51
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/downloads/qt/eclipse-integration-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-installation-and-deployment-5/t-unable-to-build-qt-440-debug-libs-with-mingw-pch-error-14054-post76806.html#post76806

It was working fine(eclipse+QT) with Qt4.3 but when I upgraded to Qt4.4, debug pb arrived.
SunnySan