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 \
|
||||
bbmediaplayercontrol.h \
|
||||
bbmetadata.h \
|
||||
bbutil.h
|
||||
bbutil.h \
|
||||
bbvideowindowcontrol.h
|
||||
|
||||
SOURCES += \
|
||||
bbserviceplugin.cpp \
|
||||
bbmediaplayerservice.cpp \
|
||||
bbmediaplayercontrol.cpp \
|
||||
bbmetadata.cpp \
|
||||
bbutil.cpp
|
||||
|
||||
!isEmpty(QT.widgets.name) {
|
||||
HEADERS += bbvideowindowcontrol.h
|
||||
SOURCES += bbvideowindowcontrol.cpp
|
||||
}
|
||||
bbutil.cpp \
|
||||
bbvideowindowcontrol.cpp
|
||||
|
||||
OTHER_FILES += blackberry_mediaservice.json
|
||||
|
||||
Reference in New Issue
Block a user