Commit 75583bd6 authored by Tor Arne Vestbø's avatar Tor Arne Vestbø Committed by Qt by Nokia
Browse files

Move Clang mkspec for Mac OS X out of unsupported


The plan is to make it the default mkspec for Qt 5 on Mac OS X.

Change-Id: I49cf619a06fd7155dfbddc377558327b4be09cef
Reviewed-by: default avatarBradley T. Hughes <bradley.hughes@nokia.com>
parent 9ce5a067
No related merge requests found
Showing with 4 additions and 4 deletions
...@@ -9,9 +9,9 @@ CONFIG += qt warn_on release app_bundle incremental global_init_link_order lib_v ...@@ -9,9 +9,9 @@ CONFIG += qt warn_on release app_bundle incremental global_init_link_order lib_v
QT += core gui QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib QMAKE_INCREMENTAL_STYLE = sublib
include(../../common/mac.conf) include(../common/mac.conf)
include(../../common/gcc-base-macx.conf) include(../common/gcc-base-macx.conf)
include(../../common/clang.conf) include(../common/clang.conf)
QMAKE_OBJCFLAGS_PRECOMPILE = -x objective-c-header -c ${QMAKE_PCH_INPUT} -o ${QMAKE_PCH_OUTPUT} QMAKE_OBJCFLAGS_PRECOMPILE = -x objective-c-header -c ${QMAKE_PCH_INPUT} -o ${QMAKE_PCH_OUTPUT}
QMAKE_OBJCFLAGS_USE_PRECOMPILE = $$QMAKE_CFLAGS_USE_PRECOMPILE QMAKE_OBJCFLAGS_USE_PRECOMPILE = $$QMAKE_CFLAGS_USE_PRECOMPILE
......
...@@ -39,5 +39,5 @@ ...@@ -39,5 +39,5 @@
** **
****************************************************************************/ ****************************************************************************/
#include "../../common/mac/qplatformdefs.h" #include "../common/mac/qplatformdefs.h"
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment