Moved QMediaStorageLocation out of the Android plugin.
It's now a private API in the QtMultimedia library in order to be accessible in other plugins. Change-Id: I63541de1e8c540cebc210f9037646ce74d866c6f Reviewed-by: Christian Stromme <christian.stromme@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
703ee3879b
commit
5339aed040
@@ -21,7 +21,8 @@ PRIVATE_HEADERS += \
|
||||
qmediaserviceprovider_p.h \
|
||||
qmediaresourcepolicyplugin_p.h \
|
||||
qmediaresourcepolicy_p.h \
|
||||
qmediaresourceset_p.h
|
||||
qmediaresourceset_p.h \
|
||||
qmediastoragelocation_p.h
|
||||
|
||||
PUBLIC_HEADERS += \
|
||||
qmediabindableinterface.h \
|
||||
@@ -47,6 +48,7 @@ SOURCES += \
|
||||
qmediaresourcepolicyplugin_p.cpp \
|
||||
qmediaresourcepolicy_p.cpp \
|
||||
qmediaresourceset_p.cpp \
|
||||
qmediastoragelocation.cpp \
|
||||
qmultimedia.cpp
|
||||
|
||||
include(audio/audio.pri)
|
||||
|
||||
Reference in New Issue
Block a user