Results 1 to 1 of 1

Thread: Qt, Eclipse, and MinGW configuration

  1. #1
    Join Date
    Sep 2008
    Posts
    17
    Qt products
    Qt4
    Platforms
    Windows

    Default Qt, Eclipse, and MinGW configuration

    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
    Attached Files Attached Files

Similar Threads

  1. A Guide to Install MinGW, Qt4 and Eclipse Integration on Windows XP
    By shiyutang in forum Installation and Deployment
    Replies: 10
    Last Post: 5th August 2009, 04:03
  2. Qt 4.4.3 MinGW & Eclipse
    By 187Proof in forum Installation and Deployment
    Replies: 2
    Last Post: 5th October 2008, 20:24
  3. Replies: 6
    Last Post: 25th July 2008, 21:22
  4. Qt + boost + MinGW on Windows
    By akos.maroy in forum Newbie
    Replies: 3
    Last Post: 12th June 2008, 14:53
  5. Qt + Eclipse + MinGW + Windows: How to include libraries?
    By jambrek in forum General Programming
    Replies: 3
    Last Post: 19th December 2007, 13:57

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.