C
Prerequisites for porting Qt Quick Ultralite to a new platform
Common prerequisites
Before starting a port to a new platform make sure you have the following available on your development machine
- CMake 3.15 or newer (you can install it using the Qt Online installer)
- Cross-Toolchain for your hardware
- SDK for your hardware
The standard library of the platform SDK must provide a printf
and fprintf
function. Before starting the port, ensure that these functions print to a channel, which can be read from your development host. Most likely this is either the serial port or the debugging interface.
Available under certain Qt licenses.
Find out more.