-
Notifications
You must be signed in to change notification settings - Fork 8
/
stereograma.pro
73 lines (65 loc) · 1.45 KB
/
stereograma.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
#-------------------------------------------------
#
# Project created by QtCreator 2011-07-24T20:40:23
#
#-------------------------------------------------
QT += core gui network opengl widgets
TARGET = stereograma
TEMPLATE = app
linux:LIBS += -lGLU
win32:LIBS += -lGLU32 -lOpengl32
win32:RC_FILE = icon_res.rc
win32:QMAKE_CXXFLAGS += -Wa,-mbig-obj
DEFINES+= USE_FLOAT
SOURCES += main.cpp\
ClickableLabel.cpp \
mainwindow.cpp \
imagecontainerwidget.cpp \
imageviewer.cpp \
model3d.cpp \
imagefiledialog.cpp \
stereomaker.cpp \
glmodelview.cpp \
presetsketch.cpp \
preset.cpp \
modeldepthviewer.cpp \
basicimagewidget.cpp \
presetedit.cpp \
anaglyphmaker.cpp \
stringtype.cpp \
trirender.cpp \
RPly/rply.c \
parse.cpp \
FormulaGen.cpp
HEADERS += mainwindow.h \
ClickableLabel.h \
exprtk/exprtk.hpp \
imagecontainerwidget.h \
imageviewer.h \
model3d.h \
imagefiledialog.h \
stereomaker.h \
glmodelview.h \
presetsketch.h \
preset.h \
modeldepthviewer.h \
basicimagewidget.h \
presetedit.h \
anaglyphmaker.h \
stringtype.h \
trirender.h \
RPly/rply.h \
RPly/rplyfile.h \
parse.h \
FormulaGen.h
FORMS += mainwindow.ui \
imageviewer.ui \
modeldepthviewer.ui \
presetedit.ui \
anaglyphmaker.ui \
stringtype.ui \
FormulaGen.ui
RESOURCES += \
rsc.qrc
OTHER_FILES += \
old_render.txt