summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2020-05-13 10:14:03 +0200
committerAlex Blasche <alexander.blasche@qt.io>2020-05-14 12:53:20 +0000
commita5344c74bdee705750bfa4bfc9d7ca4a6c4de87a (patch)
tree897486893ba9075b71d92d41731f2a6fa81dcb7b /sync.profile
parentd1042553843f9673d0615a0407af8bb40ed510e1 (diff)
Do not auto generate deprecated qbluetoothglobal.h
The official header is qtbluetoothglobal.h. [ChangeLog][QtBluetooth][General] Removed the deprecated qbluetoothglobal.h header. qtbluetoothglobal.h is the official header with the same purpose. Fixes: QTBUG-75339 Change-Id: I071b2c3a7c54ec138ca8687ffe4e91f392f0e195 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sync.profile b/sync.profile
index 25363c70..17324159 100644
--- a/sync.profile
+++ b/sync.profile
@@ -5,9 +5,6 @@
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%deprecatedheaders = (
- "QtBluetooth" => {
- "qbluetoothglobal.h" => "QtBluetooth/qtbluetoothglobal.h"
- },
"QtNfc" => {
"qnfcglobal.h" => "QtNfc/qtnfcglobal.h"
}