diff options
author | Jochen Seemann <seemann.jochen@gmail.com> | 2016-09-06 00:24:05 +0200 |
---|---|---|
committer | Jochen Seemann <seemann.jochen@gmail.com> | 2017-06-12 16:11:52 +0000 |
commit | ab6ebd360eb27a0d502839fca07ae0e6e107cec6 (patch) | |
tree | 63069f3511f2d83a41275ecc554df8635d7d0bed /src/plugins/gstreamer | |
parent | 7fdb88a86b0782e7170eefe3dfe7ab3e9c81f847 (diff) | |
download | qtmultimedia-ab6ebd360eb27a0d502839fca07ae0e6e107cec6.tar.gz |
turn QGstTools into a proper private module
This patch moves the QGstTools lib to a private Qt module and marks
the needed classes and functions with Q_DECL*, to improve
cross-platform abilities. It's the first step to use the GStreamer
backend on macOS and Windows platform.
Change-Id: Idc23c72bcccb52dd501e169e9dfdc227856787fa
Reviewed-by: Christian Stromme <christian.stromme@qt.io>
Diffstat (limited to 'src/plugins/gstreamer')
-rw-r--r-- | src/plugins/gstreamer/common.pri | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/gstreamer/common.pri b/src/plugins/gstreamer/common.pri index cbe87be4f..d0c5c7bdd 100644 --- a/src/plugins/gstreamer/common.pri +++ b/src/plugins/gstreamer/common.pri @@ -1,12 +1,10 @@ -QT += core-private multimedia-private network +QT += core-private multimedia-private multimediagsttools-private network qtHaveModule(widgets) { QT += widgets multimediawidgets-private DEFINES += HAVE_WIDGETS } -LIBS += -lqgsttools_p - QMAKE_USE += gstreamer qtConfig(resourcepolicy): \ |