summaryrefslogtreecommitdiffstats
path: root/sync.profile
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that qtandroidextras is checked out when building qtconnectivityAlex Blasche2013-11-281-0/+1
| | | | | | | | | | | | This is required for the upcoming Android port. Only the Android backend will really need it but the CI doesn't know about conditional git checkouts. All other platforms will simply not build/use it. Change-Id: I32dcc2e616dcda05aca1957512d03e6308dbf45f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* sync.profile: Remove dependency on qtsystems#devSergio Ahumada2013-10-091-1/+0
| | | | | Change-Id: Ice4b9d2bf163aab7ac4d17387e11cf09b2a68790 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* sync.profile: Point to qtsystems#devSergio Ahumada2013-09-251-1/+1
| | | | | | | | | | qtconnectivity doesn't really depend on qtsystems, so this is a temporary solution until qt5.git#qt.pro is updated. Change-Id: I89811ccc82d5cc46503ab270f4d50423b3313c60 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Remove unnecessary dependency to qtjsbackend from sync.profileSimon Hausmann2013-08-131-1/+0
| | | | | Change-Id: If59619a55b4d5eecd2c23f85d41606ed1afa8331 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Point sync.profile dependencies to an empty stringAlex Blasche2013-06-191-5/+6
| | | | | | | | This means we are going to use the same branch name for the dependencies as the branch of the repository under test. Change-Id: Ia55676fff91d2ee9ab5e4dcd7f981d48527e675c Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* point dependencies to stable branchesOswald Buddenhagen2012-12-131-4/+4
| | | | | Change-Id: Ifcb531976dbe82d95e62918ebcbdd43d8561c2ed Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Further porting of NFC module from mobility to Qt 5.Aaron McCarthy2012-10-011-1/+1
| | | | | | | | | | | | | | | | | | | Includes the following changes: * Conditionally enables building of the NFC module when qmake is run with CONFIG+=nfc. * Correctly build within the QtNfc namespace. * Fix compile errors in examples, enable building of NFC examples. * Fix compile errors in tests, enable building of NFC tests. Mark the some NFC tests as insignificant as they currently crash. Notably does not enable NFC documentation generation. Task-number: QTBUG-22015 Change-Id: I9ff170c45848c8f0215e9427797922f840c2f015 Reviewed-by: Alex <ablasche@gmail.com>
* build system cleanupsOswald Buddenhagen2012-06-261-8/+0
| | | | | | | | | | | | | | | - load(qt_module) => load(qt_build_config) - remove: - CONFIG+=module (obsolete) - %mastercontent assignment (automated now) - QT_BUILD_*_LIB defines (automated now) - pointless QPRO_PWD assignments - pointless DEFINES+=QT_MAKEDLL - pointless and commented out include and depend paths Change-Id: If3325fecb675c9b439de89c26b5b53da10d66fb9 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* switch to new-style configure testsOswald Buddenhagen2012-06-251-5/+0
| | | | | Change-Id: I74e506c6de49631e692eb8efda64083ba319127e Reviewed-by: Alex <alex.blasche@nokia.com>
* auto-generate module prisOswald Buddenhagen2012-06-251-4/+0
| | | | | Change-Id: I757f4a1164da396315b3ce1815fe3d6b9862e271 Reviewed-by: Alex <alex.blasche@nokia.com>
* sync.profile: remove dependency on qtsvg and qtscript.Toby Tomkins2012-05-171-2/+0
| | | | | | | | sync.profile should not reference modules as dependencies unless they are actually required; update sync.profile accordingly. Change-Id: I963550edbc38822d0cecb32d8cb00f972bf0c056 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Remove pin of qtbase for qtconnectivityJyri Tahtela2012-03-051-1/+1
| | | | | Change-Id: Idc1d59adb169b501f1132cb8837e638bb8eb786e Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
* Generate make rules for module documentation generationalex2012-03-021-1/+1
| | | | | Change-Id: I670ab20b67a147a3d15252ccdac700ca9b17f822 Reviewed-by: Alex <alex.blasche@nokia.com>
* Remove/disable QtNFC from Qt 5.0.alex2012-03-011-4/+4
| | | | | | | | | | | | Currently there is no way of verifying the QtNFC API. This decision will be revisited by future Qt releases. Furthermore there will be no commitment that the re-enabled QtNFC API will be source or binary compatible to the version disabled by this commit. Change-Id: I9aea986189d48b5c2368ce6b2c7ff20e2c94f2f8 Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Michael Zanetti <michael.zanetti@nokia.com> Reviewed-by: Oliver Woltermann <oliver.woltermann@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: Ie1d7388974e10ed664405de40d23efcaca527010 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
* Added missing dependencies to sync.profile.Rohan McGovern2011-08-251-0/+4
| | | | | | | | | | | sync.profile needs to list indirect dependencies too, not just the direct dependencies. Change-Id: I4cc96299827933b8d49639afe3bceb71c1ae49c2 Reviewed-on: http://codereview.qt.nokia.com/3533 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Keith Isdale <keith.isdale@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Correct serviceframework value in sync.profile.Rohan McGovern2011-08-241-1/+1
| | | | | The repo containing serviceframework is `qtsystems', not `qtserviceframework'.
* Initial commit.Michael Zanetti2011-08-241-0/+33
From qt5connectivity.tar.gz, md5 317c149d6f8c07d09632353188582834