summaryrefslogtreecommitdiffstats
path: root/sync.profile
Commit message (Collapse)AuthorAgeFilesLines
* Suppress "We mean it" warning due to battery1_p.hAlex Blasche2018-10-101-1/+1
| | | | | | | | QtBluetooth WARNING: /../qt512/qtconnectivity/src/bluetooth/bluez/battery1_p.h does not have the "We mean it." warning. Change-Id: Iddd792243690a1cf6ceab5d3d01de322d2c5d92e Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
* Suppress "We mean it" header warning as profilemanager1_p.h is generatedAlex Blasche2018-08-161-1/+1
| | | | | Change-Id: I252cc1bf59550d06a403bf73d697e7297c0a6648 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
* Hook new gatt dbus classes into build systemAlex Blasche2017-11-021-2/+3
| | | | | | | | | In addition, we add exception rules for the missing "We mean it" header preamble. The headers are auto generated. Task-number: QTBUG-46819 Change-Id: Ia781e2b3af597518a345019d4e9e817471706652 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Rename qnfcglobal.h to qtnfcglobal.hOliver Wolff2017-08-301-0/+3
| | | | | | | | | | | | | ... and deprecate the former. By doing so we get the header file in line with other modules - see qtnetworkglobal.h for example. The include is not used in the examples so it is removed there. Change-Id: If6d30e7a821b60f12768a963990937c46f21f4c7 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Rename qbluetoothglobal.h to qtbluetoothglobal.hOliver Wolff2017-08-301-0/+5
| | | | | | | | | | | | | ... and deprecate the former. By doing so we get the header file in line with other modules - see qtnetworkglobal.h for example. The include is not used in the examples so it is removed there. Change-Id: Ie6267738d4a45e45a0350d458a40654d8a952f4a Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Suppress "We mean it." warning for autogenerated filesFriedemann Kleint2016-12-051-0/+12
| | | | | | | Add headers to sync.profile's @ignore_for_include_check list. Change-Id: I8dfd046d6866e5ed5414e470e1b004f23c589a79 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* remove dependencies from sync.profileOswald Buddenhagen2016-11-051-13/+0
| | | | | | | the CI obtains them from the qt5 super repo nowadays. Change-Id: Idb89a6e24cc3a9ac38260f990ea953e5cdffbcbb Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
* Remove libgato code from to-be-released codeAlex Blasche2014-08-251-3/+0
| | | | | | | It continues to live in the development branches Change-Id: I13f140f78b26e4f1bf23d8e023834038812190c6 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Omit new gato headers from syncqt to avoid failing cmake auto testAlex Blasche2014-06-251-0/+3
| | | | | | | | | Later the gato headers will be integrated into the source base of QtBluetooth. Right now we simply accept them as they are without publicly exporting them. Change-Id: I127dc313594f0ac6b7e99d41f55db409b7a107d7 Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
* 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