公告板
版本库
filestore
活动
搜索
登录
sola
/
qwindowkit
qwindowkit
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
minor tweaks
Sine Striker
2023-12-13
e20d8ebf6eb5a5a9fafc2eaf3b04d934e5089766
[sola/qwindowkit.git]
/
examples
/
qml
/
CMakeLists.txt
1
2
3
4
5
6
7
8
9
project(QWKExample_QML)
file(GLOB _src *.h *.cpp *.qrc)
qwk_add_example(${PROJECT_NAME}
SOURCES ${_src}
QT_LINKS Core Gui Qml Quick
LINKS QWKQuick
)