Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
CMake Port/Development Notes: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Category:CMake Port == 2019 == ==== 04. April 2019 ==== - Work done on using a yocto generated sysroot to cross-build qtbase to an embedded device (some qtbase patches pe...") |
|||
Line 3: | Line 3: | ||
==== 04. April 2019 ==== | ==== 04. April 2019 ==== | ||
- Work done on using a yocto generated sysroot to cross-build qtbase to an embedded device (some qtbase patches pending review, some patches still need to be upstreamed to the meta-b2qt repo) | - Work done on using a yocto generated sysroot to cross-build qtbase to an embedded device (some qtbase patches pending review, some patches still need to be upstreamed to the meta-b2qt repo) | ||
- Regenerated many CMakeLists.txt files with the pro2cmake script | - Regenerated many CMakeLists.txt files with the pro2cmake script | ||
- WIP fixing the conversion script to handle .pri inclusion paths better | - WIP fixing the conversion script to handle .pri inclusion paths better | ||
- WIP fixing the Windows provisioning to build the Qt CMake port on Windows | - WIP fixing the Windows provisioning to build the Qt CMake port on Windows | ||
- Tested building of qtbase on macOS and Linux on a private instance of Coin (succeeds) | - Tested building of qtbase on macOS and Linux on a private instance of Coin (succeeds) | ||
- WIP fixing the conversion script to deal with qmake's "SUBDIRS -=" functionality, which is not supported natively by CMake | - WIP fixing the conversion script to deal with qmake's "SUBDIRS -=" functionality, which is not supported natively by CMake | ||
- Progress on changing the qtbase configure script to use CMake to build Qt (rudimentary support, no feature mapping yet) | - Progress on changing the qtbase configure script to use CMake to build Qt (rudimentary support, no feature mapping yet) | ||
- Various small fixes to omissions in regenerated CMakeLists.txt files | - Various small fixes to omissions in regenerated CMakeLists.txt files | ||
==== 21. March 2019 ==== | ==== 21. March 2019 ==== | ||
- | - |
Revision as of 13:10, 4 April 2019
2019
04. April 2019
- Work done on using a yocto generated sysroot to cross-build qtbase to an embedded device (some qtbase patches pending review, some patches still need to be upstreamed to the meta-b2qt repo) - Regenerated many CMakeLists.txt files with the pro2cmake script - WIP fixing the conversion script to handle .pri inclusion paths better - WIP fixing the Windows provisioning to build the Qt CMake port on Windows - Tested building of qtbase on macOS and Linux on a private instance of Coin (succeeds) - WIP fixing the conversion script to deal with qmake's "SUBDIRS -=" functionality, which is not supported natively by CMake - Progress on changing the qtbase configure script to use CMake to build Qt (rudimentary support, no feature mapping yet) - Various small fixes to omissions in regenerated CMakeLists.txt files
21. March 2019
-