mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Switch to Qt vibrator instead of Symbian C++ one.
This commit is contained in:
parent
3ca86d86f9
commit
a605c0a8e8
@ -20,7 +20,7 @@ win32|greaterThan(QT_MAJOR_VERSION,4) {
|
||||
greaterThan(QT_MAJOR_VERSION,4): QT += widgets
|
||||
|
||||
mobile_platform: MOBILITY += sensors
|
||||
symbian: MOBILITY += systeminfo
|
||||
symbian: MOBILITY += systeminfo feedback
|
||||
|
||||
# PPSSPP Libs
|
||||
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/release/
|
||||
@ -53,7 +53,7 @@ linux {
|
||||
}
|
||||
}
|
||||
qnx: LIBS += -lscreen
|
||||
symbian: LIBS += -llibglib -lhwrmvibraclient -lRemConCoreApi -lRemConInterfaceBase
|
||||
symbian: LIBS += -llibglib -lRemConCoreApi -lRemConInterfaceBase
|
||||
# Avoids problems with some compilers
|
||||
unix:!symbian: LIBS += -lz
|
||||
|
||||
|
2
native
2
native
@ -1 +1 @@
|
||||
Subproject commit 70968b4a8209fa86c139b9cd91d73a3275c09f91
|
||||
Subproject commit 7d8beb94490c61c295866dd0324941be34d59357
|
Loading…
Reference in New Issue
Block a user