Results 1 to 5 of 5

Thread: Compiling problems from XCode using the xcodeproj file as generated by qmake

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2010
    Posts
    4
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: Compiling problems from XCode using the xcodeproj file as generated by qmake

    Thanks for your answer.
    BTW, have you ever mixed cpp files with m files in the same .pro file?
    I have such a case, and the xcodeproj file give an error about the "Qt Preprocessors" script (something related to "No rule to make target '../folder/myfile.h' ").

    The error in xcodeproj looks like this:
    c -D_DEBUG -DUNICODE ... -I/usr/llocal/Qt4.6/....

    Make: c: No such file or directory

    Does this mean something for you?

    Thanks.

  2. #2
    Join Date
    Apr 2010
    Posts
    4
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: Compiling problems from XCode using the xcodeproj file as generated by qmake

    I found meanwhile that is a bug logged already on this issue at the Qt Team:
    http://bugreports.qt.nokia.com/browse/QTBUG-7953

    Have a good day!

Similar Threads

  1. Problems compiling QMAKE
    By JNT in forum Installation and Deployment
    Replies: 4
    Last Post: 9th January 2007, 17:23
  2. help explaining qmake generated make file
    By high_flyer in forum Qt Programming
    Replies: 2
    Last Post: 8th August 2006, 09:54
  3. Replies: 3
    Last Post: 12th January 2006, 17:41
  4. Replies: 1
    Last Post: 11th January 2006, 14:15

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
  •  
Qt is a trademark of The Qt Company.