Qt Quick used selectively + Widgets to assist test rig ops.
qml: Qt Quicksrc: C++ Sources and Includes
To start building,
you must have binaries or the source of Qt of at least version 6.10.0.
This is a complicated process.
Using official sources from qt.io
or an unofficial tool like aqtinstall
should work.
Once you have acquired Qt to at least version 6.10.0, run this in the root directory of this repo:
cmake -S . -B buildthen
cmake --build buildfor example. Don't forget to initialize the submodules.
Vcpkg should automatically run due to its definition as the toolchain file in CMakeLists.txt.
Additionally, there are several presets for CMake that can be used.
Consider reading CMakePresets.json in the root of this repo.