Mac OS: Using snow leopard as build platform. PowerPC architecture no longer supported. SDK set to 10.5 (leopard) due to problems compiling boost. Hopefully still runs on 10.4 (tiger), but I cannot check...

This commit is contained in:
lotodore
2009-09-18 23:38:57 +00:00
parent c403640c4a
commit 8dbb11db92
6 changed files with 38 additions and 31 deletions
+10
View File
@@ -54,3 +54,13 @@ win32 {
debug:LIBPATH += Debug/lib
release:LIBPATH += Release/lib
}
mac {
# make it universal
CONFIG += x86
CONFIG -= ppc
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.4
LIBPATH += /Developer/SDKs/MacOSX10.5.sdk/usr/lib
INCLUDEPATH += /Developer/SDKs/MacOSX10.5.sdk/usr/include/
}