aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-09-02 08:32:06 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-02 08:32:42 +0200
commit3122848def0fa714bf73460b64cc1d403f088e6a (patch)
treebefe0be3ea570b80fe95d72a29b0895722a170fc /sync.profile
parente88a447dc08db341382fa82fcebb38e2579f5d5c (diff)
Temporarily pin qtbase to a working version...
... so that we can continue to develop while qtbase is being fixed to allow compiling qtdeclarative on mac with no-framework debug builds. Change-Id: I2e1f4c1b82560a2f49205035aaca3078f9d28061 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index 92467195f0..618e713ab5 100644
--- a/sync.profile
+++ b/sync.profile
@@ -18,6 +18,6 @@
# - 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" => "",
+ "qtbase" => "9de144f4b15b1b97d55922e3e0bc846080c5bb62",
"qtxmlpatterns" => "",
);