-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinal.pro
51 lines (51 loc) · 1.1 KB
/
final.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
QT += core \
gui \
opengl
TARGET = final
TEMPLATE = app
INCLUDEPATH += lab \
lib \
math \
support
DEPENDPATH += lab \
lib \
math \
support
HEADERS += lab/glwidget.h \
lib/targa.h \
lib/glm.h \
math/vector.h \
support/resourceloader.h \
support/mainwindow.h \
support/camera.h \
lib/targa.h \
rgbe/rgbe.h
SOURCES += lab/glwidget.cpp \
lib/targa.cpp \
lib/glm.cpp \
support/resourceloader.cpp \
support/mainwindow.cpp \
support/main.cpp \
support/camera.cpp \
rgbe/rgbe.cpp
FORMS += mainwindow.ui \
support/mainwindow.ui
OTHER_FILES += shaders/refract.vert \
shaders/refract.frag \
shaders/reflect.vert \
shaders/reflect.frag \
shaders/brightpass.frag \
shaders/blur.frag \
shaders/tonemap.frag \
shaders/basic.frag \
shaders/basic.vert \
shaders/shadow.frag \
shaders/shadow.vert \
shaders/bilat.frag \
shaders/refractFres.frag \
shaders/refractFres.vert \
shaders/combine.frag \
shaders/color.frag \
shaders/bilat_high.frag \
shaders/tester.frag
RESOURCES +=