Results 1 to 3 of 3

Thread: What's the point of "Run qmake" command?

  1. #1
    Join Date
    May 2011
    Posts
    46
    Thanks
    5

    Default What's the point of "Run qmake" command?

    Why not a "rebuild" command automatically re-run qmake?

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: What's the point of "Run qmake" command?

    Maybe you don't want your makefile rewritten upon a rebuild? Some people customise there makefile (or don't use qmake at all) and it would be extremely annoying for those people.

  3. #3
    Join Date
    Apr 2010
    Posts
    769
    Thanks
    1
    Thanked 94 Times in 86 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: What's the point of "Run qmake" command?

    Also, running qmake on large projects can take a significant amount of time. I'd rather not sit around waiting for makefiles to be regenerated when there's no need.

Similar Threads

  1. Replies: 7
    Last Post: 20th October 2012, 13:44
  2. Replies: 3
    Last Post: 15th February 2010, 17:27
  3. "Cannot run program "C:\Qt\4.3.3\bin\qmake": file not found
    By PeteH in forum Installation and Deployment
    Replies: 1
    Last Post: 7th February 2009, 00:48
  4. Replies: 3
    Last Post: 8th July 2008, 19:37
  5. Translation QFileDialog standart buttons ("Open"/"Save"/"Cancel")
    By victor.yacovlev in forum Qt Programming
    Replies: 4
    Last Post: 24th January 2008, 19:05

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.