Switch to Qt vibrator instead of Symbian C++ one.

This commit is contained in:
Sacha 2013-10-27 05:34:23 +10:00
parent 3ca86d86f9
commit a605c0a8e8
2 changed files with 3 additions and 3 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit 70968b4a8209fa86c139b9cd91d73a3275c09f91
Subproject commit 7d8beb94490c61c295866dd0324941be34d59357