1 Star 0 Fork 1

yinyigame / tiled

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tiled.qbs 937 Bytes
一键复制 编辑 原始数据 按行查看 历史
import qbs 1.0
import qbs.Environment
Project {
name: "Tiled"
qbsSearchPaths: "qbs"
minimumQbsVersion: "1.8"
property string version: Environment.getEnv("TILED_VERSION") || "1.3.3";
property bool snapshot: Environment.getEnv("TILED_SNAPSHOT")
property bool release: Environment.getEnv("TILED_RELEASE")
property bool installHeaders: false
property bool useRPaths: true
property bool windowsInstaller: false
property bool enableZstd: false
references: [
"dist/archive.qbs",
"dist/distribute.qbs",
"dist/win/installer.qbs",
"docs",
"src/libtiled",
"src/plugins",
"src/qtpropertybrowser",
"src/qtsingleapplication",
"src/terraingenerator",
"src/tiled",
"src/tiledquick",
"src/tiledquickplugin",
"src/tmxrasterizer",
"src/tmxviewer",
"tests",
"translations"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yinyigame/tiled.git
git@gitee.com:yinyigame/tiled.git
yinyigame
tiled
tiled
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891