summaryrefslogtreecommitdiffstats
path: root/sync.profile
Commit message (Collapse)AuthorAgeFilesLines
* remove dependencies from sync.profileOswald Buddenhagen2016-11-231-10/+1
| | | | | | | | the CI obtains them from the qt5 super repo nowadays. Change-Id: Ibfe818917b5ecf347f0251ac7d0743ca804374b0 Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
* minimize dependency listOswald Buddenhagen2013-10-161-6/+0
| | | | | | | | | to compile the translations (which is all what CI does) we need only a minimal build of linguist. Change-Id: Ide0a2c0a4dd3890054dbb00b01d5c2835615ff88 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* sync.profile: Point dependencies to an empty stringSergio Ahumada2013-05-261-8/+9
| | | | | | | | | | | | This means that we are going to use the same branch name for the dependencies as the branch of the repository under test. If we are testing the 'stable' branch, all dependencies will point to the 'stable' branch as well. Change-Id: I52efbaa437979b4f01e0c10cbb5d09021e8cc39f Reviewed-by: Iikka Eklund <iikka.eklund@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* sync.profile: Point dependencies to 'refs/heads/stable'v5.0.0-rc2v5.0.0-rc1Sergio Ahumada2012-12-041-8/+8
| | | | | | | | | | | We should test stable branches against stable branches only. At some point we should automate the merges from dev->stable->release and decide how to handle possible merge conflicts. This is good enough for the time being. Change-Id: I8eda77404c916d7cd5416eb28b0a54c68161f40a Reviewed-by: Janne Anttila <janne.anttila@digia.com>
* clean up sync.profileOswald Buddenhagen2012-11-201-10/+0
| | | | | | | no c++ modules expected here Change-Id: I1bf9e29f630c5a383a72a1c21a12de26cc6ba870 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Remove phonon as per removal in qt5.Toby Tomkins2012-08-011-1/+0
| | | | | | | | 5fb5e0dfc7d794df882408d4c7b6c0e14073282b removes qtphonon from qt5 compilation, also remove it in this repository. Change-Id: Ia5481cac794762bc9fb3db3112238cb26a3294d0 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* sync.profile: introduce dependency on qtjsbackendRohan McGovern2012-01-101-0/+1
| | | | | | | | | | sync.profile needs to enumerate indirect dependencies too. qtdeclarative now depends on qtjsbackend; update sync.profile accordingly. Change-Id: Ica35c37158e7b0244d6b59f861aa482e0dd7d139 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
* Removed dependency on qtwebkit.Rohan McGovern2011-11-211-1/+0
| | | | | | | | | | qt-modularization-base is outdated and there is no up-to-date equivalent. Avoid testing this module on top of qtwebkit until the situation is improved. Change-Id: I6761dd73afa98a23e6dcee7c42c79846c1180e7c Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Add sync.profileAlan Alpert2011-08-111-0/+27
It appears to depend on qttools, so adding qttools and all its dependencies as dependencies of this module. Change-Id: Ia2afa5a0a0adaba6d02b3450a3f3b53c10af13f0 Reviewed-on: http://codereview.qt.nokia.com/2534 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>