Add too long forgotten Robert Haschke to the credits
[qgit4/redivivus.git] / qgit.qbs
bloba59ed372305459d73e8acdf01d632368484c7377
1 import qbs
3 Project {
4     name: "QGit"
5     minimumQbsVersion: "1.5.0"
6     property string minimumQtVersion: "4.8.2"
7     property bool conversionWarnEnabled: true
9     qbsSearchPaths: ["qbs"]
11     references: [
12         "src/src.qbs",
13     ]