Files
QtAwesome/QtAwesomeSampleQml

QML Sample

A simple qml sample for using QtAwesome with QML. I've never used qml before, so please let me know if things can be improved.

Sample building with cmake:

cd QtAwesomeSampleQml
mkdir build
cd build

cmake .. -DCMAKE_PREFIX_PATH="~/Qt/6.10.1/macos/lib/cmake/"
cmake --build .