summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2014-08-20 10:28:12 +0200
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2014-08-20 10:30:13 +0200
commita2dd3fb028d731b3971e442db81b693c98849900 (patch)
tree457a392b5710da2f0f8f170ba105623239fcd297 /sync.profile
Long live Qt Web View!
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile17
1 files changed, 17 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 0000000..09e41b1
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,17 @@
+%modules = ( # path to module name map
+ "QtWebView" => "$basedir/src/webview",
+);
+%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)
+# - 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" => "",
+ "qtandroidextras" => "",
+ "qtdeclarative" => "",
+);