Installing Qt libraries on OS X

Posted by AXL79 on Stack Overflow See other posts from Stack Overflow or by AXL79
Published on 2012-11-05T13:46:14Z Indexed on 2012/11/23 11:00 UTC
Read the original article Hit count: 153

Filed under:
|
|

I'm trying to install the Qt 4.8.3 precompiled libraries downloaded from http://qt-project.org/downloads on my OS X 10.6 machine. Unfortunately the package doesn't seem to actually install any libraries (although it claims to do so in the readme)

I've read loads of instructions of how to configure and build Qt from source but these are precompiled, as in 'you don't have to compile them yourself'. So I must be missing something.

Is there anyone out there who knows how to actually install Qt on OS X so that it is possible to link against them -without- building the whole thing from source.

Thanks

© Stack Overflow or respective owner

Related posts about xcode

Related posts about osx