From ab6ebd360eb27a0d502839fca07ae0e6e107cec6 Mon Sep 17 00:00:00 2001 From: Jochen Seemann Date: Tue, 6 Sep 2016 00:24:05 +0200 Subject: 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 --- sync.profile | 1 + 1 file changed, 1 insertion(+) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 16c2b00ec..2ac22b5bd 100644 --- a/sync.profile +++ b/sync.profile @@ -2,6 +2,7 @@ "QtMultimedia" => "$basedir/src/multimedia", "QtMultimediaWidgets" => "$basedir/src/multimediawidgets", "QtMultimediaQuick" => "$basedir/src/qtmultimediaquicktools", + "QtMultimediaGstTools" => "$basedir/src/gsttools", ); %moduleheaders = ( # restrict the module headers to those found in relative path -- cgit v1.2.3