Move Clang mkspec for Mac OS X out of unsupported
authorTor Arne Vestbø <tor.arne.vestbo@nokia.com>
Mon, 23 Jan 2012 12:17:23 +0000 (13:17 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 23 Jan 2012 13:47:10 +0000 (14:47 +0100)
The plan is to make it the default mkspec for Qt 5 on Mac OS X.

Change-Id: I49cf619a06fd7155dfbddc377558327b4be09cef
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
mkspecs/macx-clang/Info.plist.app [moved from mkspecs/unsupported/macx-clang/Info.plist.app with 100% similarity]
mkspecs/macx-clang/Info.plist.lib [moved from mkspecs/unsupported/macx-clang/Info.plist.lib with 100% similarity]
mkspecs/macx-clang/qmake.conf [moved from mkspecs/unsupported/macx-clang/qmake.conf with 85% similarity]
mkspecs/macx-clang/qplatformdefs.h [moved from mkspecs/unsupported/macx-clang/qplatformdefs.h with 97% similarity]

similarity index 85%
rename from mkspecs/unsupported/macx-clang/qmake.conf
rename to mkspecs/macx-clang/qmake.conf
index 3191344..2d9b9bc 100644 (file)
@@ -9,9 +9,9 @@ CONFIG += qt warn_on release app_bundle incremental global_init_link_order lib_v
 QT += core gui
 QMAKE_INCREMENTAL_STYLE = sublib
 
-include(../../common/mac.conf)
-include(../../common/gcc-base-macx.conf)
-include(../../common/clang.conf)
+include(../common/mac.conf)
+include(../common/gcc-base-macx.conf)
+include(../common/clang.conf)
 
 QMAKE_OBJCFLAGS_PRECOMPILE       = -x objective-c-header -c ${QMAKE_PCH_INPUT} -o ${QMAKE_PCH_OUTPUT}
 QMAKE_OBJCFLAGS_USE_PRECOMPILE   = $$QMAKE_CFLAGS_USE_PRECOMPILE
similarity index 97%
rename from mkspecs/unsupported/macx-clang/qplatformdefs.h
rename to mkspecs/macx-clang/qplatformdefs.h
index 87f99c1..f7d9f7e 100644 (file)
@@ -39,5 +39,5 @@
 **
 ****************************************************************************/
 
-#include "../../common/mac/qplatformdefs.h"
+#include "../common/mac/qplatformdefs.h"