-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathHeapVizGL.pro
59 lines (50 loc) · 1.26 KB
/
HeapVizGL.pro
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#-------------------------------------------------
#
# Project created by QtCreator 2016-05-12T12:51:20
#
#-------------------------------------------------
QT += core gui opengl testlib
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = HeapVizGL
TEMPLATE = app
SOURCES += main.cpp \
heapvizwindow.cpp \
glheapdiagram.cpp \
heapblock.cpp \
vertex.cpp \
transform3d.cpp \
heaphistory.cpp \
displayheapwindow.cpp \
heapwindow.cpp \
glheapdiagramlayer.cpp \
gridlayer.cpp \
linearbrightnesscolorscale.cpp \
heapblockdiagramlayer.cpp \
eventdiagramlayer.cpp \
addressdiagramlayer.cpp \
glsl_simulation_functions.cpp \
activeregionsdiagramlayer.cpp \
activeregioncache.cpp
HEADERS += heapvizwindow.h \
glheapdiagram.h \
heapblock.h \
vertex.h \
transform3d.h \
heaphistory.h \
json.hpp \
displayheapwindow.h \
heapwindow.h \
glheapdiagramlayer.h \
gridlayer.h \
linearbrightnesscolorscale.h \
heapblockdiagramlayer.h \
eventdiagramlayer.h \
addressdiagramlayer.h \
glsl_simulation_functions.h \
activeregionsdiagramlayer.h \
activeregioncache.h
FORMS += heapvizwindow.ui
#DISTFILES += \
RESOURCES += \
resource.qrc
DISTFILES +=