FIX issue #19 where multiple widget values led to bad replacements in the command
[qgit4/redivivus.git] / qgit.qbs
blobbfb127f2ea8f89316252f2d76a789f6a598cc601
1 import qbs
3 Project {
4     name: "QGit"
5     minimumQbsVersion: "1.5.0"
6     property string minimumQtVersion: "5.11.0"
7     property bool conversionWarnEnabled: true
9     qbsSearchPaths: ["qbs"]
11     references: [
12         "src/src.qbs",
13     ]