QtModelsToolkit-Example
June 11, 2025 ยท View on GitHub
Sample application presenting how to integrate QtModelsToolkit to a cmake-based project.
Building
The most convenient way is to use IDE with support for CMake, like QtCreator.
Alternatively, from command line:
git clone https://github.com/status-im/QtModelsToolkit-Example.git
cd QtModelsToolkit-Example
mkdir build && cd build
cmake ..
cmake --build . -j
./QtModelsToolkit-Example