-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.Release
476 lines (441 loc) · 34.8 KB
/
Makefile.Release
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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
#############################################################################
# Makefile for building: DESPT
# Generated by qmake (3.1) (Qt 5.9.1)
# Project: ..\DESPT\DESPT.pro
# Template: app
#############################################################################
MAKEFILE = Makefile.Release
####### Compiler, tools and options
CC = gcc
CXX = g++
DEFINES = -DUNICODE -DQT_DEPRECATED_WARNINGS -DQT_QML_DEBUG -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN
CFLAGS = -fno-keep-inline-dllexport -pipe -O2 -Wextra -Wall -W $(DEFINES)
CXXFLAGS = -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -Wextra -Wall -W -fexceptions -mthreads $(DEFINES)
INCPATH = -I..\DESPT -I. -IE:\QT5.9\5.9.1\mingw53_32\include -IE:\QT5.9\5.9.1\mingw53_32\include\QtWidgets -IE:\QT5.9\5.9.1\mingw53_32\include\QtGui -IE:\QT5.9\5.9.1\mingw53_32\include\QtANGLE -IE:\QT5.9\5.9.1\mingw53_32\include\QtCore -Irelease -I. -IE:\QT5.9\5.9.1\mingw53_32\mkspecs\win32-g++
LINKER = g++
LFLAGS = -Wl,-s -Wl,-subsystem,windows -mthreads
LIBS = -lmingw32 -LE:\QT5.9\5.9.1\mingw53_32\lib E:\QT5.9\5.9.1\mingw53_32\lib\libqtmain.a -LC:\utils\my_sql\my_sql\lib -LC:\utils\postgresql\pgsql\lib -lshell32 E:\QT5.9\5.9.1\mingw53_32\lib\libQt5Widgets.a E:\QT5.9\5.9.1\mingw53_32\lib\libQt5Gui.a E:\QT5.9\5.9.1\mingw53_32\lib\libQt5Core.a
QMAKE = E:\QT5.9\5.9.1\mingw53_32\bin\qmake.exe
IDC = idc
IDL = midl
ZIP = zip -r -9
DEF_FILE =
RES_FILE =
COPY = copy /y
SED = $(QMAKE) -install sed
COPY_FILE = copy /y
COPY_DIR = xcopy /s /q /y /i
DEL_FILE = del
DEL_DIR = rmdir
MOVE = move
CHK_DIR_EXISTS= if not exist
MKDIR = mkdir
INSTALL_FILE = copy /y
INSTALL_PROGRAM = copy /y
INSTALL_DIR = xcopy /s /q /y /i
QINSTALL = E:\QT5.9\5.9.1\mingw53_32\bin\qmake.exe -install qinstall
QINSTALL_PROGRAM = E:\QT5.9\5.9.1\mingw53_32\bin\qmake.exe -install qinstall -exe
####### Output directory
OBJECTS_DIR = release
####### Files
SOURCES = ..\DESPT\main.cpp \
..\DESPT\mainwindow.cpp release\moc_mainwindow.cpp
OBJECTS = release/main.o \
release/mainwindow.o \
release/moc_mainwindow.o
DIST = ..\DESPT\mainwindow.h ..\DESPT\main.cpp \
..\DESPT\mainwindow.cpp
QMAKE_TARGET = DESPT
DESTDIR = release\ #avoid trailing-slash linebreak
TARGET = DESPT.exe
DESTDIR_TARGET = release\DESPT.exe
####### Build rules
first: all
all: Makefile.Release $(DESTDIR_TARGET)
$(DESTDIR_TARGET): ui_mainwindow.h $(OBJECTS)
$(LINKER) $(LFLAGS) -o $(DESTDIR_TARGET) $(OBJECTS) $(LIBS)
qmake: FORCE
@$(QMAKE) -o Makefile.Release ..\DESPT\DESPT.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug"
qmake_all: FORCE
dist:
$(ZIP) DESPT.zip $(SOURCES) $(DIST) ..\DESPT\DESPT.pro E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\spec_pre.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\qdevice.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\device_config.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\common\g++-base.conf E:\QT5.9\5.9.1\mingw53_32\mkspecs\common\angle.conf E:\QT5.9\5.9.1\mingw53_32\mkspecs\common\sanitize.conf E:\QT5.9\5.9.1\mingw53_32\mkspecs\common\gcc-base.conf E:\QT5.9\5.9.1\mingw53_32\mkspecs\qconfig.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_3danimation.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_3danimation_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_3dcore.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_3dcore_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_3dextras.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_3dextras_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_3dinput.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_3dinput_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_3dlogic.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_3dlogic_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_3dquick.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_3dquick_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_3dquickanimation.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_3dquickanimation_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_3dquickextras.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_3dquickextras_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_3dquickinput.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_3dquickinput_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_3dquickrender.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_3dquickrender_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_3dquickscene2d.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_3dquickscene2d_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_3drender.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_3drender_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_accessibility_support_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_axbase.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_axbase_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_axcontainer.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_axcontainer_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_axserver.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_axserver_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_bluetooth.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_bluetooth_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_bootstrap_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_concurrent.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_concurrent_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_core.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_core_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_dbus.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_dbus_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_designer.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_designer_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_designercomponents_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_devicediscovery_support_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_egl_support_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_eventdispatcher_support_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_fb_support_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_fontdatabase_support_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_gamepad.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_gamepad_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_gui.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_gui_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_help.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_help_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_location.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_location_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_multimedia.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_multimedia_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_multimediawidgets.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_multimediawidgets_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_network.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_network_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_nfc.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_nfc_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_opengl.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_opengl_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_openglextensions.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_openglextensions_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_packetprotocol_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_platformcompositor_support_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_positioning.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_positioning_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_printsupport.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_printsupport_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_qml.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_qml_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_qmldebug_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_qmldevtools_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_qmltest.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_qmltest_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_quick.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_quick_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_quickcontrols2.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_quickcontrols2_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_quickparticles_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_quicktemplates2_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_quickwidgets.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_quickwidgets_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_scxml.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_scxml_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_sensors.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_sensors_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_serialbus.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_serialbus_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_serialport.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_serialport_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_sql.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_sql_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_svg.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_svg_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_testlib.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_testlib_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_theme_support_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_uiplugin.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_uitools.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_uitools_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_webchannel.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_webchannel_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_websockets.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_websockets_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_widgets.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_widgets_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_winextras.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_winextras_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_xml.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_xml_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_xmlpatterns.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\modules\qt_lib_xmlpatterns_private.pri E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\qt_functions.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\qt_config.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\win32-g++\qmake.conf E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\spec_post.prf .qmake.stash E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\exclusive_builds.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\toolchain.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\default_pre.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\win32\default_pre.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\resolve_config.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\exclusive_builds_post.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\default_post.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\build_pass.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\qml_debug.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\precompile_header.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\warn_on.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\qt.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\resources.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\moc.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\win32\opengl.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\uic.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\qmake_use.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\file_copies.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\win32\windows.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\testcase_targets.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\exceptions.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\yacc.prf E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\lex.prf ..\DESPT\DESPT.pro E:\QT5.9\5.9.1\mingw53_32\lib\qtmain.prl E:\QT5.9\5.9.1\mingw53_32\lib\Qt5Widgets.prl E:\QT5.9\5.9.1\mingw53_32\lib\Qt5Gui.prl E:\QT5.9\5.9.1\mingw53_32\lib\Qt5Core.prl E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\data\dummy.cpp ..\DESPT\mainwindow.h ..\DESPT\main.cpp ..\DESPT\mainwindow.cpp ..\DESPT\mainwindow.ui
clean: compiler_clean
-$(DEL_FILE) release\main.o release\mainwindow.o release\moc_mainwindow.o
distclean: clean
-$(DEL_FILE) .qmake.stash
-$(DEL_FILE) $(DESTDIR_TARGET)
-$(DEL_FILE) Makefile.Release
mocclean: compiler_moc_header_clean compiler_moc_source_clean
mocables: compiler_moc_header_make_all compiler_moc_source_make_all
check: first
benchmark: first
compiler_no_pch_compiler_make_all:
compiler_no_pch_compiler_clean:
compiler_rcc_make_all:
compiler_rcc_clean:
compiler_moc_predefs_make_all: release/moc_predefs.h
compiler_moc_predefs_clean:
-$(DEL_FILE) release\moc_predefs.h
release/moc_predefs.h: E:/QT5.9/5.9.1/mingw53_32/mkspecs/features/data/dummy.cpp
g++ -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -Wextra -Wall -W -dM -E -o release\moc_predefs.h E:\QT5.9\5.9.1\mingw53_32\mkspecs\features\data\dummy.cpp
compiler_moc_header_make_all: release/moc_mainwindow.cpp
compiler_moc_header_clean:
-$(DEL_FILE) release\moc_mainwindow.cpp
release/moc_mainwindow.cpp: E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/QMainWindow \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/qmainwindow.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/qtwidgetsglobal.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qtguiglobal.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qglobal.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qconfig-bootstrapped.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qconfig.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qtcore-config.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qsystemdetection.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qprocessordetection.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qcompilerdetection.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qtypeinfo.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qsysinfo.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qlogging.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qflags.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qatomic.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qbasicatomic.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qatomic_bootstrap.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qgenericatomic.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qatomic_cxx11.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qatomic_msvc.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qglobalstatic.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qmutex.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qnumeric.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qversiontagging.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qtgui-config.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/qtwidgets-config.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/qwidget.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qwindowdefs.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qobjectdefs.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qnamespace.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qobjectdefs_impl.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qwindowdefs_win.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qobject.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qstring.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qchar.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qbytearray.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qrefcount.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qarraydata.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qstringbuilder.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qlist.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qalgorithms.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qiterator.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qhashfunctions.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qpair.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qbytearraylist.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qstringlist.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qregexp.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qstringmatcher.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qcoreevent.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qscopedpointer.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qmetatype.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qvarlengtharray.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qcontainerfwd.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qobject_impl.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qmargins.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qpaintdevice.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qrect.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qsize.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qpoint.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qpalette.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qcolor.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qrgb.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qrgba64.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qbrush.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qvector.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qmatrix.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qpolygon.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qregion.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qdatastream.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qiodevice.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qline.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qtransform.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qpainterpath.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qimage.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qpixelformat.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qpixmap.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qsharedpointer.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qshareddata.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qhash.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qsharedpointer_impl.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qfont.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qfontmetrics.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qfontinfo.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/qsizepolicy.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qcursor.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qkeysequence.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qevent.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qvariant.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qmap.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qdebug.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qtextstream.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qlocale.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qset.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qcontiguouscache.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qurl.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qurlquery.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qfile.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qfiledevice.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qvector2d.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qtouchdevice.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/qtabwidget.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qicon.h \
../DESPT/mainwindow.h \
release/moc_predefs.h \
E:/QT5.9/5.9.1/mingw53_32/bin/moc.exe
E:\QT5.9\5.9.1\mingw53_32\bin\moc.exe $(DEFINES) --include release/moc_predefs.h -IE:/QT5.9/5.9.1/mingw53_32/mkspecs/win32-g++ -IF:/desQT/DESPT -IE:/QT5.9/5.9.1/mingw53_32/include -IE:/QT5.9/5.9.1/mingw53_32/include/QtWidgets -IE:/QT5.9/5.9.1/mingw53_32/include/QtGui -IE:/QT5.9/5.9.1/mingw53_32/include/QtANGLE -IE:/QT5.9/5.9.1/mingw53_32/include/QtCore -I. -IE:/QT5.9/Tools/mingw530_32/lib/gcc/i686-w64-mingw32/5.3.0/include -IE:/QT5.9/Tools/mingw530_32/lib/gcc/i686-w64-mingw32/5.3.0/include-fixed -IE:/QT5.9/Tools/mingw530_32/i686-w64-mingw32/include -IE:/QT5.9/Tools/mingw530_32/i686-w64-mingw32/include/c++ -IE:/QT5.9/Tools/mingw530_32/i686-w64-mingw32/include/c++/i686-w64-mingw32 -IE:/QT5.9/Tools/mingw530_32/i686-w64-mingw32/include/c++/backward ..\DESPT\mainwindow.h -o release\moc_mainwindow.cpp
compiler_moc_source_make_all:
compiler_moc_source_clean:
compiler_uic_make_all: ui_mainwindow.h
compiler_uic_clean:
-$(DEL_FILE) ui_mainwindow.h
ui_mainwindow.h: ../DESPT/mainwindow.ui \
E:/QT5.9/5.9.1/mingw53_32/bin/uic.exe
E:\QT5.9\5.9.1\mingw53_32\bin\uic.exe ..\DESPT\mainwindow.ui -o ui_mainwindow.h
compiler_yacc_decl_make_all:
compiler_yacc_decl_clean:
compiler_yacc_impl_make_all:
compiler_yacc_impl_clean:
compiler_lex_make_all:
compiler_lex_clean:
compiler_clean: compiler_moc_predefs_clean compiler_moc_header_clean compiler_uic_clean
####### Compile
release/main.o: ../DESPT/main.cpp ../DESPT/mainwindow.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/QMainWindow \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/qmainwindow.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/qtwidgetsglobal.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qtguiglobal.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qglobal.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qconfig-bootstrapped.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qconfig.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qtcore-config.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qsystemdetection.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qprocessordetection.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qcompilerdetection.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qtypeinfo.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qsysinfo.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qlogging.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qflags.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qatomic.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qbasicatomic.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qatomic_bootstrap.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qgenericatomic.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qatomic_cxx11.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qatomic_msvc.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qglobalstatic.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qmutex.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qnumeric.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qversiontagging.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qtgui-config.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/qtwidgets-config.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/qwidget.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qwindowdefs.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qobjectdefs.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qnamespace.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qobjectdefs_impl.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qwindowdefs_win.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qobject.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qstring.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qchar.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qbytearray.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qrefcount.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qarraydata.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qstringbuilder.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qlist.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qalgorithms.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qiterator.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qhashfunctions.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qpair.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qbytearraylist.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qstringlist.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qregexp.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qstringmatcher.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qcoreevent.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qscopedpointer.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qmetatype.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qvarlengtharray.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qcontainerfwd.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qobject_impl.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qmargins.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qpaintdevice.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qrect.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qsize.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qpoint.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qpalette.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qcolor.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qrgb.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qrgba64.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qbrush.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qvector.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qmatrix.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qpolygon.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qregion.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qdatastream.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qiodevice.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qline.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qtransform.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qpainterpath.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qimage.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qpixelformat.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qpixmap.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qsharedpointer.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qshareddata.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qhash.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qsharedpointer_impl.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qfont.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qfontmetrics.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qfontinfo.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/qsizepolicy.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qcursor.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qkeysequence.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qevent.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qvariant.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qmap.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qdebug.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qtextstream.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qlocale.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qset.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qcontiguouscache.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qurl.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qurlquery.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qfile.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qfiledevice.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qvector2d.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qtouchdevice.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/qtabwidget.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qicon.h \
ui_mainwindow.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/QApplication \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/qapplication.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qcoreapplication.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qeventloop.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/qdesktopwidget.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qguiapplication.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qinputmethod.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\main.o ..\DESPT\main.cpp
release/mainwindow.o: ../DESPT/mainwindow.cpp ../DESPT/mainwindow.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/QMainWindow \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/qmainwindow.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/qtwidgetsglobal.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qtguiglobal.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qglobal.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qconfig-bootstrapped.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qconfig.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qtcore-config.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qsystemdetection.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qprocessordetection.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qcompilerdetection.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qtypeinfo.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qsysinfo.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qlogging.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qflags.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qatomic.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qbasicatomic.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qatomic_bootstrap.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qgenericatomic.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qatomic_cxx11.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qatomic_msvc.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qglobalstatic.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qmutex.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qnumeric.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qversiontagging.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qtgui-config.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/qtwidgets-config.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/qwidget.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qwindowdefs.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qobjectdefs.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qnamespace.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qobjectdefs_impl.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qwindowdefs_win.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qobject.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qstring.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qchar.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qbytearray.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qrefcount.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qarraydata.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qstringbuilder.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qlist.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qalgorithms.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qiterator.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qhashfunctions.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qpair.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qbytearraylist.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qstringlist.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qregexp.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qstringmatcher.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qcoreevent.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qscopedpointer.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qmetatype.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qvarlengtharray.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qcontainerfwd.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qobject_impl.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qmargins.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qpaintdevice.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qrect.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qsize.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qpoint.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qpalette.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qcolor.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qrgb.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qrgba64.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qbrush.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qvector.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qmatrix.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qpolygon.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qregion.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qdatastream.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qiodevice.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qline.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qtransform.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qpainterpath.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qimage.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qpixelformat.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qpixmap.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qsharedpointer.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qshareddata.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qhash.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qsharedpointer_impl.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qfont.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qfontmetrics.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qfontinfo.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/qsizepolicy.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qcursor.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qkeysequence.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qevent.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qvariant.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qmap.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qdebug.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qtextstream.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qlocale.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qset.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qcontiguouscache.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qurl.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qurlquery.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qfile.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/qfiledevice.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qvector2d.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qtouchdevice.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/qtabwidget.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qicon.h \
ui_mainwindow.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/QLineEdit \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/qlineedit.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtWidgets/qframe.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qtextcursor.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qtextformat.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qpen.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtGui/qtextoption.h \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/QString \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/QChar \
E:/QT5.9/5.9.1/mingw53_32/include/QtCore/QDebug
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\mainwindow.o ..\DESPT\mainwindow.cpp
release/moc_mainwindow.o: release/moc_mainwindow.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_mainwindow.o release\moc_mainwindow.cpp
####### Install
install: FORCE
uninstall: FORCE
FORCE: