summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorRisto Avila <risto.avila@theqtcompany.com>2015-03-23 15:46:10 +0200
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-04-09 11:36:09 +0300
commit11ed1f6b9deb19f6a429e34fe35cc189d48ac57f (patch)
tree4e544f2ce9ee172828fd6c7a1a7d07d7caba3784 /sync.profile
parentf5e08ce7689e0600f9b519bb73225c1da793b32a (diff)
Initial commit for integrating qscxmllib and qscxmlcpp
Change-Id: I4843c46575359dbf6f5170bfe06a924ae7a6ab22 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile21
1 files changed, 21 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 0000000..003a44d
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,21 @@
+%modules = ( # path to module name map
+ "QScxmlLib" => "$basedir/src/qscxmllib",
+);
+%moduleheaders = ( # restrict the module headers to those found in relative path
+);
+%classnames = (
+);
+%deprecatedheaders = (
+);
+# 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" => "",
+);