File: qgit.qbs

package info (click to toggle)
qgit 2.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,364 kB
  • sloc: cpp: 13,253; xml: 47; sh: 25; javascript: 16; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import qbs

Project {
    name: "QGit"
    minimumQbsVersion: "1.5.0"
    property string minimumQtVersion: "5.11.0"
    property bool conversionWarnEnabled: true

    qbsSearchPaths: ["qbs"]

    references: [
        "src/src.qbs",
    ]
}