summaryrefslogtreecommitdiffstats
path: root/conanfile.py
Commit message (Collapse)AuthorAgeFilesLines
* Update conan supportIvan Solovev2021-08-261-95/+19
| | | | | | | | | | | | | | | | | 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>
* Bump versionJani Heikkinen2021-06-101-1/+1
| | | | Change-Id: Ib9e47e2201ab6edb34d373ad196e61c784eb8e9a
* Qt SerialPort: Add conan supportKarsten Heimrich2021-02-091-0/+132
Fixes: QTBUG-90910 Change-Id: Ifeed15a8aca3cddfc0d2dab7128ed2955acccb8b Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>