Disable the camera part as it's using APIs not supported for the PlayBook Change-Id: I4e06a74e8a9e5a00e19e443b8aa304cf2bce2216 Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
22 lines
390 B
Prolog
22 lines
390 B
Prolog
TARGET = qtmedia_blackberry
|
|
QT += multimedia-private gui-private
|
|
|
|
PLUGIN_TYPE=mediaservice
|
|
PLUGIN_CLASS_NAME = BbServicePlugin
|
|
load(qt_plugin)
|
|
|
|
LIBS += -lscreen
|
|
|
|
HEADERS += bbserviceplugin.h
|
|
SOURCES += bbserviceplugin.cpp
|
|
|
|
include(common/common.pri)
|
|
|
|
!blackberry-playbook {
|
|
include(camera/camera.pri)
|
|
}
|
|
|
|
include(mediaplayer/mediaplayer.pri)
|
|
|
|
OTHER_FILES += blackberry_mediaservice.json
|