1 Star 0 Fork 0

fengyongjun/qtwinextras

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.prev_CMakeLists.txt 721 Bytes
一键复制 编辑 原始数据 按行查看 历史
Friedemann Kleint 提交于 2020-07-28 10:33 . Update CMakeLists.txt
# Generated from qtwinextras.pro.
cmake_minimum_required(VERSION 3.15.0)
include(.cmake.conf)
project(QtWinExtras
VERSION "${QT_REPO_MODULE_VERSION}"
DESCRIPTION "Qt WinExtras Libraries"
HOMEPAGE_URL "https://qt.io/"
LANGUAGES CXX C
)
find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core SET_ME_TO_SOMETHING_USEFUL)
find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS SET_ME_TO_SOMETHING_USEFUL)
if(WINRT)
message(NOTICE "Skipping the build as the condition \"NOT WINRT\" is not met.")
return()
endif()
if(NOT TARGET Qt::Gui)
message(NOTICE "Skipping the build as the condition \"TARGET Qt::Gui\" is not met.")
return()
endif()
qt_build_repo()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fengyongjun/qtwinextras.git
[email protected]:fengyongjun/qtwinextras.git
fengyongjun
qtwinextras
qtwinextras
dev

搜索帮助