From fbb3abbca7cdb37e8d663175c96bc808ac0a1899 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Tue, 23 Oct 2018 13:09:14 +0200 Subject: Deprecate qserialbusglobal.h in favor of qtserialbusglobal.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apart from being in line with general Qt policy this is required for upcoming feature detection inside QtSerialBus. Change-Id: Ia62341e09d99fc4468b13c55fe3572fda40ddb02 Reviewed-by: Karsten Heimrich Reviewed-by: André Hartmann --- sync.profile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index e7125c6..588f4e1 100644 --- a/sync.profile +++ b/sync.profile @@ -1,3 +1,8 @@ %modules = ( "QtSerialBus" => "$basedir/src/serialbus", ); +%deprecatedheaders = ( + "QtSerialBus" => { + "qserialbusglobal.h" => "QtSerialBus/qtserialbusglobal.h" + }, +); -- cgit v1.2.3