aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtconnectivity
Commit message (Collapse)AuthorAgeFilesLines
* qt5: upgrade to 5.12.3Martin Jansa2019-04-181-4/+1
| | | | | | | | | | | * be aware that in 3 qt* project the v5.12.3 tag wasn't created yet: qtknx_git.bb:# v5.12.3 tag wasn't created yet qtmqtt_git.bb:# v5.12.3 tag wasn't created yet qtopcua_git.bb:# v5.12.3 tag wasn't created yet * and qttools, qt3d, qtremoteobjects v5.12.3 tag isn't in 5.12 branch Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qtconnectivity: Fix build with clang/libc++Khem Raj2019-02-141-0/+26
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qtconnectivity: drop patch resolved upstreamMartin Jansa2018-12-231-40/+0
| | | | | | | | | | | * resolved in upstream commit: commit 2a52a400d6692b4f42d955302dee651646664385 Author: Alex Blasche <alexander.blasche@qt.io> Date: Wed Aug 29 10:02:58 2018 +0200 Fix bluez config test failure on clang Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qtconnectivity: Ignore -Waddress-of-temporary when using clangKhem Raj2018-12-201-0/+40
Helps in making bluez detection succeed Signed-off-by: Khem Raj <raj.khem@gmail.com>