summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2021-09-03 08:55:56 +0200
committerAlex Blasche <alexander.blasche@qt.io>2021-09-09 12:30:34 +0200
commit3d890fa95579ff57812b350bf14a73d21316ae23 (patch)
treea1a8d3bf80fb0a0ebf93db6c3a1a5982b841f399
parente01660fbe52963bcdef594cf34eb443c7f6acc65 (diff)
downloadqtconnectivity-3d890fa95579ff57812b350bf14a73d21316ae23.tar.gz
Cleanup sync.profile
The mentioned files were removed as part of the removal bluez4, obex and the dbus based nfc backend on Linux support. Pick-to: 6.2 Change-Id: Iba6c0bbdf2f1eb6986c0d038cd9a7940cc7c9591 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
-rw-r--r--sync.profile15
1 files changed, 5 insertions, 10 deletions
diff --git a/sync.profile b/sync.profile
index 964b9967..03bc86a8 100644
--- a/sync.profile
+++ b/sync.profile
@@ -7,13 +7,8 @@
@ignore_for_include_check = (
- # 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", "gattchar1_p.h",
- "gattdesc1_p.h", "gattservice1_p.h", "profilemanager1_p.h", "battery1_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");
+ # BlueZ auto-generated headers
+ "adapter1_bluez5_p.h", "device1_bluez5_p.h", "objectmanager_p.h",
+ "profile1_p.h", "properties_p.h", "gattchar1_p.h",
+ "gattdesc1_p.h", "gattservice1_p.h", "profilemanager1_p.h", "battery1_p.h"
+);