mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2025-12-16 19:57:03 +03:00
301 B
301 B
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 .