Mac OS fixes for Qt5.

This commit is contained in:
lotodore
2013-08-31 00:42:03 +02:00
parent 448987d363
commit 9295a4be19
7 changed files with 17 additions and 10 deletions
+2 -1
View File
@@ -48,7 +48,8 @@ mac {
# 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.6.sdk/usr/include/
INCLUDEPATH += /Developer/SDKs/MacOSX10.6.sdk/usr/include/
INCLUDEPATH += /Library/Frameworks/SDL.framework/Headers
INCLUDEPATH += /Library/Frameworks/SDL_mixer.framework/Headers
INCLUDEPATH += /usr/local/include
}