[go: up one dir, main page]

File: qgit.qbs

package info (click to toggle)
qgit 2.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,424 kB
  • sloc: cpp: 13,042; xml: 25; sh: 25; javascript: 16; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (2)
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",
    ]
}