-
Notifications
You must be signed in to change notification settings - Fork 0
/
opengl_test_1.pro
49 lines (41 loc) · 998 Bytes
/
opengl_test_1.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
#-------------------------------------------------
#
# Project created by QtCreator 2016-07-04T20:48:11
#
#-------------------------------------------------
QT += core gui opengl
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = opengl_test_1
TEMPLATE = app
LIBS += -lGL -lGLU
SOURCES += main.cpp\
mainwindow.cpp \
glwidget.cpp \
opengl/paulslib.cpp \
opengl/glvolume.cpp \
opengl/opengllib.cpp \
opengl/drawing.cpp \
opengl/usage.cpp \
opengl/bitmaplib.cpp \
opengl/menus.cpp \
histogram.cpp \
inputdimension.cpp \
inputbgcolour.cpp
HEADERS += mainwindow.h \
glwidget.h \
opengl/bitmaplib.h \
opengl/glvolume.h \
opengl/opengllib.h \
opengl/paulslib.h \
opengl/simplex.h \
histogram.h \
inputdimension.h \
inputbgcolour.h
FORMS += mainwindow.ui \
inputdimension.ui \
inputbgcolour.ui
DISTFILES += \
opengl/dump \
opengl/cell.gz \
opengl/cell \
opengl/testcell