Revert this - Qt binary release no longer supports mach architecture on Mac.
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ win32 {
|
|||||||
mac {
|
mac {
|
||||||
# make it universal
|
# make it universal
|
||||||
CONFIG += x86
|
CONFIG += x86
|
||||||
CONFIG += ppc
|
CONFIG -= ppc
|
||||||
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
|
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
|
||||||
LIBPATH += /Developer/SDKs/MacOSX10.5.sdk/usr/lib
|
LIBPATH += /Developer/SDKs/MacOSX10.5.sdk/usr/lib
|
||||||
INCLUDEPATH += /Developer/SDKs/MacOSX10.5.sdk/usr/include/
|
INCLUDEPATH += /Developer/SDKs/MacOSX10.5.sdk/usr/include/
|
||||||
|
|||||||
+1
-1
@@ -49,7 +49,7 @@ win32{
|
|||||||
mac{
|
mac{
|
||||||
# make it universal
|
# make it universal
|
||||||
CONFIG += x86
|
CONFIG += x86
|
||||||
CONFIG += ppc
|
CONFIG -= ppc
|
||||||
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
|
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
|
||||||
|
|
||||||
# for universal-compilation on PPC-Mac uncomment the following line
|
# for universal-compilation on PPC-Mac uncomment the following line
|
||||||
|
|||||||
+1
-1
@@ -445,7 +445,7 @@ unix:!mac {
|
|||||||
mac {
|
mac {
|
||||||
# make it universal
|
# make it universal
|
||||||
CONFIG += x86
|
CONFIG += x86
|
||||||
CONFIG += ppc
|
CONFIG -= ppc
|
||||||
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
|
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
|
||||||
|
|
||||||
# for universal-compilation on PPC-Mac uncomment the following line
|
# for universal-compilation on PPC-Mac uncomment the following line
|
||||||
|
|||||||
+1
-1
@@ -232,7 +232,7 @@ win32{
|
|||||||
mac{
|
mac{
|
||||||
# make it universal
|
# make it universal
|
||||||
CONFIG += x86
|
CONFIG += x86
|
||||||
CONFIG += ppc
|
CONFIG -= ppc
|
||||||
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
|
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
|
||||||
|
|
||||||
# for universal-compilation on PPC-Mac uncomment the following line
|
# for universal-compilation on PPC-Mac uncomment the following line
|
||||||
|
|||||||
@@ -309,7 +309,7 @@ win32 {
|
|||||||
mac {
|
mac {
|
||||||
# make it universal
|
# make it universal
|
||||||
CONFIG += x86
|
CONFIG += x86
|
||||||
CONFIG += ppc
|
CONFIG -= ppc
|
||||||
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
|
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
|
||||||
|
|
||||||
# for universal-compilation on PPC-Mac uncomment the following line
|
# for universal-compilation on PPC-Mac uncomment the following line
|
||||||
|
|||||||
+1
-1
@@ -276,7 +276,7 @@ unix : !mac {
|
|||||||
mac {
|
mac {
|
||||||
# make it universal
|
# make it universal
|
||||||
CONFIG += x86
|
CONFIG += x86
|
||||||
CONFIG += ppc
|
CONFIG -= ppc
|
||||||
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
|
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
|
||||||
|
|
||||||
# for universal-compilation on PPC-Mac uncomment the following line
|
# for universal-compilation on PPC-Mac uncomment the following line
|
||||||
|
|||||||
Reference in New Issue
Block a user