-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEditor.pro
More file actions
42 lines (38 loc) · 1.02 KB
/
Editor.pro
File metadata and controls
42 lines (38 loc) · 1.02 KB
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
######################################################################
# Automatically generated by qmake (1.07a) vie 19. ago 19:59:00 2005
######################################################################
TEMPLATE = app
INCLUDEPATH += .
CONFIG += qt opengl warn_on release
REQUIRED = opengl
# Input
HEADERS += 3dsdraw.h \
3dsload.h \
extensions.h \
filters.h \
glext.h \
glmain.h \
mainform.ui.h \
math3d.h \
utils.h \
wglext.h
INTERFACES += mainform.ui
SOURCES += 3dsdraw.cpp \
3dsload.cpp \
accumulate.cpp \
blackwhite.cpp \
boxblur.cpp \
color.cpp \
extensions.cpp \
glmain.cpp \
glow.cpp \
highpassfilter.cpp \
invert.cpp \
lwoload.cpp \
main.cpp \
math3d.cpp \
radialblur.cpp \
radialglow.cpp \
utils.cpp
win32:RC_FILE = Editor.rc
mac:RC_FILE = icon.icns