blackberry: fixed building without QtWidgets
Change-Id: I12103c5a4bd903b809e7db2ec8e1cbb60a37c429 Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
This commit is contained in:
committed by
The Qt Project
parent
f26ae01ec4
commit
cf8824c5d4
@@ -12,18 +12,15 @@ HEADERS += \
|
|||||||
bbmediaplayerservice.h \
|
bbmediaplayerservice.h \
|
||||||
bbmediaplayercontrol.h \
|
bbmediaplayercontrol.h \
|
||||||
bbmetadata.h \
|
bbmetadata.h \
|
||||||
bbutil.h
|
bbutil.h \
|
||||||
|
bbvideowindowcontrol.h
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
bbserviceplugin.cpp \
|
bbserviceplugin.cpp \
|
||||||
bbmediaplayerservice.cpp \
|
bbmediaplayerservice.cpp \
|
||||||
bbmediaplayercontrol.cpp \
|
bbmediaplayercontrol.cpp \
|
||||||
bbmetadata.cpp \
|
bbmetadata.cpp \
|
||||||
bbutil.cpp
|
bbutil.cpp \
|
||||||
|
bbvideowindowcontrol.cpp
|
||||||
!isEmpty(QT.widgets.name) {
|
|
||||||
HEADERS += bbvideowindowcontrol.h
|
|
||||||
SOURCES += bbvideowindowcontrol.cpp
|
|
||||||
}
|
|
||||||
|
|
||||||
OTHER_FILES += blackberry_mediaservice.json
|
OTHER_FILES += blackberry_mediaservice.json
|
||||||
|
|||||||
Reference in New Issue
Block a user