summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2016-12-05 08:50:15 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2016-12-05 11:22:37 +0000
commitd7eda19aaf1c346cfd60b52da26fea6001fc35bd (patch)
tree4995c5ddc33eb502034cb7013a9ee607f4f2c16a /sync.profile
parentb8e19bf50003a427fc719986a3434f57b04cf07b (diff)
Suppress "We mean it." warning for autogenerated files
Add headers to sync.profile's @ignore_for_include_check list. Change-Id: I8dfd046d6866e5ed5414e470e1b004f23c589a79 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile12
1 files changed, 12 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index d193d5ac..64dac6e3 100644
--- a/sync.profile
+++ b/sync.profile
@@ -4,3 +4,15 @@
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
+
+@ignore_for_include_check = (
+
+ # 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",
+ # 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");