公告板
版本库
filestore
活动
搜索
登录
sola
/
qwindowkit
qwindowkit
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
AWC: remove isEnabled in test methods
SineStriker
2025-03-14
7966371dead9076db6c56de4074b36d6f628678b
[sola/qwindowkit.git]
/
examples
/
qml
/
CMakeLists.txt
1
2
3
4
5
6
7
8
9
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
)