1INCLUDEPATH += $$PWD
2DEPENDPATH += $$PWD
3
4NHEADERS += \
5    $$PWD/globalguiconfig.h \
6    $$PWD/traceitemview.h \
7    $$PWD/toplevelbase.h \
8    $$PWD/partselection.h \
9    $$PWD/functionlistmodel.h \
10    $$PWD/functionselection.h \
11    $$PWD/listutils.h \
12    $$PWD/stackselection.h \
13    $$PWD/multiview.h \
14    $$PWD/tabview.h \
15    $$PWD/callgraphview.h \
16    $$PWD/treemap.h \
17    $$PWD/callitem.h \
18    $$PWD/callview.h \
19    $$PWD/callmapview.h \
20    $$PWD/costlistitem.h \
21    $$PWD/coverageitem.h \
22    $$PWD/coverageview.h \
23    $$PWD/eventtypeitem.h \
24    $$PWD/eventtypeview.h \
25    $$PWD/instritem.h \
26    $$PWD/instrview.h \
27    $$PWD/partgraph.h \
28    $$PWD/partlistitem.h \
29    $$PWD/partview.h \
30    $$PWD/sourceitem.h \
31    $$PWD/sourceview.h \
32    $$PWD/stackitem.h
33
34SOURCES += \
35    $$PWD/globalguiconfig.cpp \
36    $$PWD/callgraphview.cpp \
37    $$PWD/callitem.cpp \
38    $$PWD/callmapview.cpp \
39    $$PWD/callview.cpp \
40    $$PWD/costlistitem.cpp \
41    $$PWD/coverageitem.cpp \
42    $$PWD/coverageview.cpp \
43    $$PWD/eventtypeitem.cpp \
44    $$PWD/eventtypeview.cpp \
45    $$PWD/functionlistmodel.cpp \
46    $$PWD/functionselection.cpp \
47    $$PWD/instritem.cpp \
48    $$PWD/instrview.cpp \
49    $$PWD/listutils.cpp \
50    $$PWD/multiview.cpp \
51    $$PWD/partgraph.cpp \
52    $$PWD/partlistitem.cpp \
53    $$PWD/partselection.cpp \
54    $$PWD/partview.cpp \
55    $$PWD/sourceitem.cpp \
56    $$PWD/sourceview.cpp \
57    $$PWD/stackitem.cpp \
58    $$PWD/stackselection.cpp \
59    $$PWD/tabview.cpp \
60    $$PWD/toplevelbase.cpp \
61    $$PWD/traceitemview.cpp \
62    $$PWD/treemap.cpp
63