Deprecate Mac libc++ mkspecs
We handle C++11 and libc++ through c++11.prf now, so separate mkspecs are not needed. Deprecating them allows us to remove them in a later release. Change-Id: I4e525f445aeab88c926fa62cedef6aa9b32a7f55 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
0fa29e2875
commit
f7a7859a7e
|
|
@ -2,6 +2,8 @@
|
|||
# qmake configuration for 32-bit Clang on OS X
|
||||
#
|
||||
|
||||
warning("QMakespec macx-clang-libc++-32 is deprecated. Use macx-clang-32 instead.")
|
||||
|
||||
MAKEFILE_GENERATOR = UNIX
|
||||
CONFIG += app_bundle incremental global_init_link_order lib_version_first plugin_no_soname
|
||||
QMAKE_INCREMENTAL_STYLE = sublib
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
# qmake configuration for Clang on OS X
|
||||
#
|
||||
|
||||
warning("QMakespec macx-clang-libc++ is deprecated. Use macx-clang instead.")
|
||||
|
||||
MAKEFILE_GENERATOR = UNIX
|
||||
CONFIG += app_bundle incremental global_init_link_order lib_version_first plugin_no_soname
|
||||
QMAKE_INCREMENTAL_STYLE = sublib
|
||||
|
|
|
|||
Loading…
Reference in New Issue