Symbian: add support for media keys such as volume up and volume down.

Mappable in settings.
This commit is contained in:
Sacha 2013-10-27 03:49:12 +10:00
parent 4972e7b680
commit 3ca86d86f9
2 changed files with 6 additions and 2 deletions

View File

@ -53,13 +53,17 @@ linux {
}
}
qnx: LIBS += -lscreen
symbian: LIBS += -llibglib -lhwrmvibraclient
symbian: LIBS += -llibglib -lhwrmvibraclient -lRemConCoreApi -lRemConInterfaceBase
# Avoids problems with some compilers
unix:!symbian: LIBS += -lz
# Main
SOURCES += ../native/base/QtMain.cpp
HEADERS += ../native/base/QtMain.h
symbian {
SOURCES += ../native/base/SymbianMediaKeys.cpp
HEADERS += ../native/base/SymbianMediaKeys.h
}
# UI
SOURCES += ../UI/*Screen.cpp \

2
native

@ -1 +1 @@
Subproject commit 37cd71b2a4da4b7a15cd67d2d012dc12d4ee5f1a
Subproject commit 70968b4a8209fa86c139b9cd91d73a3275c09f91