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:
Jonas Rabbe
2011-11-18 10:53:29 +10:00
committed by Qt by Nokia
parent 6ea8d63729
commit ace3d92006
2 changed files with 4 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ QT_MODULE(Multimedia)
class QMediaServiceProviderPlugin;
class Q_AUTOTEST_EXPORT QMediaPluginLoader
class Q_MULTIMEDIA_EXPORT QMediaPluginLoader
{
public:
QMediaPluginLoader(const char *iid,

View File

@@ -14,10 +14,13 @@ SUBDIRS += \
qmediacontent \
qmediaobject \
qmediaplayer \
qmediaplaylist \
qmediaplaylistnavigator \
qmediapluginloader \
qmediarecorder \
qmediaresource \
qmediaservice \
qmediaserviceprovider \
qmediatimerange \
qmetadatareadercontrol \
qmetadatawritercontrol \
@@ -31,11 +34,7 @@ SUBDIRS += \
# Tests depending on private interfaces should only be built if
# these interfaces are exported.
contains (QT_CONFIG, private_tests) {
# These depend on controlling the set of plugins loaded (in qmediapluginloader)
SUBDIRS += \
qdeclarativeaudio \
qmediaplaylist \
qmediapluginloader \
qmediaimageviewer \
qmediaserviceprovider
}