Warning, /sdk/kcachegrind/libviews/libviews.pri is written in an unsupported language. File is not indexed.

0001 INCLUDEPATH += $$PWD
0002 DEPENDPATH += $$PWD
0003 
0004 NHEADERS += \
0005     $$PWD/globalguiconfig.h \
0006     $$PWD/traceitemview.h \
0007     $$PWD/toplevelbase.h \
0008     $$PWD/partselection.h \
0009     $$PWD/functionlistmodel.h \
0010     $$PWD/functionselection.h \
0011     $$PWD/listutils.h \
0012     $$PWD/stackselection.h \
0013     $$PWD/multiview.h \
0014     $$PWD/tabview.h \
0015     $$PWD/callgraphview.h \
0016     $$PWD/treemap.h \
0017     $$PWD/callitem.h \
0018     $$PWD/callview.h \
0019     $$PWD/callmapview.h \
0020     $$PWD/costlistitem.h \
0021     $$PWD/coverageitem.h \
0022     $$PWD/coverageview.h \
0023     $$PWD/eventtypeitem.h \
0024     $$PWD/eventtypeview.h \
0025     $$PWD/instritem.h \
0026     $$PWD/instrview.h \
0027     $$PWD/partgraph.h \
0028     $$PWD/partlistitem.h \
0029     $$PWD/partview.h \
0030     $$PWD/sourceitem.h \
0031     $$PWD/sourceview.h \
0032     $$PWD/stackitem.h
0033 
0034 SOURCES += \
0035     $$PWD/globalguiconfig.cpp \
0036     $$PWD/callgraphview.cpp \
0037     $$PWD/callitem.cpp \
0038     $$PWD/callmapview.cpp \
0039     $$PWD/callview.cpp \
0040     $$PWD/costlistitem.cpp \
0041     $$PWD/coverageitem.cpp \
0042     $$PWD/coverageview.cpp \
0043     $$PWD/eventtypeitem.cpp \
0044     $$PWD/eventtypeview.cpp \
0045     $$PWD/functionlistmodel.cpp \
0046     $$PWD/functionselection.cpp \
0047     $$PWD/instritem.cpp \
0048     $$PWD/instrview.cpp \
0049     $$PWD/listutils.cpp \
0050     $$PWD/multiview.cpp \
0051     $$PWD/partgraph.cpp \
0052     $$PWD/partlistitem.cpp \
0053     $$PWD/partselection.cpp \
0054     $$PWD/partview.cpp \
0055     $$PWD/sourceitem.cpp \
0056     $$PWD/sourceview.cpp \
0057     $$PWD/stackitem.cpp \
0058     $$PWD/stackselection.cpp \
0059     $$PWD/tabview.cpp \
0060     $$PWD/toplevelbase.cpp \
0061     $$PWD/traceitemview.cpp \
0062     $$PWD/treemap.cpp