1 Star 0 Fork 0

charlies-ls/framelesshelper2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 295 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangwenx190 提交于 4年前 . Minor tweaks
find_package(QT NAMES Qt6 Qt5 COMPONENTS Widgets)
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Widgets)
if(TARGET Qt${QT_VERSION_MAJOR}::Widgets)
add_subdirectory(widget)
add_subdirectory(mainwindow)
endif()
if(TARGET Qt${QT_VERSION_MAJOR}::Quick)
add_subdirectory(quick)
endif()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/charlies-ls/framelesshelper2.git
git@gitee.com:charlies-ls/framelesshelper2.git
charlies-ls
framelesshelper2
framelesshelper2
master

搜索帮助