diff options
author | Tor Arne Vestbø <torarnv@gmail.com> | 2014-02-17 16:43:43 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-02-17 21:47:51 +0100 |
commit | a65b8785621ebf58f34eb0c1759376fc0a1117c7 (patch) | |
tree | c89efbec945db44878198a1b0ac3c9339f2d13b2 /sync.profile | |
parent | 10ca1b7d2fb60050a348bcb697d444de1e16fb38 (diff) | |
download | qtdeclarative-a65b8785621ebf58f34eb0c1759376fc0a1117c7.tar.gz |
Unpin qtbase in preperation for merge to stable
Change-Id: I833937c85269dfaca7f28fd06c3f55729037b800
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 43364046f0..4f4e767129 100644 --- a/sync.profile +++ b/sync.profile @@ -19,6 +19,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" => "70f4bf1a487aa56e9667b92f420926e353ba7862", + "qtbase" => "", "qtxmlpatterns" => "", ); |