-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqttest.backupforlinguist.pro
194 lines (145 loc) · 6.91 KB
/
qttest.backupforlinguist.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
#-------------------------------------------------
#
# Project created by QtCreator 2016-06-14T12:38:29
#
#-------------------------------------------------
QT += core gui opengl
win32: QMAKE_CXXFLAGS += /MP
TRANSLATIONS += zh.ts
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = qttest
TEMPLATE = app
SOURCES += \
src/Qt_tests/main.cpp \
src/Qt_tests/mainwindow.cpp \
src/Qt_tests/models_cfg.cpp \
src/Qt_tests/ray_tracer.cpp \
src/render/render_addons/default_shader_param.cpp \
src/render/gl3d_framebuffer.cpp \
src/render/gl3d_general_texture.cpp \
src/render/gl3d_image.cpp \
src/render/gl3d_material.cpp \
src/render/gl3d_mesh.cpp \
src/render/gl3d_object.cpp \
src/render/gl3d_render_process.cpp \
src/render/gl3d_scene.cpp \
src/render/gl3d_texture.cpp \
src/render/gl3d_viewer.cpp \
src/render/model_manager.cpp \
src/render/mopenglview.cpp \
src/render/Program.cpp \
src/render/render_addons/render_processes.cpp \
src/render/Shader.cpp \
src/render/render_addons/shader_list.cpp \
src/render/shader_manager.cpp \
src/utils/gl3d_scale.cpp \
src/utils/gl3d_global_param.cpp \
src/render/gl3d_post_process.cpp \
src/render/render_addons/post_processer_1.cpp \
src/render/render_addons/gl3d_post_process_template.cpp \
src/render/gl3d_general_light_source.cpp \
src/render/light_system/simple_directional_light.cpp \
src/editor/gl3d_wall.cpp \
src/Qt_tests/drawhomewin.cpp \
src/Qt_tests/ui/pickupdig.cpp \
src/editor/bounding_box.cpp \
src/editor/vertex.cpp \
src/editor/gl_utility.cpp \
# src/editor/klm_surface.cpp \
src/utils/gl3d_lock.cpp \
src/utils/gl3d_math.cpp \
src/Qt_tests/ui/drawoption.cpp \
src/utils/qui/frmmessagebox.cpp \
src/utils/qui/iconhelper.cpp \
src/editor/gl3d_surface_object.cpp \
src/render/gl3d_abstract_object.cpp \
src/editor/surface.cpp \
src/editor/merchandise.cpp \
src/resource_and_network/klm_resource_manager.cpp \
src/utils/io_utility.cpp \
src/resource_and_network/global_material.cpp \
src/editor/design_scheme.cpp \
src/editor/command.cpp \
src/render/loading_object.cpp \
src/editor/gl3d_door.cpp \
src/editor/gl3d_window.cpp \
src/editor/style_package.cpp \
src/resource_and_network/network_tool.cpp
FORMS += \
src/Qt_tests/mainwindow.ui \
src/Qt_tests/drawhomewin.ui \
src/utils/qui/frmmessagebox.ui \
ui/window_or_door_selected.ui \
ui/furniture_selected.ui \
ui/login.ui
#PRECOMPILED_HEADER += $$HEADERS
#win32:INCLUDEPATH += include
#win32:INCLUDEPATH += LIBS/cgal/auxiliary/gmp/include/
##INCLUDEPATH += $$PWD/../../../../usr/local/Cellar/glm/0.9.7.1/include
##DEPENDPATH += $$PWD/../../../../usr/local/Cellar/glm/0.9.7.1/include
##INCLUDEPATH += /usr/local/include/
##mac: LIBS += -framework GLUT -L/usr/local/lib/ -lassimp
##else:unix|win32: LIBS += -lGLUT
#INCLUDEPATH += LIBS\assimp-3.2\include
#INCLUDEPATH += LIBS\glm_build
#INCLUDEPATH += LIBS\boost_1_61_0
#INCLUDEPATH += include
#macx: INCLUDEPATH += LIBS/assimp-3.2/include
#macx: INCLUDEPATH += LIBS/glm_build
#macx: INCLUDEPATH += LIBS/boost_1_61_0
#macx: INCLUDEPATH += include
#RESOURCES += \
# res.qrc \
# src/utils/qui/rc.qrc \
# src/utils/qui/rc.qrc
#DISTFILES +=
#target.files += $$[DISTFILES]
#target.path = ./
#INSTALLS += target
#OBJECTIVE_SOURCES +=
#win32:CONFIG(release, debug|release): LIBS += -L$$PWD/LIBS/assimp_build/code/release/ -lassimp-vc130-mtd
#else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/LIBS/assimp_build/code/debug/ -lassimp-vc130-mtd
##else:unix: LIBS += -L$$PWD/LIBS/assimp_build/code/ -lassimp-vc130-mtd
#INCLUDEPATH += $$PWD/LIBS/assimp-3.2/include
#DEPENDPATH += $$PWD/LIBS/assimp-3.2/include
#win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$PWD/LIBS/assimp_build/code/release/libassimp-vc130-mtd.a
#else:win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$PWD/LIBS/assimp_build/code/debug/libassimp-vc130-mtd.a
#else:win32:!win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$PWD/LIBS/assimp_build/code/release/assimp-vc130-mtd.lib
#else:win32:!win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$PWD/LIBS/assimp_build/code/debug/assimp-vc130-mtd.lib
##else:unix: PRE_TARGETDEPS += $$PWD/LIBS/assimp_build/code/libassimp-vc130-mtd.a
##win32: LIBS += -L$$PWD/LIBS/glew-1.13.0/lib/Release/x64/ -lglew32
##INCLUDEPATH += $$PWD/LIBS/glew-1.13.0/include
##DEPENDPATH += $$PWD/LIBS/glew-1.13.0/include
##win32:!win32-g++: PRE_TARGETDEPS += $$PWD/LIBS/glew-1.13.0/lib/Release/x64/glew32.lib
##else:win32-g++: PRE_TARGETDEPS += $$PWD/LIBS/glew-1.13.0/lib/Release/x64/libglew32.a
#win32: LIBS += -lGlU32
#macx: LIBS += -L$$PWD/LIBS/assimp-3.2/lib/ -lassimp
#DEPENDPATH += $$PWD/LIBS/assimp-3.2/include
#macx: PRE_TARGETDEPS += $$PWD/LIBS/assimp-3.2/lib/libassimp.a
#macx: LIBS += -L$$PWD/LIBS/pugixml-1.7/scripts/ -lpugixml
#INCLUDEPATH += $$PWD/LIBS/pugixml-1.7/src
#DEPENDPATH += $$PWD/LIBS/pugixml-1.7/src
#macx: PRE_TARGETDEPS += $$PWD/LIBS/pugixml-1.7/scripts/libpugixml.a
#win32: LIBS += -L$$PWD/LIBS/pugixml-1.7/pugixml-1.7/scripts/vs2015/x64_Debug/ -lpugixml
#INCLUDEPATH += $$PWD/LIBS/pugixml-1.7/pugixml-1.7/src
#DEPENDPATH += $$PWD/LIBS/pugixml-1.7/pugixml-1.7/src
#win32: PRE_TARGETDEPS += $$PWD/LIBS/pugixml-1.7/pugixml-1.7/scripts/vs2015/x64_Debug/pugixml.lib
#win32: LIBS += -L$$PWD/LIBS/cgal_lib/lib/ -lCGAL_Core-vc140-mt-gd-4.8.1
#INCLUDEPATH += $$PWD/LIBS/cgal/include
#DEPENDPATH += $$PWD/LIBS/cgal/include
#INCLUDEPATH += $$PWD/LIBS/cgal_lib/include
#DEPENDPATH += $$PWD/LIBS/cgal_lib/include
#win32:!win32-g++: PRE_TARGETDEPS += $$PWD/LIBS/cgal_lib/lib/CGAL_Core-vc140-mt-gd-4.8.1.lib
#else:win32-g++: PRE_TARGETDEPS += $$PWD/LIBS/cgal_lib/lib/libCGAL_Core-vc140-mt-gd-4.8.1.a
#win32:CONFIG(release, debug|release): LIBS += -L$$PWD/LIBS/cgal_lib/lib/ -lCGAL-vc140-mt-gd-4.8.1
#else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/LIBS/cgal_lib/lib/ -lCGAL-vc140-mt-gd-4.8.1
#win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$PWD/LIBS/cgal_lib/lib/libCGAL-vc140-mt-gd-4.8.1.a
#else:win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$PWD/LIBS/cgal_lib/lib/libCGAL-vc140-mt-gd-4.8.1.a
#else:win32:!win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$PWD/LIBS/cgal_lib/lib/CGAL-vc140-mt-gd-4.8.1.lib
#else:win32:!win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$PWD/LIBS/cgal_lib/lib/CGAL-vc140-mt-gd-4.8.1.lib
#win32: LIBS += -L$$PWD/LIBS/cgal_lib/lib/Debug/ -lCGAL_Core-vc140-mt-gd-4.8.1
#win32:!win32-g++: PRE_TARGETDEPS += $$PWD/LIBS/cgal_lib/lib/Debug/CGAL_Core-vc140-mt-gd-4.8.1.lib
#else:win32-g++: PRE_TARGETDEPS += $$PWD/LIBS/cgal_lib/lib/Debug/libCGAL_Core-vc140-mt-gd-4.8.1.a
#win32: LIBS += -L$$PWD/LIBS/cgal_lib/lib/Debug/ -lCGAL-vc140-mt-gd-4.8.1
#win32:!win32-g++: PRE_TARGETDEPS += $$PWD/LIBS/cgal_lib/lib/Debug/CGAL-vc140-mt-gd-4.8.1.lib
#else:win32-g++: PRE_TARGETDEPS += $$PWD/LIBS/cgal_lib/lib/Debug/libCGAL-vc140-mt-gd-4.8.1.a