Blackberry: Refactor plugin directory structure
Move the mediaplayer related code in its own subdirectory. This is a preparation for adding camera support in the future. Change-Id: I880ff90e154165c2a3a31fd2b51e1dd224fea8fd Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
This commit is contained in:
committed by
The Qt Project
parent
157f4f982b
commit
a0707d50cd
17
src/plugins/blackberry/mediaplayer/mediaplayer.pri
Normal file
17
src/plugins/blackberry/mediaplayer/mediaplayer.pri
Normal file
@@ -0,0 +1,17 @@
|
||||
INCLUDEPATH += $$PWD
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/bbmediaplayercontrol.h \
|
||||
$$PWD/bbmediaplayerservice.h \
|
||||
$$PWD/bbmetadata.h \
|
||||
$$PWD/bbutil.h \
|
||||
$$PWD/bbvideowindowcontrol.h
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/bbmediaplayercontrol.cpp \
|
||||
$$PWD/bbmediaplayerservice.cpp \
|
||||
$$PWD/bbmetadata.cpp \
|
||||
$$PWD/bbutil.cpp \
|
||||
$$PWD/bbvideowindowcontrol.cpp
|
||||
|
||||
LIBS += -lmmrndclient -lstrm
|
||||
Reference in New Issue
Block a user