summaryrefslogtreecommitdiffstats
path: root/qtconnectivity.pro
Commit message (Collapse)AuthorAgeFilesLines
* Fix qtconnectivity buildAlex Blasche2018-09-281-1/+2
| | | | | | | | | This patch fixes the error introduced by 7d7651fb3bd0c2bdeb6159202d30cf475611da58. Change-Id: Idaf9066190535dd521efed7ab78e9203b99aadef Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Don't build when there is no Qt NetworkEskil Abrahamsen Blomfeldt2018-09-271-1/+2
| | | | | | | | Qt Connectivity depends on QAbstractSocket, so it will not build if Qt Network is not built. Change-Id: I94f812f4b4c0c23a38b6c0fcdef0ee962f68e8b0 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Convert qtconnectivity to the new configure systemLars Knoll2016-11-011-4/+0
| | | | | | | | Properly do the detection of bluez and the linux crypto API, and don't run pkg-config at build time. Change-Id: I0f082992c0f82e90e611283ff0c2cc0143e74bd6 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-161-1/+1
|\ | | | | | | | | | | | | | | Conflicts: .qmake.conf src/bluetooth/qlowenergycontroller_bluez.cpp Change-Id: I00f45a2a22a045e7836f2caeb76cc5599ced6279
| * Fix typo regarding requiresAndy Shaw2016-01-081-1/+1
| | | | | | | | | | Change-Id: I59c6344b1c1ab0c892d8c66a7348f8321e3a603e Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* | Bluetooth LE: Add support for Signed Write command.Christian Kandeler2016-02-031-0/+1
|/ | | | | | | | | | | | | | | | | - This is how we get at the signature resolving key: 1) On connection from a client, we read the key from the respective BlueZ settings file (BlueZ 5 only, as I did not manage to find out where BlueZ 4 keeps this information). 2) Also monitor the HCI traffic for key updates (due to re-pairing). - While there is an autotest for the actual hashing procedure, the overall feature cannot be easily tested for various reasons (there is no signed write support in our client API, for one). However, to help with manual testing, the server part of our autotest now exposes a characteristic that supports signed writes. - This feature requires a Linux kernel >= 3.7. Change-Id: I7ede9b430de167fe1f4519eedf8670d88d79aa25 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* disable build on android if androidextras is absentOswald Buddenhagen2015-12-211-0/+2
| | | | | | Change-Id: Iefea81376d0486aead874dad985e55f0b0af5d27 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* Remove BlackBerry as supported platform from QtNfcAlex Blasche2015-06-181-1/+0
| | | | | | | | [ChangeLog][QtNfc][Platform Specific Changes] Removed support for Blackberry 10 from QtNfc. Change-Id: Ideca878656826de7d04dda96bd213895433a3737 Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
* Remove QNX/BlackBerry implementation for QtBluetoothAlex Blasche2015-06-171-1/+0
| | | | | | | | | [ChangeLog][QtBluetooth][Platform Specific Changes] Removed support for Blackberry 10. Change-Id: I431c4f34bb10aa3668542df7a8b3403b61bf4705 Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com> Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
* Provide guarding against non-BTLE enabled versions of BluezAlex Blasche2014-06-161-0/+1
| | | | | | | | | | This disables the gatttool based controller as well. While it might compile on older systems they are likely to not have a gatttool and why would a Bluez version without BTLE symbols ever work anyway. Change-Id: I761e482d3dd1e99008c5d170053e19a1a3a51e6c Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
* QNX: Config test for libbb2Fabian Bumberger2014-02-141-0/+1
| | | | | | | | | | | libbb2 is not available in a public NDK yet. In order to be able to compile NFC for BlackBerry 10 with a public NDK the BB10 implementation for the QNearfieldShareManager is only built if libbb2 is detected. Change-Id: Idd11d4584215fade91db9f79895f901547bce3ef Reviewed-by: Stuart Burge <sburge@blackberry.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com> Reviewed-by: Wolfgang Bremer <wbremer@blackberry.com>
* Introduce compile test for BT API 10.2.1Fabian Bumberger2013-10-171-1/+1
| | | | | Change-Id: If4d805f49666cf9d09cc82c377f96398b7d4039c Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* use centralized handling of QT_BUILD_PARTSOswald Buddenhagen2012-07-111-25/+1
| | | | | Change-Id: Idaf91af13dadd8813b6bbff5c59534e13e589b8c Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Use the recommended way of building module docs.alex2012-06-271-2/+0
| | | | | Change-Id: I57e6dd9b7323e8feaa2f7ed1bee0e24518f2b91e Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com>
* switch to new-style configure testsOswald Buddenhagen2012-06-251-0/+3
| | | | | Change-Id: I74e506c6de49631e692eb8efda64083ba319127e Reviewed-by: Alex <alex.blasche@nokia.com>
* Enable Bluetooth examplesalex2012-03-121-1/+1
| | | | | Change-Id: Ifa01f167a576f167be5b0388e736c95c219a00f2 Reviewed-by: Alex <alex.blasche@nokia.com>
* Generate make rules for module documentation generationalex2012-03-021-0/+2
| | | | | Change-Id: I670ab20b67a147a3d15252ccdac700ca9b17f822 Reviewed-by: Alex <alex.blasche@nokia.com>
* Remove old and obsolete documentationalex2012-01-261-2/+0
| | | | | | | | | and provide means for hooking it into the Qt5 docs. Change-Id: I7c56097bde6a2b0ea0ed0f204d59d67618c1dfce Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Zanetti <michael.zanetti@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* added documentation and examplesMichael Zanetti2012-01-231-0/+2
| | | | | | Change-Id: Ia99e5f8f9579c189379bce1a22de3d58b12ce5fc Reviewed-by: Alex <alex.blasche@nokia.com> Sanity-Review: Alex <alex.blasche@nokia.com>
* Don't install tests by default.Rohan McGovern2011-11-161-1/+2
| | | | | | | | | | Installing tests is a relatively rare use case, and is already disabled by default for some qt5 modules. Make the behavior consistent and disable it by default here too. Change-Id: I3ff16c84e8e101bec7d5f14ced711295179b03d4 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* Fixed compile.Rohan McGovern2011-08-251-1/+1
| | | | | | | | | Don't add examples to SUBDIRS, since no examples exist. Change-Id: If1de4f5772aede3ec2f7061aa68ea97f3ea4c0b3 Reviewed-on: http://codereview.qt.nokia.com/3540 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Initial commit.Michael Zanetti2011-08-241-0/+24
From qt5connectivity.tar.gz, md5 317c149d6f8c07d09632353188582834