summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2018-08-14 10:20:44 +0200
committerKarsten Heimrich <karsten.heimrich@qt.io>2018-08-15 21:40:49 +0000
commit86e500d0f142d0288bbabf71497f0be55272f171 (patch)
tree6d64cdcccfa77e62f51413ca4092435edae4a042 /sync.profile
parent11aeb02ad34ee73c9bb81a80c039d9666f311626 (diff)
Deprecate qglobal.h in favor of qtglobal.h
According to Ossi the naming scheme was introduced several years ago and is amongst other things necessary to access QT_CONFIG inside source files. Change-Id: Ibfb6a063cfa0c13626e48154e40944ed57ca3830 Reviewed-by: Andrew O'Doherty <andrew.odoherty@qt.io> Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 08cb9e7..5c1c7a5 100644
--- a/sync.profile
+++ b/sync.profile
@@ -14,3 +14,9 @@
"qknxnetiptunnelinginfodib.h" => "QKnxNetIpTunnelingSlotInfo",
"qknxnetipsrp.h" => "QKnxNetIpSrpBuilder",
);
+
+%deprecatedheaders = (
+ "QtKnx" => {
+ "qknxglobal.h" => "QtKnx/qtknxglobal.h"
+ }
+);