diff options
author | Alex Wilson <alex.wilson@nokia.com> | 2012-01-10 12:47:29 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-01-10 03:54:57 +0100 |
commit | 9edac3a903e645267bb713c45933095596d1b5e9 (patch) | |
tree | a128e248044803a0eb678191abe1ebd28a2fe20d | |
parent | 9a5bcb41a44cd9108690606b79396e424cba983d (diff) | |
download | qtlocation-9edac3a903e645267bb713c45933095596d1b5e9.tar.gz |
Change to sync.profile to build against pre-qtjsbackend qtbase
Change-Id: Ib1a96a270012193d942e0874d095c4efb13acd71
Reviewed-by: David Laing <david.laing@nokia.com>
-rw-r--r-- | sync.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile index fab19dbc..bbe71058 100644 --- a/sync.profile +++ b/sync.profile @@ -21,7 +21,7 @@ # - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch) # %dependencies = ( - "qtbase" => "refs/heads/master", + "qtbase" => "7aeccb183a827e8504d7dd8614d1ca555caf61d9", "qtscript" => "refs/heads/master", "qtsvg" => "refs/heads/master", "qtxmlpatterns" => "refs/heads/master", |