1 Star 0 Fork 0

tredy6t/Qt-IFW-源码

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
installerfw.pro 588 Bytes
一键复制 编辑 原始数据 按行查看 历史
TEMPLATE = subdirs
SUBDIRS += src tools doc
tools.depends = src
requires(!cross_compile)
include (installerfw.pri)
BUILD_TESTS = $$(BUILDTESTS)
isEmpty(BUILD_TESTS):BUILD_TESTS=$${BUILDTESTS}
!isEmpty(BUILD_TESTS) {
SUBDIRS += tests
tests.depends = src
}
BUILD_EXAMPLES = $$(BUILDEXAMPLES)
isEmpty(BUILD_EXAMPLES):BUILD_EXAMPLES=$${BUILDEXAMPLES}
!isEmpty(BUILD_EXAMPLES) {
SUBDIRS += examples
examples.depends = src
}
!minQtVersion(5, 12, 7) {
message("Cannot build Qt Installer Framework with Qt version $${QT_VERSION}.")
error("Use at least Qt 5.12.7.")
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/tredy6t/installer-framework.git
[email protected]:tredy6t/installer-framework.git
tredy6t
installer-framework
Qt-IFW-源码
master

搜索帮助