diff options
author | Alex Blasche <alexander.blasche@digia.com> | 2013-09-02 11:59:32 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-09-02 12:08:37 +0200 |
commit | ea5f625ab90406d7407bc961b90b3993230dd03a (patch) | |
tree | ebe226b5f498ffe84345a1c7fb9e6174d44b7db9 /sync.profile | |
parent | 4ff9f86051cb8710c97a7d6b9c60a911e46694c6 (diff) | |
download | qtlocation-ea5f625ab90406d7407bc961b90b3993230dd03a.tar.gz |
Temporarily fix qtlocation against a non-broken qtbase.
mac no-framework builds are currently broken.
Change-Id: I1df610c5af15a82414b15c038605ea321d4203b3
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile index d3b16187..9abbeb50 100644 --- a/sync.profile +++ b/sync.profile @@ -11,7 +11,7 @@ # - 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", "qtsvg" => "", "qtxmlpatterns" => "", "qtdeclarative" => "", |