File: qcg.pro

package info (click to toggle)
kcachegrind 4%3A25.04.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 9,964 kB
  • sloc: cpp: 32,149; xml: 403; perl: 325; python: 235; sh: 8; makefile: 6
file content (17 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Build file for QCachegrind using qmake
# This does not require KDE in any way (neither at build nor run time)


lessThan(QT_MAJOR_VERSION, 5) {
    error("QCachegrind requires Qt 5.3 or greater")
}

lessThan(QT_MAJOR_VERSION, 6) {
    lessThan(QT_MINOR_VERSION, 3) {
        error("QCachegrind requires Qt 5.3 or greater")
    }
}


TEMPLATE = subdirs
SUBDIRS = cgview qcachegrind