Results 1 to 7 of 7

Thread: Qt4 + Eclipse problems

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2008
    Posts
    4

    Default Qt4 + Eclipse problems

    I have problems integrating Qt4 in Eclipse (on Windows).

    Qt4 installed fine, and I am able to compile a test project using qmake + make. This all works fine.

    I followed the steps on How to use Eclipse with QT4 in 10 steps.

    So, I end up with 2 'custom' build targets for my project: "all" and "qmake". "qmake" is defined as (just like in the tutorial):

    Target name: qmake
    Make target: test.pro
    Build command: qmake

    However, when I double-click "qmake" Eclipse does not execute qmake, but the internal builder instead.. and of course this results in errors. I just cannot let Eclipse to use the external tool "qmake" I defined. Unticking the box "Run all project builders" in the make target dialog does not help.

    What am I doing wrong?


    Versions:
    QT 4.4.0
    Eclipse 3.3.2
    Last edited by Bug80; 29th May 2008 at 09:41.

Similar Threads

  1. Replies: 7
    Last Post: 22nd December 2010, 08:13
  2. 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
  3. Qt integration with Eclipse
    By Dougie1610 in forum Newbie
    Replies: 8
    Last Post: 2nd April 2008, 23:37
  4. Qt Eclipse integration problem!!!!
    By mismael85 in forum Installation and Deployment
    Replies: 4
    Last Post: 13th March 2008, 14:45
  5. Howto use Eclipse with QT4 in 10 steps
    By the_bis in forum Newbie
    Replies: 3
    Last Post: 28th January 2007, 20:21

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.