Results 1 to 5 of 5

Thread: using Carbon api on mac error:Undefined symbols for architecture x86_64

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2015
    Location
    Beijing,China
    Posts
    6
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: using Carbon api on mac error:Undefined symbols for architecture x86_64

    Thank you
    I tried, it also worked.
    Could you please which's the most correct way to include the framework? Any document talked about it?

  2. #2
    Join Date
    Dec 2009
    Location
    New Orleans, Louisiana
    Posts
    791
    Qt products
    Qt5
    Platforms
    MacOS X
    Thanks
    13
    Thanked 153 Times in 150 Posts

    Default Re: using Carbon api on mac error:Undefined symbols for architecture x86_64

    Quote Originally Posted by fong View Post
    Thank you
    I tried, it also worked.
    Could you please which's the most correct way to include the framework? Any document talked about it?
    The method I posted is the most correct in my opinion. Should work with any framework, etc.

    As far as I know, all of the documentation regarding frameworks in the toolchain are Apple docs (you can google around to see what you can find), since the Xcode toolchain is used for Mac compiling and linking. qmake just provides a way for the developer to pass options to the compile and link steps, but those are not Qt options, they're options for the compiler/linker, etc.

Similar Threads

  1. Replies: 1
    Last Post: 13th January 2014, 20:30
  2. Qt + cocoa : Undefined symbols for architecture x86_64
    By karankumar1609 in forum Qt Programming
    Replies: 0
    Last Post: 20th March 2013, 08:43
  3. no debug symbols in executable (-arch x86_64)
    By bruce2011 in forum Qt Programming
    Replies: 2
    Last Post: 24th August 2011, 14:42
  4. Replies: 0
    Last Post: 16th June 2011, 21:48
  5. qmake: detecting x86_64 architecture?
    By akos.maroy in forum Qt Programming
    Replies: 3
    Last Post: 2nd August 2008, 11:26

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.