aboutsummaryrefslogtreecommitdiffstats
path: root/.cmake.conf
Commit message (Collapse)AuthorAgeFilesLines
* Bump versionJani Heikkinen2021-09-141-1/+1
| | | | Change-Id: I3cb64784d9ac63bdfa24b5663a1be3c43d4738f0
* Add conanfile.py to support builds with ConanIikka Eklund2021-06-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | The build recipe uses the qtbase's 'bin/qt-configure-module' script directly which is recommended when building other Qt modules ouside the qtbase's -prefix. The recipe uses functionality from qt-conan-common Conan package via 'python_requires'. This recipe sets it's own Conan options that match with the module configure options. The recipe sets it's version number based on QT_REPO_MODULE_VERSION and QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT in .cmake.conf file. The dependency to qtbase, qtsvg and qtshadertools is declared using semantic versioning so that it will pick the latest available prerelease or final version of the major.minor.patch. Task-number: QTBUG-94384 Pick-to: 6.2 Change-Id: I1f12434521d11f63c31a102bfbfaf923cb262965 Reviewed-by: Toni Saario <toni.saario@qt.io>
* Bump versionJani Heikkinen2021-02-221-1/+1
| | | | Change-Id: I89031620e380fd57e69eaf13b970849b97ffe42b
* Bump versionPaul Wicking2021-01-121-1/+1
| | | | | | | | CMake edition. Task-number: QTQAINFRA-4126 Change-Id: I33c124ae65fe18c304b47c9aaecf05c55616743a Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* CMake: Regenerate qtdeclarative/srcAlexandru Croitor2020-05-291-0/+1
Includes - renaming of internal plugin api call - generation of QT_QMLTYPES_FILENAME - addition of a few TARGET_DESCRIPTION Change-Id: I72b5647b8c16af9945795ead62a075322b6bb2f6 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>