Mac build file changes. Try to build for 10.5 (Leopard).

This commit is contained in:
lotodore
2010-10-09 19:06:34 +00:00
parent 820757e212
commit 806d4d2506
6 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -56,8 +56,8 @@ win32 {
mac {
# make it universal
CONFIG += x86
CONFIG -= ppc
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.4
CONFIG += ppc
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
LIBPATH += /Developer/SDKs/MacOSX10.5.sdk/usr/lib
INCLUDEPATH += /Developer/SDKs/MacOSX10.5.sdk/usr/include/
}
+2 -2
View File
@@ -49,8 +49,8 @@ win32{
mac{
# make it universal
CONFIG += x86
CONFIG -= ppc
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.4
CONFIG += ppc
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
# for universal-compilation on PPC-Mac uncomment the following line
# on Intel-Mac you have to comment this line out or build will fail.
+2 -2
View File
@@ -445,8 +445,8 @@ unix:!mac {
mac {
# make it universal
CONFIG += x86
CONFIG -= ppc
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.4
CONFIG += ppc
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
# for universal-compilation on PPC-Mac uncomment the following line
# on Intel-Mac you have to comment this line out or build will fail.
+3 -3
View File
@@ -232,14 +232,14 @@ win32{
mac{
# make it universal
CONFIG += x86
CONFIG -= ppc
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.4
CONFIG += ppc
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
# for universal-compilation on PPC-Mac uncomment the following line
# on Intel-Mac you have to comment this line out or build will fail.
# QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.4u.sdk/
INCLUDEPATH += /Developer/SDKs/MacOSX10.5.sdk/usr/include/
INCLUDEPATH += /Developer/SDKs/MacOSX10.5.sdk/usr/include/
INCLUDEPATH += /Library/Frameworks/SDL.framework/Headers
INCLUDEPATH += /Library/Frameworks/SDL_mixer.framework/Headers
INCLUDEPATH += /opt/local/include
+2 -2
View File
@@ -309,8 +309,8 @@ win32 {
mac {
# make it universal
CONFIG += x86
CONFIG -= ppc
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.4
CONFIG += ppc
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
# for universal-compilation on PPC-Mac uncomment the following line
# on Intel-Mac you have to comment this line out or build will fail.
+2 -2
View File
@@ -276,8 +276,8 @@ unix : !mac {
mac {
# make it universal
CONFIG += x86
CONFIG -= ppc
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.4
CONFIG += ppc
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
# for universal-compilation on PPC-Mac uncomment the following line
# on Intel-Mac you have to comment this line out or build will fail.