summaryrefslogtreecommitdiffstats
path: root/.cmake.conf
Commit message (Collapse)AuthorAgeFilesLines
* Update conan supportIvan Solovev2021-08-271-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. Task-number: QTBUG-90800 Change-Id: I54f9f717f8fec98f9617385c8533b116ad0e9d1c Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 1822895b455bc94d911c8c1e93e252af796133e2)
* 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>