Details
-
User Story
-
Resolution: Done
-
P1: Critical
-
None
-
None
Description
Requirements:
1) A successful cross-build of qtbase modules.
2) Figuring out the best way of specifying which host build tools should be used.
Currently done by specifying
-DHOST_QT_TOOLS_DIRECTORY=/path/to/where/host/build/is/installed/bin
Ideally when building the host build, we would export a per-module config file, e.g. Qt5CoreTools. See QTBUG-74134
Then we specify a CMAKE_PREFIX_PATH and run find_package(Qt5CoreTools), and the qtbase CMakeLists.txt would automatically pick up and use the pre-built tools for the cross build.
Easiest would probably be a host Linux to ARM target build.
Attachments
Issue Links
- is required for
-
QTBUG-78946 Build Qt CMake port on a qemu config with non-official Coin
-
- Closed
-
- relates to
-
QTBUG-75955 Add double-conversion package recipe to upstream yocto
-
- Withdrawn
-
- resulted in
-
QTBUG-74134 Export targets for each modules tools (e.g. Qt5CoreTools)
-
- Closed
-