PDA

View Full Version : Available : Qt Eclipse Integration !



QiT
25th May 2007, 15:58
Hi all

I think i will be a very hot summer with eclipse and Qt....I feel "WaWWWWWWWWWW"

This was the introduction and this is the link to Linux ,Winbows Qt-Eclipse Integration softwares + documentations...

http://trolltech.com/company/newsroom/announcements/press.2007-05-24.8884335791

You need mode ... Ask more

ucomesdag
26th July 2007, 17:33
Just for those having a hardtime to get debuging working (on windows) and code completion:

You will need to download gdb from sourceforge: gdb-6.3-2.exe (http://downloads.sourceforge.net/mingw/gdb-6.3-2.exe?modtime=1133217999&big_mirror=1)
For code completion you need to add: <path-to-qt-dir>\include\QtCore\ and all others you use to the c++ include paths in project options in eclipse.