>
> I recently installed xcode 4.4.1 and I installed the new command line
> tools before to run the configure.
> ./configure -release -platform macx-clang-libc++ -qt-pcre


it compiles like:
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 ?
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to