summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-11-17 09:03:58 +0100
committerRobert Griebl <robert.griebl@pelagicore.com>2015-11-17 13:32:58 +0000
commitc2c8bf2268eae78eed0b80f78416a056994eaa42 (patch)
tree47af993dcb0defbde618fd3b0504d4264f9b4a3a /sync.profile
parent0a521a6585041c7d7e36cedbd09b86b24c8f6507 (diff)
Add sync.profile
qtwayland is listed but this won't enable the compositor as those libs are not built by default. Change-Id: I2938ca6dc91fdf29a3cc1e14145753e303dd16bc 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 00000000..65382e0f
--- /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 = (
+);
+# 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" => "",
+ "qtwayland" => "",
+);