qt5base-lts/mkspecs/features/mac
Tor Arne Vestbø d0d158f092 Mac: Ensure that C++11 is always used when linking against a static Qt build
If Qt was built with C++11, it links to libc++, and we need all projects
that use Qt to link against the same library.

Technically, we could do QMAKE_LFLAGS += -stdlib=libc++, but that hasn't
been tested enough without also enabling C++11, so we keep the
relationship between the two for now.

Change-Id: Ic628bcbade60cc82f93707f372c2119c24d9dc8a
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: Liang Qi <liang.qi@digia.com>
2013-06-24 14:51:50 +02:00
..
default_post.prf Mac: Ensure that C++11 is always used when linking against a static Qt build 2013-06-24 14:51:50 +02:00
default_pre.prf Cache Xcode and SDK settings in .qmake.cache if it exists 2013-05-08 14:07:41 +02:00
objective_c.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
rez.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
sdk.prf Cache Xcode and SDK settings in .qmake.cache if it exists 2013-05-08 14:07:41 +02:00