[Development] Qt 4.8 clang and libc++
Sylvain Pointeau
sylvain.pointeau at gmail.com
Sat Sep 8 13:46:52 CEST 2012
>
> clang++ -c -o project.o -pipe -mmacosx-version-min=10.6 -stdlib=libc++
> -DQMAKE_OPENSOURCE_EDITION
>
> how can I configure it to be -mmacosx-version-min=10.7 ?
>
weird, it is in the file qtbase/mkspecs/common/gcc-base-macx.conf
3 lines contained -mmacosx-version-min=10.6
seems to work with changing to 10.7
but why gcc-base-macx is used when we configure clang?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120908/a726f8b4/attachment.html>
More information about the Development
mailing list