公告板
版本库
filestore
活动
搜索
登录
sola
/
qwindowkit
qwindowkit
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix unwanted title bar when special effect is enabled
Zhao Yuhang
2025-02-08
6f4ab6474fa81556b1d90f6f87f8322282d054db
[sola/qwindowkit.git]
/
examples
/
mainwindow
/
CMakeLists.txt
1
2
3
4
5
6
7
8
9
project(QWKExample_MainWindow)
file(GLOB _src *.h *.cpp)
qwk_add_example(${PROJECT_NAME}
SOURCES ${_src} mainwindow.qrc ../shared/resources/shared.qrc
QT_LINKS Core Gui Widgets # MultimediaWidgets
LINKS QWKWidgets WidgetFrame
)