Results 1 to 5 of 5

Thread: what is make qmake?

  1. #1
    Join Date
    Feb 2007
    Posts
    4
    Thanks
    1
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows

    Default what is make qmake?

    Hi All,

    I am usinq qt 3.3.7 with hp-ux 11.11 and aCC 3.7 in my application and following a document for installation of my application. There are 3 steps in installation :

    qmake bviewng.pro
    make qmake
    make

    Finally my application should get installed.
    I got to know about 'qmake bviewn.pro' - it is used to generate Makefile, I didn't get to know why we are using make qmake, Could you please tell me about that.

  2. #2
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: what is make qmake?

    The "make qmake" step seems strange. "qmake" is not normally a target for make. Typical command sequence to build is:

    qmake project.pro
    make

  3. #3
    Join Date
    Feb 2007
    Posts
    4
    Thanks
    1
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows

    Default Re: what is make qmake?

    When we do "make qmake" all the Makefile's in subdirectories are created by their corresponding .pro's and finally the two options get merged like :
    This
    -D__STRICT_ANSI__ -D_HPUX_SOURCE

    will be merged to
    -D__STRICT_ANSI__D_HPUX_SOURCE

    which will have some problems while doing the final make of the application.
    Could you please suggest me for this.

  4. #4
    Join Date
    Feb 2007
    Posts
    4
    Thanks
    1
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows

    Default Re: what is make qmake?

    I got to know abt dat, we need to check qmake.conf file

  5. #5
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: what is make qmake?

    Quote Originally Posted by Pushpa Kumari K.H View Post
    Could you please suggest me for this.
    My suggestion is to not use "make qmake". It is not necessary.

Similar Threads

  1. QMake make install problems
    By cookiem in forum Qt Programming
    Replies: 12
    Last Post: 4th December 2008, 15:34
  2. Custom action added to make by qmake
    By NTwoO in forum Qt Programming
    Replies: 2
    Last Post: 2nd March 2007, 10:17
  3. Qt Cryptographic Architecture
    By vermarajeev in forum Qt Programming
    Replies: 6
    Last Post: 9th February 2007, 13:15
  4. make install equivalent in qmake ...
    By momesana in forum Newbie
    Replies: 3
    Last Post: 20th February 2006, 21:46
  5. Replies: 1
    Last Post: 11th January 2006, 14:15

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.