summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-06-24 13:40:36 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-06-25 13:37:51 +0200
commitd38d32ea3fa2e8f66db213cbf64eb29be2c444de (patch)
treea2491811e4eedb44cea3a3140106ef04ef9c3a87
parentf3b6bc90e0569b7fc2f7da0f6bf48a23c621df2a (diff)
Omit new gato headers from syncqt to avoid failing cmake auto test
Later the gato headers will be integrated into the source base of QtBluetooth. Right now we simply accept them as they are without publicly exporting them. Change-Id: I127dc313594f0ac6b7e99d41f55db409b7a107d7 Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
-rw-r--r--sync.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 1204b458..0ceddf44 100644
--- a/sync.profile
+++ b/sync.profile
@@ -17,3 +17,6 @@
"qtxmlpatterns" => "",
"qtandroidextras" => "",
);
+
+my @gato_headers = ("gatoattclient.h", "gatoperipheral.h");
+@ignore_for_master_contents = ( @gato_headers );