aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorMarko Kangas <marko.kangas@theqtcompany.com>2015-11-24 10:43:19 +0200
committerMarko Kangas <marko.kangas@theqtcompany.com>2015-11-24 10:43:57 +0000
commit977cd1e1121c5eb2f5eeb6b5bb1f360134fb988b (patch)
tree3640f600c79094417f92cd3314ca24303086b0ae /sync.profile
parent4bbee7f4c75ce15991b0e2b8c85d954da82ec057 (diff)
Add sync.profile for CI
Change-Id: I4f6ebe8b16bf712a0d64c58e2bfc6898bf683d15 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile20
1 files changed, 20 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 0000000..634b3da
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,20 @@
+%modules = ( # path to module name map
+);
+%moduleheaders = ( # restrict the module headers to those found in relative path
+);
+%classnames = (
+);
+%deprecatedheaders = (
+);
+$publicclassregexp = "Q.+";
+# 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)
+#
+%dependencies = (
+ "qtbase" => "",
+ "qtdeclarative" => ""
+);
+