Results 1 to 3 of 3

Thread: How can I compile qmake alone?

  1. #1
    Join Date
    May 2009
    Posts
    133
    Thanks
    10
    Thanked 4 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default How can I compile qmake alone?

    I'd like to compile qmake alone.
    How to do it?

  2. #2
    Join Date
    Jan 2006
    Location
    travelling
    Posts
    1,116
    Thanks
    8
    Thanked 127 Times in 121 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How can I compile qmake alone?

    get Qt sources, go in the qmake folder : there reside the sources and all the Makefiles needed. Just pick the one that match your system/compiler and there you go.

    Alternatively you can start building Qt with the configure script and abort once qmake has been built. (e.g. when the script start to go through all the subdirs to create makefiles)
    Current Qt projects : QCodeEdit, RotiDeCode

  3. #3
    Join Date
    May 2009
    Posts
    133
    Thanks
    10
    Thanked 4 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: How can I compile qmake alone?

    I tried with the first way but had some problems. I think it doesn't work because you have to run configure first.
    The second way works, thanks.

Similar Threads

  1. qmake post compile step
    By h0nki in forum Installation and Deployment
    Replies: 3
    Last Post: 7th June 2009, 08:49
  2. qtgui4.dll error in visual c++ 2005
    By Comptrol in forum Installation and Deployment
    Replies: 33
    Last Post: 19th June 2008, 07:18
  3. Access to PostgreSQL DB on a linux server
    By rmagro in forum Qt Programming
    Replies: 28
    Last Post: 13th March 2008, 09:02
  4. qmake: add to project but do not compile
    By jesse in forum Newbie
    Replies: 2
    Last Post: 8th November 2007, 16:03
  5. Qt-4.2.2 qmake won't compile under visual studio 2005 on vista
    By moowy in forum Installation and Deployment
    Replies: 7
    Last Post: 13th January 2007, 21:06

Tags for this Thread

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.