mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
Fix Qt for Maemo
This commit is contained in:
parent
ce8f98e1fb
commit
bb864bdb9a
@ -21,7 +21,7 @@ else: QT += multimedia
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION,4): QT += widgets
|
||||
|
||||
mobile_platform {
|
||||
!maemo5:mobile_platform {
|
||||
CONFIG += mobility
|
||||
MOBILITY += sensors
|
||||
symbian: MOBILITY += systeminfo feedback
|
||||
|
@ -56,6 +56,7 @@ maemo|!count(gleslib,0) {
|
||||
|
||||
# Platform specific
|
||||
contains(MEEGO_EDITION,harmattan): DEFINES += MEEGO_EDITION_HARMATTAN "_SYS_UCONTEXT_H=1"
|
||||
maemo5: DEFINES += MAEMO
|
||||
maemo {
|
||||
# Does not yet support FFMPEG
|
||||
DEFINES -= USE_FFMPEG
|
||||
|
2
native
2
native
@ -1 +1 @@
|
||||
Subproject commit 0673808282eaf7f26bed1bfcfe96d04787955d67
|
||||
Subproject commit a2dfb0f5ea2a0c27cd34659a546ebcc2b03533f3
|
Loading…
Reference in New Issue
Block a user