1 Star 3 Fork 0

WL/AntDesignQt5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 396 Bytes
一键复制 编辑 原始数据 按行查看 历史
wealook 提交于 2024-09-17 15:58 +08:00 . 更新svg && button更新 && 文档地址更新
cmake_minimum_required(VERSION 3.5)
project(AntDesignQt5)
include(cmake/predefines.cmake)
option(BUILD_APP "" OFF)
# 修改为本机QT5路径
set(Qt5_DIR "D:/Qt/Qt5.14.2/5.14.2/msvc2017_64/lib/cmake/Qt5")
if (MSVC)
set(CMAKE_CXX_FLAGS "/utf-8")
set(CMAKE_C_FLAGS "/utf-8")
endif ()
add_subdirectory(3rdparty)
add_subdirectory(modules)
if (BUILD_APP)
add_subdirectory(apps)
endif ()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/WL525/AntDesignQt5.git
[email protected]:WL525/AntDesignQt5.git
WL525
AntDesignQt5
AntDesignQt5
main

搜索帮助