> > 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?
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
