PDA

View Full Version : Qt, Eclipse, and MinGW configuration



ranna
18th June 2009, 06:27
Hello,

I am tryint to configure Eclipse for Qt support and it was unsuccessful after having lot of configuration. I have tried with the following configuration...

1. MinGW installed in my PC
2. Eclipse CDT 3.3.2 is installed (eclipse-cpp-europa-winter-win32.zip)
3. Qt Eclipse Integration 1.5.1 is installed.
4. Qt 4.4.0 is installed (licensed version)
5. "configure -platfor win32-g++" is executed in Qt command prompt
6. QMAKESPACE is set to win32-g++ and QDIR is set to C:\Qt\4.4.0\bin (path where
Qt installed)
7. Started the Eclipse
8. In the C++ Include path is fully configured with Qt includes
9. C++ project path has correct libraries
10. C++ Make project has mingw32-make as build command
11. Environment variable has the following values
PATH C:\MinGW\bin;C:\MinGW\lib;C:\MinGW\include;C:\Qt\4 .4.0\bin;${env_var:PATH}
QMAKESPACE win32-g++
12. A simple Hello World Qt GUI application created in Qt and on building the same i am getting error mentioned in the attached text file


Please help me to resolve the same.

Regards
ranna