summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2015-01-26 14:16:25 +0100
committerDominik Holland <dominik.holland@pelagicore.com>2015-01-26 14:16:25 +0100
commit973cb071c0113566bb930bf91b46a5a774068c66 (patch)
tree34fe9880c09d0830e4d147e7d9a5c7d1ac42ffbc /sync.profile
downloadqtivi-973cb071c0113566bb930bf91b46a5a774068c66.tar.gz
Initial qt module setup
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..a999d1f
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,20 @@
+%modules = ( # path to module name map
+ "QtIVICore" => "$basedir/src/core",
+);
+%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" => "refs/heads/stable",
+);
+