diff options
author | Tor Arne Vestbø <tor.arne.vestbo@digia.com> | 2013-09-27 13:34:28 +0200 |
---|---|---|
committer | Tor Arne Vestbø <tor.arne.vestbo@digia.com> | 2013-09-27 13:43:50 +0200 |
commit | 8d958a836a5aa53e3d6c5079c19f8283f4ecf9a7 (patch) | |
tree | 72b769eec02d791e3ecb513c4d7dda34f2b742a2 /sync.profile | |
parent | 1a40ec4f8dd333386250fa1ba01826ce83c8e1a0 (diff) | |
download | qtwayland-8d958a836a5aa53e3d6c5079c19f8283f4ecf9a7.tar.gz |
Pin qtbase version so we can integrate QPA API changes
Will be unpined along with an update that matches the changes in
https://codereview.qt-project.org/#change,66591.
Change-Id: I84fc8b6d28c05d75fe199044a9a5c7cf0070518f
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@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 5f0f470d..75564e1e 100644 --- a/sync.profile +++ b/sync.profile @@ -14,7 +14,7 @@ # - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch) # %dependencies = ( - "qtbase" => "refs/heads/stable", + "qtbase" => "bdfbc9e493b4df7da89fb62222dc7cb283b3794a", "qtjsbackend" => "refs/heads/stable", "qtdeclarative" => "refs/heads/stable", ); |