summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2018-10-23 13:09:14 +0200
committerAlex Blasche <alexander.blasche@qt.io>2018-10-24 11:59:58 +0000
commitfbb3abbca7cdb37e8d663175c96bc808ac0a1899 (patch)
treede2e77f6c2ba70c57f6447dd8283f92f4421f468 /sync.profile
parentffe1408477a22cf6329391f48ba8c3d894507762 (diff)
Deprecate qserialbusglobal.h in favor of qtserialbusglobal.h
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 <karsten.heimrich@qt.io> Reviewed-by: André Hartmann <aha_1980@gmx.de>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile5
1 files changed, 5 insertions, 0 deletions
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"
+ },
+);