docs: add build instructions to README

This commit is contained in:
outfoxxed 2024-03-07 06:00:46 -08:00
parent 5ac04649aa
commit f32b4175fb
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 87 additions and 6 deletions

View file

@ -88,8 +88,7 @@ Q_ENUM_NS(Enum);
/// }
///
/// Text {
/// anchors.horizontalCenter: parent.horizontalCenter
/// anchors.verticalCenter: parent.verticalCenter
/// anchors.centerIn: parent
/// text: "Hello!"
/// }
/// }