公告板
版本库
filestore
活动
搜索
登录
sola
/
qwindowkit
qwindowkit
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Fix macOS title bar buttons not displaying properly.
Dylan Liu
2024-05-03
bdc57c6ec9b08f74ca65a06b8496fbaa3268c5fd
[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
)