1 Star 3 Fork 1

维奇Vicii / QCefView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
QtConfig.cmake 383 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sheen Tian 提交于 2021-04-11 22:51 . Add config file for Qt
#################################################################################
#
# The Qt SDK path
#
set(QT_SDK_DIR
# Change this value to the Qt SDK path of your build environment
"$ENV{QTDIR}"
)
#
# For CI system
#
if (DEFINED ENV{APPVEYOR})
set(QT_SDK_DIR
# Change this value to the Qt SDK path of your build environment
"C:\\Qt\\5.15.2\\msvc2019_64"
)
endif()
C/C++
1
https://gitee.com/dense-breath/QCefView.git
git@gitee.com:dense-breath/QCefView.git
dense-breath
QCefView
QCefView
add-license-1

搜索帮助