summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-04-25 08:39:23 +0200
committerAndras Becsi <andras.becsi@digia.com>2013-04-25 10:10:37 +0200
commit30c12300d1034d28bad3b8643bf495b5a8a475d4 (patch)
tree7958bf1ee90e27f31d181108eaed0d6c37478ef5 /sync.profile
parent412b31c168c793ffaabc96e354d64e3fa9706a40 (diff)
downloadqtenginio-30c12300d1034d28bad3b8643bf495b5a8a475d4.tar.gz
Simplify the build system by changing the repository layout to
follow the recommended Qt module structure. The Enginio library is now a proper Qt5 module so it can take advantage of the convenience provided by the module system.
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile18
1 files changed, 18 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 0000000..dd94533
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,18 @@
+%modules = ( # path to module name map
+ "Enginio" => "$basedir/src/enginio_client"
+);
+%moduleheaders = ( # restrict the module headers to those found in relative path
+);
+# 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",
+ "qtdeclarative" => "refs/heads/stable",
+ "qtjsbackend" => "refs/heads/stable",
+ "qtxmlpatterns" => "refs/heads/stable",
+);
+