summaryrefslogtreecommitdiff
path: root/.cmake.conf
Commit message (Collapse)AuthorAgeFilesLines
* Remove QT_USE_SYNCQT_CPPAlexey Edelev2023-01-021-2/+0
| | | | | | | | Option has not effect anymore. Pick-to: 6.5 Change-Id: I52303642d93a118ae2ad1a00983aca93ef45bd45 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Bump version to 6.6.0Jani Heikkinen2022-12-151-1/+1
| | | | | Change-Id: I3147c1470523c6c116cb656db7872ea10c5469cf Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Mark the module free of qAsConst()Marc Mutz2022-12-051-0/+1
| | | | | Change-Id: I914ccc09297ac6283d7cf24d5afc96ebdaf294d0 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
* Enable syncqt cppAlexey Edelev2022-11-011-0/+2
| | | | | | Change-Id: I433ebe2dc6a2d44fe7cc9a4229b47b0b3e1f8e99 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Bump version to 6.5.0Jani Heikkinen2022-06-061-1/+1
| | | | | Change-Id: If069104a02531dacabc13acbcdd6fff21ad0ac7e Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Bump version to 6.4.0Jani Heikkinen2022-01-311-1/+1
| | | | | Change-Id: I42941cfe33f140ace626d311eead63eab9c4f908 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Bump versionJani Heikkinen2021-09-141-1/+1
| | | | Change-Id: I4157fde5245eecf1a1c7788c41d430ac9ef895cf
* Update conan supportIvan Solovev2021-08-261-0/+1
| | | | | | | | | | | | | | | | | This patch updates the conanfile.py to support the full Qt build using conan. qtbase is now listed as a dependency, and the build recipe uses the qtbase's 'qt-configure-module' script directly. Use shared recipe functionality from qt-conan-common package. This change is also required for QtPositioning module, as it has an optional dependency on QtSerialPort. Pick-to: 6.2 Task-number: QTBUG-90800 Change-Id: I54f9f717f8fec98f9617385c8533b116ad0e9d1c Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io>
* QtSerialPort: bump versionIvan Solovev2021-02-241-1/+1
| | | | | | | | | | Bump module version to 6.2 and also update dependencies.yaml. Needed for updating QtPositioning. Task-number: QTBUG-90864 Change-Id: Ieaa03be159aeb0a4a23acd532429f75b7eb0459d Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Qt6: Update module versionKarsten Heimrich2021-01-211-1/+1
| | | | | | | Change-Id: Ic76a0914967e93f645c5d3d4f2c3e8a9045e911b Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Qt6: Port module to cmake build systemKarsten Heimrich2021-01-151-0/+1
Fixes: QTBUG-89767 Fixes: QTBUG-89878 Change-Id: I860ae7b9dbb0f79e9e952d594b9737d4c452579a Reviewed-by: Andreas Buhr <andreas.buhr@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>