Results 1 to 2 of 2

Thread: How to make qmake generates makefile instead of .xcode file on Mac X?

  1. #1
    Join Date
    Jan 2006
    Posts
    29
    Qt products
    Qt4
    Platforms
    Windows

    Default How to make qmake generates makefile instead of .xcode file on Mac X?

    When I type "qmake" in my Qt project folder in Terminal, it generates .xcode file instead of makefile as before. I have tried: "qmake test.pro -o makefile", but its result is makefile.xcode. What should I do?
    Thanks for helping!

  2. #2
    Join Date
    Jan 2006
    Location
    Frankfurt
    Posts
    500
    Thanks
    1
    Thanked 52 Times in 52 Posts
    Platforms
    MacOS X Unix/X11

    Default Re: How to make qmake generates makefile instead of .xcode file on Mac X?

    qmake -spec macx-g++
    It's nice to be important but it's more important to be nice.

Similar Threads

  1. Replies: 3
    Last Post: 6th February 2008, 13:53
  2. qt-3.3.8 fail in scratchbox
    By nass in forum Installation and Deployment
    Replies: 0
    Last Post: 25th May 2007, 16:21
  3. Window OS make distclean && qmake && make one line
    By patrik08 in forum General Programming
    Replies: 4
    Last Post: 22nd March 2007, 11:43
  4. Compiling with Qmake/Make
    By VireX in forum Newbie
    Replies: 25
    Last Post: 22nd February 2007, 06:57
  5. Replies: 3
    Last Post: 12th January 2006, 18:41

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.