summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2017-10-17 14:13:00 +0200
committerAlex Blasche <alexander.blasche@qt.io>2017-11-02 08:31:35 +0000
commit4ab8bd20b590f96763dd93f4436327042fbd27da (patch)
treebfd27efc016e53542a26792b0ec30ea9744ed4e3 /sync.profile
parent715b1ecd079f58e14a61c7e8867ddab65b7bf74c (diff)
Hook new gatt dbus classes into build system
In addition, we add exception rules for the missing "We mean it" header preamble. The headers are auto generated. Task-number: QTBUG-46819 Change-Id: Ia781e2b3af597518a345019d4e9e817471706652 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sync.profile b/sync.profile
index 77a4cb6c..5d103a33 100644
--- a/sync.profile
+++ b/sync.profile
@@ -15,12 +15,13 @@
@ignore_for_include_check = (
- # OBEX auto-generated headers
+ # BlueZ & OBEX auto-generated headers
"adapter1_bluez5_p.h", "adapter_p.h", "agent_p.h", "device1_bluez5_p.h",
"device_p.h", "manager_p.h", "obex_agent_p.h", "obex_client1_bluez5_p.h",
"obex_client_p.h", "obex_manager_p.h", "obex_objectpush1_bluez5_p.h",
"obex_transfer1_bluez5_p.h", "obex_transfer_p.h", "objectmanager_p.h",
- "profile1_p.h", "properties_p.h", "service_p.h",
+ "profile1_p.h", "properties_p.h", "service_p.h", "gattchar1_p.h",
+ "gattdesc1_p.h", "gattservice1_p.h",
# NFC auto-generated headers
# Note: "adapter_p.h", "agent_p.h" and "manager_p.h" are duplicated here
"dbusobjectmanager_p.h", "dbusproperties_p.h", "tag_p.h");