From bb864bdb9a0d27f144f4c83174e1e000cc96860b Mon Sep 17 00:00:00 2001 From: Sacha Date: Sun, 5 Jan 2014 10:54:05 +1000 Subject: [PATCH] Fix Qt for Maemo --- Qt/PPSSPP.pro | 2 +- Qt/Settings.pri | 1 + native | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Qt/PPSSPP.pro b/Qt/PPSSPP.pro index 2769e872f..08e38f575 100755 --- a/Qt/PPSSPP.pro +++ b/Qt/PPSSPP.pro @@ -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 diff --git a/Qt/Settings.pri b/Qt/Settings.pri index 46d61b112..a7294c898 100644 --- a/Qt/Settings.pri +++ b/Qt/Settings.pri @@ -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 diff --git a/native b/native index 067380828..a2dfb0f5e 160000 --- a/native +++ b/native @@ -1 +1 @@ -Subproject commit 0673808282eaf7f26bed1bfcfe96d04787955d67 +Subproject commit a2dfb0f5ea2a0c27cd34659a546ebcc2b03533f3