summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2015-10-20 04:55:15 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2015-10-20 04:55:15 +0200
commit285965b1576cbb3368abd8dfffab2e1e272c11d8 (patch)
tree84c3922d95c829e81d28fc90ee5f6c589ee79a3c /sync.profile
parent876249145d1038e32fabc16a7a81cec719a8dc5a (diff)
parentdf44439a8bdc599092258d74f724764bcc18945b (diff)
downloadqtivi-285965b1576cbb3368abd8dfffab2e1e272c11d8.tar.gz
Merge branch 'master' of qtivi
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile16
1 files changed, 15 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index 359adf3..56f08d4 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,9 +1,23 @@
-%modules = (
+%modules = ( # path to module name map
+ "QtIVICore" => "$basedir/src/ivicore",
+ "QtIVIVehicleFunctions" => "$basedir/src/ivivehiclefunctions",
"QtGeniviExtras" => "$basedir/src/geniviextras",
);
+%moduleheaders = ( # restrict the module headers to those found in relative path
+);
%classnames = (
"qdlt.h" => "QtDlt",
);
+%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" => "refs/heads/stable",
);
+