File: libcore.pri

package info (click to toggle)
kcachegrind 4%3A25.04.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,964 kB
  • sloc: cpp: 32,149; xml: 403; perl: 325; python: 235; sh: 8; makefile: 6
file content (37 lines) | stat: -rw-r--r-- 799 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD

NHEADERS += \
    $$PWD/context.h \
    $$PWD/costitem.h \
    $$PWD/subcost.h \
    $$PWD/eventtype.h \
    $$PWD/addr.h \
    $$PWD/config.h \
    $$PWD/globalconfig.h \
    $$PWD/tracedata.h \
    $$PWD/utils.h \
    $$PWD/logger.h \
    $$PWD/loader.h \
    $$PWD/fixcost.h \
    $$PWD/pool.h \
    $$PWD/coverage.h \
    $$PWD/stackbrowser.h

SOURCES += \
    $$PWD/context.cpp \
    $$PWD/costitem.cpp \
    $$PWD/subcost.cpp \
    $$PWD/eventtype.cpp \
    $$PWD/addr.cpp \
    $$PWD/cachegrindloader.cpp \
    $$PWD/config.cpp \
    $$PWD/coverage.cpp \
    $$PWD/fixcost.cpp \
    $$PWD/globalconfig.cpp \
    $$PWD/loader.cpp \
    $$PWD/logger.cpp \
    $$PWD/pool.cpp \
    $$PWD/stackbrowser.cpp \
    $$PWD/tracedata.cpp \
    $$PWD/utils.cpp