mirror of
https://github.com/libretro/ppsspp.git
synced 2025-03-04 14:37:17 +00:00
Remove unnecessary define. Add Qt5 compatibility to qmake file.
This commit is contained in:
parent
7cb4a27a51
commit
d6709a0b32
@ -163,7 +163,7 @@ if(NOT MSVC)
|
||||
endif()
|
||||
|
||||
if(BLACKBERRY)
|
||||
add_definitions(-D_QNX_SOURCE=1 -D_C99=1 -O3 -mfpu=neon -mtune=cortex-a9)
|
||||
add_definitions(-D_QNX_SOURCE -O3 -mfpu=neon -mtune=cortex-a9)
|
||||
endif()
|
||||
|
||||
if(X86 AND NOT MIPS)
|
||||
|
@ -4,6 +4,7 @@ QT += core gui opengl
|
||||
CONFIG += mobility
|
||||
MOBILITY += multimedia
|
||||
win32: QT += multimedia
|
||||
greaterThan(QT_MAJOR_VERSION,4): QT += widgets
|
||||
VERSION = 0.9.1
|
||||
|
||||
include(Settings.pri)
|
||||
|
2
native
2
native
@ -1 +1 @@
|
||||
Subproject commit 885e7163ed316406d966184e89f2ca06362e9cbc
|
||||
Subproject commit ed1df8fb888c9cabd8d0dcba15a1e4a8686538db
|
Loading…
x
Reference in New Issue
Block a user