summaryrefslogtreecommitdiff
path: root/sync.profile
Commit message (Collapse)AuthorAgeFilesLines
* remove dependencies from sync.profileOswald Buddenhagen2016-11-111-13/+0
| | | | | | | the CI obtains them from the qt5 super repo nowadays. Change-Id: Iaf03da27ec5ab4e901672439801be1929676533a Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
* Qt Quick Extras: remove insignificant_test CONFIG flag.Mitch Curtis2015-10-021-0/+1
| | | | | | | | Add qtgraphicaleffects as a dependency to sync.profile. Change-Id: I8f0d0be2f05aeb193ecdd296d7eeedb6cc90fac5 Task-number: QTBUG-46393 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
* Unpin qtbase and qtdeclarativeSergio Ahumada2014-03-061-2/+2
| | | | | | | ...both merges are already in Change-Id: Ib6a43a88e6a10d0db0c5f471b74709ac9ee5b419 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Pin qtdeclarative in order to allow for the qtdeclarative stable -> dev ↵Sergio Ahumada2014-03-051-1/+1
| | | | | | | merge to go through Change-Id: Idceca103d6cc8e0cac254bdd2eb25be0f6bb0840 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Temporarily pin qtbase similar to qtdeclarativeSimon Hausmann2014-03-041-1/+1
| | | | | Change-Id: I95b101670fd4f767d311ea015d0836f6d09931aa Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* sync.profile: Remove dependency on qtjsbackendSergio Ahumada2013-08-131-1/+0
| | | | | Change-Id: I80094d55cfc91e9c470ecc5da7be30450714aa58 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* sync.profile: Point dependencies to an empty stringSergio Ahumada2013-05-261-4/+5
| | | | | | | | | | | 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: Ia4afe46fdc798f3e037fdc84cb48886ee60d5112 Reviewed-by: Iikka Eklund <iikka.eklund@digia.com>
* Merge branch 'dev' into stableSergio Ahumada2013-03-251-4/+4
| | | | | | | | | | This starts Qt 5.1 release cycle Conflicts: src/qtdesktop/CheckBox.qml src/qtdesktop/doc/qtdesktopcomponents.qdocconf Change-Id: Ic3799053a18b0a3f97e251354ad8433438b08a7a
* Depend on dev branch (Qt 5.1)Frederik Gladhorn2013-01-171-4/+4
| | | | | | | | | | For actions to work the components will have to depend on the dev branch. This mainly affects how tests are run. Change-Id: Ic385647bd6e2f22cdfaa7d94ee6286346a8bea31 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* point dependencies to stable branchesSergio Ahumada2012-12-151-4/+4
| | | | | Change-Id: Id55a3e36cbb7890fd57c26d8f51bd0a9e280ebf1 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Modularized for Qt 5Liang Qi2012-12-051-1/+0
| | | | | | | | | Still missing sth from qmake, it doesn't support non c++ module correctly yet(there is no CXX_MODULE in our project). Change-Id: I9a6a754e863b51b3e3a4b1eaf864ddab24e92f75 Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* Update sync.profile - List also all indirect dependencies.Janne Anttila2012-11-121-0/+2
| | | | | | | | | Apparently sync.profile needs to list also all indirect dependencies, i.e. the dependecies needed to build qtdeclarative. Change-Id: I214ed83226cbc24007ebc3300f011f8538cea30c Reviewed-by: Simo Fält <simo.falt@digia.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
* Add sync.profile for CIFrederik Gladhorn2012-11-091-0/+15
This file describes the build deps for desktop components. Change-Id: I12b6545bc0733b06193a062702f10bc4f2098843 Reviewed-by: Simo Fält <simo.falt@digia.com> Reviewed-by: Janne Anttila <janne.anttila@digia.com> Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>