mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Fix Qt building on MacOS X 10.10 and later.
This commit is contained in:
parent
d60f5ba285
commit
2151327999
@ -42,10 +42,6 @@ macx|equals(PLATFORM_NAME, "linux") {
|
||||
SOURCES += $$P/SDL/SDLJoystick.cpp
|
||||
HEADERS += $$P/SDL/SDLJoystick.h
|
||||
PKGCONFIG += sdl2
|
||||
macx {
|
||||
LIBS += -F/Library/Frameworks -framework SDL
|
||||
INCLUDEPATH += /Library/Frameworks/SDL.framework/Versions/A/Headers
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
QMAKE_MAC_SDK=macosx10.9
|
||||
QT_CONFIG -= no-pkg-config
|
||||
|
||||
!contains(CONFIG, staticlib) {
|
||||
# Executable
|
||||
|
Loading…
Reference in New Issue
Block a user