1include (../../shared.pri)
2
3HEADERS += \
4    meshrender.h \
5    textfile.h \
6    shaderStructs.h \
7    shaderDialog.h
8
9SOURCES += \
10    meshrender.cpp \
11    textfile.cpp \
12    shaderDialog.cpp
13
14FORMS += \
15    shaderDialog.ui
16
17TARGET = render_gdp
18
19