summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile25
1 files changed, 12 insertions, 13 deletions
diff --git a/sync.profile b/sync.profile
index 1204b458..64dac6e3 100644
--- a/sync.profile
+++ b/sync.profile
@@ -4,16 +4,15 @@
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
-# Module dependencies.
-# Every module that is required to build this module should have one entry.
-# Each of the module version specifiers can take one of the following values:
-# - A specific Git revision.
-# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
-# - an empty string to use the same branch under test (dependencies will become "refs/heads/master" if we are in the master branch)
-#
-%dependencies = (
- "qtbase" => "",
- "qtdeclarative" => "",
- "qtxmlpatterns" => "",
- "qtandroidextras" => "",
-);
+
+@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");