diff options
author | Giulio Camuffo <giuliocamuffo@gmail.com> | 2013-10-04 12:12:37 +0200 |
---|---|---|
committer | Tor Arne Vestbø <tor.arne.vestbo@digia.com> | 2013-10-11 14:13:38 +0200 |
commit | d2b9d5e9cfa7b18902d1211e0541fdf4787aa0ed (patch) | |
tree | 3c9460311869587cd3a6d6373d25875cef4e1488 /sync.profile | |
parent | 184636c72b697b760b081175d8e581718540064a (diff) | |
download | qtwayland-d2b9d5e9cfa7b18902d1211e0541fdf4787aa0ed.tar.gz |
Make the platform plugin compatible with qt 5.2.
Change-Id: Ib81ae383c5ef4baf76f2cfd4bd9efeb749480f4b
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@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 75564e1e..5f0f470d 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" => "bdfbc9e493b4df7da89fb62222dc7cb283b3794a", + "qtbase" => "refs/heads/stable", "qtjsbackend" => "refs/heads/stable", "qtdeclarative" => "refs/heads/stable", ); |