加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
conanfile.txt 725 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tobias Hunger 提交于 2019-11-29 17:29 . Add conanfile.txt
# This needs a special conan repository to work!
# Please run:
# conan remote add qtcreator https://api.bintray.com/conan/qtcreator/qtcreator
# conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
# to make this repository available!
#
# Then do the following to build Qt Creator:
# 1. Create a build directory and change into it
# 2. Run "conan install /path/to/qtcreator/sources --build missing"
# 3. Run "cmake -DCMAKE_TOOLCHAIN_FILE=conan_paths.cmake /path/to/qtcreator/sources -GNinja"
[requires]
qt/5.13.2@bincrafters/stable
llvm/8.0.0@qtcreator/stable
[generators]
cmake_paths
[options]
qt:qtdeclarative=True
qt:qtscript=True
qt:qtserialport=True
qt:qtsvg=True
qt:qttools=True
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化