1 Star 0 Fork 10

abaoa/QtPdfium_Build_Source

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
sync.profile 726 Bytes
一键复制 编辑 原始数据 按行查看 历史
QingwenYi 提交于 2021-12-06 11:26 . fix: 创建工程
%modules = ( # path to module name map
"QtPdfium" => "$basedir/src/pdfium",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
# Module dependencies.
# Every module that is required to build this module should have one entry.
# Each of the module version specifiers can take one of the following values:
# - A specific Git revision.
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
# - an empty string to use the same branch under test (dependencies will become "refs/heads/master" if we are in the master branch)
#
%dependencies = (
"qtbase" => "",
# optional dependencies:
"qtdeclarative" => "",
);
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/boyle/QtPdfium_Build_Source.git
git@gitee.com:boyle/QtPdfium_Build_Source.git
boyle
QtPdfium_Build_Source
QtPdfium_Build_Source
master

搜索帮助