chore: baseline usable version

This commit is contained in:
dela
2026-06-10 11:17:51 +08:00
commit a2f82a86b6
932 changed files with 172551 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
project(QWKExample_QML)
file(GLOB _src *.h *.cpp *.qrc)
qwk_add_example(${PROJECT_NAME}
FEATURES cxx_std_17
SOURCES ${_src} ../shared/resources/shared.qrc
QT_LINKS Core Gui Qml Quick
LINKS QWKQuick
)