HELP! Installation of QT 4.4.0 + MinGW + Eclipse (Genymede) + CDT 5.0 on WinXP (Home)
Hello
I've tried days to configure GUI IDE for QT4 with eclipse on Windows XP, but I just can't do it by myself T^T.
I've installed QT4.4 with MinGW. They work fine.
I've installed Eclipse newest version. It works ok.
Then updated CDT from eclipse 'Software Update'
Finally, I've downloaded qt-eclipse integration file 1.4.0 and installed it.
But when I launch eclipse/mingw, I don't see any word 'Qt' appearing in my eclipse.
Can anybody please tell me what might be the problem here?
Thanks in advance.
Re: HELP! Installation of QT 4.4.0 + MinGW + Eclipse (Genymede) + CDT 5.0 on WinXP (H
Have you checked Window -> Preferences -> Qt?
Re: HELP! Installation of QT 4.4.0 + MinGW + Eclipse (Genymede) + CDT 5.0 on WinXP (H
at Window ->Preferences
'Qt' does not appear
it seems to me that qt-eclipse integration is not properly installed
even though at the installation it says so.
ahhhhh I'm going nuts T^T
Re: HELP! Installation of QT 4.4.0 + MinGW + Eclipse (Genymede) + CDT 5.0 on WinXP (H
Quote:
Originally Posted by
snatcher
at Window ->Preferences
'Qt' does not appear
You might be missing some part of CDT. What did you install exactly?
Re: HELP! Installation of QT 4.4.0 + MinGW + Eclipse (Genymede) + CDT 5.0 on WinXP (H
Quote:
Originally Posted by
jacek
You might be missing some part of CDT. What did you install exactly?
Hi~
I fixed this problem. It was because I installed 'eclipse' under 'Program Files'
which contains a spacebar character and I think that messes up all the integration setup.
But now, I'm having trouble with autocompletion in eclipse.
Eclipse does not support auto completion (or content assist) of Qt classes and functions.
Do you have any idea?
Thanks
Re: HELP! Installation of QT 4.4.0 + MinGW + Eclipse (Genymede) + CDT 5.0 on WinXP (H
My eclipse +Qt4.4 works (except for the debug run) as you did
you need to setup the QT4 path in the preferences as the picture.
http://picasaweb.google.com/fredykon...35031926966738
Also if you want to run the exe file outside eclipse you will need to set the system PATH of windows and add C:/mingw/bin and c:/Qt/4.4.0/bin to it
I hope this help
thanks
Re: HELP! Installation of QT 4.4.0 + MinGW + Eclipse (Genymede) + CDT 5.0 on WinXP (H
I solved my problem and wrote a how-to install eclipse and QT on my blog
http://blogfredk.blogspot.com/2008/0...t-4-mingw.html
Hope this help
SunnySan