summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.qmake.conf2
-rw-r--r--sync.profile8
2 files changed, 5 insertions, 5 deletions
diff --git a/.qmake.conf b/.qmake.conf
index f5a422c..2f09a2b 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,3 +1,3 @@
load(qt_build_config)
-MODULE_VERSION = 5.1.0
+MODULE_VERSION = 5.2.0
diff --git a/sync.profile b/sync.profile
index 7791f3b..ee33467 100644
--- a/sync.profile
+++ b/sync.profile
@@ -5,8 +5,8 @@
# - 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",
+ "qtbase" => "refs/heads/dev",
+ "qtdeclarative" => "refs/heads/dev",
+ "qtjsbackend" => "refs/heads/dev",
+ "qtxmlpatterns" => "refs/heads/dev",
);