Export QMediaPluginLoader so it can be used by libqgsttools_p.
Change-Id: I2af6a68646cccaa92ae8b85b67e2095dcfee485e Reviewed-by: Michael Goddard <michael.goddard@nokia.com> Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
This commit is contained in:
@@ -69,7 +69,7 @@ QT_MODULE(Multimedia)
|
|||||||
|
|
||||||
class QMediaServiceProviderPlugin;
|
class QMediaServiceProviderPlugin;
|
||||||
|
|
||||||
class Q_AUTOTEST_EXPORT QMediaPluginLoader
|
class Q_MULTIMEDIA_EXPORT QMediaPluginLoader
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
QMediaPluginLoader(const char *iid,
|
QMediaPluginLoader(const char *iid,
|
||||||
|
|||||||
@@ -14,10 +14,13 @@ SUBDIRS += \
|
|||||||
qmediacontent \
|
qmediacontent \
|
||||||
qmediaobject \
|
qmediaobject \
|
||||||
qmediaplayer \
|
qmediaplayer \
|
||||||
|
qmediaplaylist \
|
||||||
qmediaplaylistnavigator \
|
qmediaplaylistnavigator \
|
||||||
|
qmediapluginloader \
|
||||||
qmediarecorder \
|
qmediarecorder \
|
||||||
qmediaresource \
|
qmediaresource \
|
||||||
qmediaservice \
|
qmediaservice \
|
||||||
|
qmediaserviceprovider \
|
||||||
qmediatimerange \
|
qmediatimerange \
|
||||||
qmetadatareadercontrol \
|
qmetadatareadercontrol \
|
||||||
qmetadatawritercontrol \
|
qmetadatawritercontrol \
|
||||||
@@ -31,11 +34,7 @@ SUBDIRS += \
|
|||||||
# Tests depending on private interfaces should only be built if
|
# Tests depending on private interfaces should only be built if
|
||||||
# these interfaces are exported.
|
# these interfaces are exported.
|
||||||
contains (QT_CONFIG, private_tests) {
|
contains (QT_CONFIG, private_tests) {
|
||||||
# These depend on controlling the set of plugins loaded (in qmediapluginloader)
|
|
||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
qdeclarativeaudio \
|
qdeclarativeaudio \
|
||||||
qmediaplaylist \
|
|
||||||
qmediapluginloader \
|
|
||||||
qmediaimageviewer \
|
qmediaimageviewer \
|
||||||
qmediaserviceprovider
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user