From 24a1c04b69cec2d7aff70b4dc7e44a19313c62bf Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Mon, 21 Nov 2016 10:43:06 +0100 Subject: Add proper global headers for QtMultimedia And deprecate the old qtmultimediadefs.h Change-Id: I2d4164f3a51d8e5d1813413b4f6691a721386fdf Reviewed-by: Yoann Lopes --- sync.profile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 0d0eb51b7..7d02c1519 100644 --- a/sync.profile +++ b/sync.profile @@ -12,7 +12,11 @@ "qmediametadata.h" => "QMediaMetaData", "qmultimedia.h" => "QMultimedia" ); - +%deprecatedheaders = ( + "QtMultimedia" => { + "qtmultimediadefs.h" => "QtMultimedia/qtmultimediaglobal.h" + }, +); # Module dependencies. # Every module that is required to build this module should have one entry. # Each of the module version specifiers can take one of the following values: -- cgit v1.2.3