-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.Release
604 lines (565 loc) · 39.4 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
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
#############################################################################
# Makefile for building: PasswordsGenerator
# Generated by qmake (3.1) (Qt 6.4.0)
# Project: PasswordsGenerator.pro
# Template: app
#############################################################################
MAKEFILE = Makefile.Release
EQ = =
####### Compiler, tools and options
CC = gcc
CXX = g++
DEFINES = -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN
CFLAGS = -fno-keep-inline-dllexport -O2 -Wall -Wextra -Wextra $(DEFINES)
CXXFLAGS = -fno-keep-inline-dllexport -O2 -Wall -Wextra -Wextra -fexceptions -mthreads $(DEFINES)
INCPATH = -I. -I../../Qt/6.4.0/mingw_64/include -I../../Qt/6.4.0/mingw_64/include/QtWidgets -I../../Qt/6.4.0/mingw_64/include/QtGui -I../../Qt/6.4.0/mingw_64/include/QtCore -Irelease -I. -I/include -I../../Qt/6.4.0/mingw_64/mkspecs/win32-g++
LINKER = g++
LFLAGS = -Wl,-s -Wl,-subsystem,windows -mthreads
LIBS = C:\Qt\6.4.0\mingw_64\lib\libQt6Widgets.a C:\Qt\6.4.0\mingw_64\lib\libQt6Gui.a C:\Qt\6.4.0\mingw_64\lib\libQt6Core.a -lmingw32 C:\Qt\6.4.0\mingw_64\lib\libQt6EntryPoint.a -lshell32
QMAKE = C:\Qt\6.4.0\mingw_64\bin\qmake.exe
DEL_FILE = del
CHK_DIR_EXISTS= if not exist
MKDIR = mkdir
COPY = copy /y
COPY_FILE = copy /y
COPY_DIR = xcopy /s /q /y /i
INSTALL_FILE = copy /y
INSTALL_PROGRAM = copy /y
INSTALL_DIR = xcopy /s /q /y /i
QINSTALL = C:\Qt\6.4.0\mingw_64\bin\qmake.exe -install qinstall
QINSTALL_PROGRAM = C:\Qt\6.4.0\mingw_64\bin\qmake.exe -install qinstall -exe
DEL_FILE = del
SYMLINK = $(QMAKE) -install ln -f -s
DEL_DIR = rmdir
MOVE = move
IDC = idc
IDL = midl
ZIP = zip -r -9
DEF_FILE =
RES_FILE =
SED = $(QMAKE) -install sed
MOVE = move
####### Output directory
OBJECTS_DIR = release
####### Files
SOURCES = main.cpp \
widget.cpp release\qrc_resourses.cpp \
release\moc_widget.cpp
OBJECTS = release/main.o \
release/widget.o \
release/qrc_resourses.o \
release/moc_widget.o
DIST = widget.h main.cpp \
widget.cpp
QMAKE_TARGET = PasswordsGenerator
DESTDIR = release\ #avoid trailing-slash linebreak
TARGET = PasswordsGenerator.exe
DESTDIR_TARGET = release\PasswordsGenerator.exe
####### Build rules
first: all
all: Makefile.Release release/PasswordsGenerator.exe
release/PasswordsGenerator.exe: C:/Qt/6.4.0/mingw_64/lib/libQt6Widgets.a C:/Qt/6.4.0/mingw_64/lib/libQt6Gui.a C:/Qt/6.4.0/mingw_64/lib/libQt6Core.a C:/Qt/6.4.0/mingw_64/lib/libQt6EntryPoint.a ui_widget.h $(OBJECTS)
$(LINKER) $(LFLAGS) -o $(DESTDIR_TARGET) $(OBJECTS) $(LIBS)
qmake: FORCE
@$(QMAKE) -o Makefile.Release PasswordsGenerator.pro -spec win32-g++ "CONFIG+=qtquickcompiler"
qmake_all: FORCE
dist:
$(ZIP) PasswordsGenerator.zip $(SOURCES) $(DIST) PasswordsGenerator.pro ..\..\Qt\6.4.0\mingw_64\mkspecs\features\spec_pre.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\device_config.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\common\sanitize.conf ..\..\Qt\6.4.0\mingw_64\mkspecs\common\gcc-base.conf ..\..\Qt\6.4.0\mingw_64\mkspecs\common\g++-base.conf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\win32\windows_vulkan_sdk.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\common\windows-vulkan.conf ..\..\Qt\6.4.0\mingw_64\mkspecs\common\g++-win32.conf ..\..\Qt\6.4.0\mingw_64\mkspecs\common\windows-desktop.conf ..\..\Qt\6.4.0\mingw_64\mkspecs\qconfig.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_ext_freetype.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_ext_libjpeg.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_ext_libpng.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_concurrent.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_concurrent_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_core.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_core_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_dbus.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_dbus_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_designer.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_designer_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_designercomponents_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_entrypoint_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_fb_support_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_freetype_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_gui.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_gui_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_harfbuzz_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_help.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_help_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_jpeg_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_labsanimation.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_labsanimation_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_labsfolderlistmodel.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_labsfolderlistmodel_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_labsqmlmodels.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_labsqmlmodels_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_labssettings.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_labssettings_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_labssharedimage.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_labssharedimage_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_labswavefrontmesh.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_labswavefrontmesh_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_linguist.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_linguist_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_network.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_network_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_opengl.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_opengl_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_openglwidgets.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_openglwidgets_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_packetprotocol_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_png_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_printsupport.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_printsupport_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_qml.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_qml_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_qmlcompiler_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_qmlcore.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_qmlcore_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_qmldebug_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_qmldom_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_qmlintegration.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_qmlintegration_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_qmllocalstorage.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_qmllocalstorage_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_qmlmodels.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_qmlmodels_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_qmltest.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_qmltest_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_qmlworkerscript.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_qmlworkerscript_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_qmlxmllistmodel.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_qmlxmllistmodel_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_quick.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_quick_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_quickcontrols2.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_quickcontrols2impl.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_quickcontrols2impl_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_quickcontrolstestutilsprivate_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_quickdialogs2.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_quickdialogs2_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_quickdialogs2quickimpl.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_quickdialogs2quickimpl_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_quickdialogs2utils.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_quickdialogs2utils_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_quicklayouts.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_quicklayouts_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_quickparticles_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_quickshapes_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_quicktemplates2.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_quicktestutilsprivate_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_quickwidgets.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_quickwidgets_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_sql.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_sql_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_svg.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_svg_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_svgwidgets.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_svgwidgets_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_testlib.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_testlib_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_tools_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_uiplugin.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_uitools.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_uitools_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_widgets.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_widgets_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_xml.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_xml_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\modules\qt_lib_zlib_private.pri ..\..\Qt\6.4.0\mingw_64\mkspecs\features\qt_functions.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\qt_config.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\win32-g++\qmake.conf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\spec_post.prf .qmake.stash ..\..\Qt\6.4.0\mingw_64\mkspecs\features\exclusive_builds.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\toolchain.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\default_pre.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\win32\default_pre.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\resolve_config.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\exclusive_builds_post.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\default_post.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\build_pass.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\qtquickcompiler.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\entrypoint.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\precompile_header.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\warn_on.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\qt.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\resources_functions.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\resources.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\moc.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\win32\opengl.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\uic.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\qmake_use.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\file_copies.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\win32\windows.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\testcase_targets.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\exceptions.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\yacc.prf ..\..\Qt\6.4.0\mingw_64\mkspecs\features\lex.prf PasswordsGenerator.pro resourses.qrc ..\..\Qt\6.4.0\mingw_64\lib\Qt6Widgets.prl ..\..\Qt\6.4.0\mingw_64\lib\Qt6Gui.prl ..\..\Qt\6.4.0\mingw_64\lib\Qt6Core.prl ..\..\Qt\6.4.0\mingw_64\lib\Qt6EntryPoint.prl resourses.qrc ..\..\Qt\6.4.0\mingw_64\mkspecs\features\data\dummy.cpp widget.h main.cpp widget.cpp widget.ui
clean: compiler_clean
-$(DEL_FILE) release\main.o release\widget.o release\qrc_resourses.o release\moc_widget.o
distclean: clean
-$(DEL_FILE) .qmake.stash
-$(DEL_FILE) $(DESTDIR_TARGET)
-$(DEL_FILE) Makefile.Release
mocclean: compiler_moc_header_clean compiler_moc_objc_header_clean compiler_moc_source_clean
mocables: compiler_moc_header_make_all compiler_moc_objc_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: release/qrc_resourses.cpp
compiler_rcc_clean:
-$(DEL_FILE) release\qrc_resourses.cpp
release/qrc_resourses.cpp: resourses.qrc \
../../Qt/6.4.0/mingw_64/bin/rcc.exe \
images/arrow.png \
images/password.png \
images/down.png \
images/up.png
C:\Qt\6.4.0\mingw_64\bin\rcc.exe -name resourses --no-zstd resourses.qrc -o release\qrc_resourses.cpp
compiler_moc_predefs_make_all: release/moc_predefs.h
compiler_moc_predefs_clean:
-$(DEL_FILE) release\moc_predefs.h
release/moc_predefs.h: ../../Qt/6.4.0/mingw_64/mkspecs/features/data/dummy.cpp
g++ -fno-keep-inline-dllexport -O2 -Wall -Wextra -Wextra -dM -E -o release\moc_predefs.h ..\..\Qt\6.4.0\mingw_64\mkspecs\features\data\dummy.cpp
compiler_moc_header_make_all: release/moc_widget.cpp
compiler_moc_header_clean:
-$(DEL_FILE) release\moc_widget.cpp
release/moc_widget.cpp: widget.h \
../../Qt/6.4.0/mingw_64/include/QtWidgets/QWidget \
../../Qt/6.4.0/mingw_64/include/QtWidgets/qwidget.h \
../../Qt/6.4.0/mingw_64/include/QtWidgets/qtwidgetsglobal.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qtguiglobal.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qglobal.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qconfig-bootstrapped.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qconfig.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qtcore-config.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qtconfigmacros.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qtcoreexports.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qsystemdetection.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qprocessordetection.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcompilerdetection.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qtypeinfo.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcontainerfwd.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qsysinfo.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qlogging.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qflags.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcompare_impl.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qatomic.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qbasicatomic.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qatomic_bootstrap.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qgenericatomic.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qatomic_cxx11.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qglobalstatic.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qnumeric.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qversiontagging.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qforeach.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qtgui-config.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qtguiexports.h \
../../Qt/6.4.0/mingw_64/include/QtWidgets/qtwidgets-config.h \
../../Qt/6.4.0/mingw_64/include/QtWidgets/qtwidgetsexports.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qwindowdefs.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qobjectdefs.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qnamespace.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qtmetamacros.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qobjectdefs_impl.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qwindowdefs_win.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qobject.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstring.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qchar.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringview.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qbytearray.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qrefcount.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qarraydata.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qpair.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qarraydatapointer.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qarraydataops.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcontainertools_impl.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qbytearrayalgorithms.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qbytearrayview.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringfwd.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringliteral.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringalgorithms.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qanystringview.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qutf8stringview.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringtokenizer.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringbuilder.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qlist.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qhashfunctions.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qiterator.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qbytearraylist.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringlist.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qalgorithms.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringmatcher.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcoreevent.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qscopedpointer.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qmetatype.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcompare.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qscopeguard.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qdatastream.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qiodevicebase.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qiterable.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qmetacontainer.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcontainerinfo.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qtaggedpointer.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qmath.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qobject_impl.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qbindingstorage.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qmargins.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qaction.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qkeysequence.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qicon.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qsize.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qpixmap.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qpaintdevice.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qrect.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qpoint.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qcolor.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qrgb.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qrgba64.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qsharedpointer.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qshareddata.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qsharedpointer_impl.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qimage.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qpixelformat.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qtransform.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qpolygon.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qregion.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qline.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qvariant.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qdebug.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qtextstream.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringconverter_base.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcontiguouscache.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qmap.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qshareddata_impl.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qset.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qhash.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qvarlengtharray.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qpalette.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qbrush.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qfont.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qfontmetrics.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qfontinfo.h \
../../Qt/6.4.0/mingw_64/include/QtWidgets/qsizepolicy.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qcursor.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qbitmap.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qevent.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qiodevice.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qpointer.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qurl.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qeventpoint.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qvector2d.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qvectornd.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qpointingdevice.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qinputdevice.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qscreen.h \
../../Qt/6.4.0/mingw_64/include/QtCore/QList \
../../Qt/6.4.0/mingw_64/include/QtCore/QObject \
../../Qt/6.4.0/mingw_64/include/QtCore/QRect \
../../Qt/6.4.0/mingw_64/include/QtCore/QSize \
../../Qt/6.4.0/mingw_64/include/QtCore/QSizeF \
../../Qt/6.4.0/mingw_64/include/QtGui/QTransform \
../../Qt/6.4.0/mingw_64/include/QtCore/qnativeinterface.h \
release/moc_predefs.h \
../../Qt/6.4.0/mingw_64/bin/moc.exe
C:\Qt\6.4.0\mingw_64\bin\moc.exe $(DEFINES) --include C:/QT_Projects/PG/release/moc_predefs.h -IC:/Qt/6.4.0/mingw_64/mkspecs/win32-g++ -IC:/QT_Projects/PG -IC:/Qt/6.4.0/mingw_64/include -IC:/Qt/6.4.0/mingw_64/include/QtWidgets -IC:/Qt/6.4.0/mingw_64/include/QtGui -IC:/Qt/6.4.0/mingw_64/include/QtCore -IC:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++ -IC:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/x86_64-w64-mingw32 -IC:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/backward -IC:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include -IC:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include-fixed -IC:/Qt/Tools/mingw1120_64/x86_64-w64-mingw32/include widget.h -o release\moc_widget.cpp
compiler_moc_objc_header_make_all:
compiler_moc_objc_header_clean:
compiler_moc_source_make_all:
compiler_moc_source_clean:
compiler_uic_make_all: ui_widget.h
compiler_uic_clean:
-$(DEL_FILE) ui_widget.h
ui_widget.h: widget.ui \
../../Qt/6.4.0/mingw_64/bin/uic.exe
C:\Qt\6.4.0\mingw_64\bin\uic.exe widget.ui -o ui_widget.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_rcc_clean compiler_moc_predefs_clean compiler_moc_header_clean compiler_uic_clean
####### Compile
release/main.o: main.cpp widget.h \
../../Qt/6.4.0/mingw_64/include/QtWidgets/QWidget \
../../Qt/6.4.0/mingw_64/include/QtWidgets/qwidget.h \
../../Qt/6.4.0/mingw_64/include/QtWidgets/qtwidgetsglobal.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qtguiglobal.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qglobal.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qconfig-bootstrapped.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qconfig.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qtcore-config.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qtconfigmacros.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qtcoreexports.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qsystemdetection.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qprocessordetection.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcompilerdetection.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qtypeinfo.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcontainerfwd.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qsysinfo.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qlogging.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qflags.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcompare_impl.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qatomic.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qbasicatomic.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qatomic_bootstrap.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qgenericatomic.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qatomic_cxx11.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qglobalstatic.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qnumeric.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qversiontagging.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qforeach.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qtgui-config.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qtguiexports.h \
../../Qt/6.4.0/mingw_64/include/QtWidgets/qtwidgets-config.h \
../../Qt/6.4.0/mingw_64/include/QtWidgets/qtwidgetsexports.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qwindowdefs.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qobjectdefs.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qnamespace.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qtmetamacros.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qobjectdefs_impl.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qwindowdefs_win.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qobject.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstring.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qchar.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringview.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qbytearray.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qrefcount.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qarraydata.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qpair.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qarraydatapointer.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qarraydataops.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcontainertools_impl.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qbytearrayalgorithms.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qbytearrayview.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringfwd.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringliteral.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringalgorithms.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qanystringview.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qutf8stringview.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringtokenizer.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringbuilder.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qlist.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qhashfunctions.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qiterator.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qbytearraylist.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringlist.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qalgorithms.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringmatcher.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcoreevent.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qscopedpointer.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qmetatype.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcompare.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qscopeguard.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qdatastream.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qiodevicebase.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qiterable.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qmetacontainer.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcontainerinfo.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qtaggedpointer.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qmath.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qobject_impl.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qbindingstorage.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qmargins.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qaction.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qkeysequence.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qicon.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qsize.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qpixmap.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qpaintdevice.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qrect.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qpoint.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qcolor.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qrgb.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qrgba64.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qsharedpointer.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qshareddata.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qsharedpointer_impl.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qimage.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qpixelformat.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qtransform.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qpolygon.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qregion.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qline.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qvariant.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qdebug.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qtextstream.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringconverter_base.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcontiguouscache.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qmap.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qshareddata_impl.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qset.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qhash.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qvarlengtharray.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qpalette.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qbrush.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qfont.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qfontmetrics.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qfontinfo.h \
../../Qt/6.4.0/mingw_64/include/QtWidgets/qsizepolicy.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qcursor.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qbitmap.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qevent.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qiodevice.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qpointer.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qurl.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qeventpoint.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qvector2d.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qvectornd.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qpointingdevice.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qinputdevice.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qscreen.h \
../../Qt/6.4.0/mingw_64/include/QtCore/QList \
../../Qt/6.4.0/mingw_64/include/QtCore/QObject \
../../Qt/6.4.0/mingw_64/include/QtCore/QRect \
../../Qt/6.4.0/mingw_64/include/QtCore/QSize \
../../Qt/6.4.0/mingw_64/include/QtCore/QSizeF \
../../Qt/6.4.0/mingw_64/include/QtGui/QTransform \
../../Qt/6.4.0/mingw_64/include/QtCore/qnativeinterface.h \
../../Qt/6.4.0/mingw_64/include/QtWidgets/QApplication \
../../Qt/6.4.0/mingw_64/include/QtWidgets/qapplication.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcoreapplication.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qeventloop.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcoreapplication_platform.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qjnitypes.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qfuture.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qfutureinterface.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qmutex.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qtsan_impl.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qresultstore.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qfuture_impl.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qthreadpool.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qthread.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qdeadlinetimer.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qelapsedtimer.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qrunnable.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qexception.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qpromise.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qguiapplication.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qinputmethod.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qlocale.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qguiapplication_platform.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\main.o main.cpp
release/widget.o: widget.cpp widget.h \
../../Qt/6.4.0/mingw_64/include/QtWidgets/QWidget \
../../Qt/6.4.0/mingw_64/include/QtWidgets/qwidget.h \
../../Qt/6.4.0/mingw_64/include/QtWidgets/qtwidgetsglobal.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qtguiglobal.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qglobal.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qconfig-bootstrapped.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qconfig.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qtcore-config.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qtconfigmacros.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qtcoreexports.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qsystemdetection.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qprocessordetection.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcompilerdetection.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qtypeinfo.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcontainerfwd.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qsysinfo.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qlogging.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qflags.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcompare_impl.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qatomic.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qbasicatomic.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qatomic_bootstrap.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qgenericatomic.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qatomic_cxx11.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qglobalstatic.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qnumeric.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qversiontagging.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qforeach.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qtgui-config.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qtguiexports.h \
../../Qt/6.4.0/mingw_64/include/QtWidgets/qtwidgets-config.h \
../../Qt/6.4.0/mingw_64/include/QtWidgets/qtwidgetsexports.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qwindowdefs.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qobjectdefs.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qnamespace.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qtmetamacros.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qobjectdefs_impl.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qwindowdefs_win.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qobject.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstring.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qchar.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringview.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qbytearray.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qrefcount.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qarraydata.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qpair.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qarraydatapointer.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qarraydataops.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcontainertools_impl.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qbytearrayalgorithms.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qbytearrayview.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringfwd.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringliteral.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringalgorithms.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qanystringview.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qutf8stringview.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringtokenizer.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringbuilder.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qlist.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qhashfunctions.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qiterator.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qbytearraylist.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringlist.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qalgorithms.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringmatcher.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcoreevent.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qscopedpointer.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qmetatype.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcompare.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qscopeguard.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qdatastream.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qiodevicebase.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qiterable.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qmetacontainer.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcontainerinfo.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qtaggedpointer.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qmath.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qobject_impl.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qbindingstorage.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qmargins.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qaction.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qkeysequence.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qicon.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qsize.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qpixmap.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qpaintdevice.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qrect.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qpoint.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qcolor.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qrgb.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qrgba64.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qsharedpointer.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qshareddata.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qsharedpointer_impl.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qimage.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qpixelformat.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qtransform.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qpolygon.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qregion.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qline.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qvariant.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qdebug.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qtextstream.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qstringconverter_base.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qcontiguouscache.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qmap.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qshareddata_impl.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qset.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qhash.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qvarlengtharray.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qpalette.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qbrush.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qfont.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qfontmetrics.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qfontinfo.h \
../../Qt/6.4.0/mingw_64/include/QtWidgets/qsizepolicy.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qcursor.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qbitmap.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qevent.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qiodevice.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qpointer.h \
../../Qt/6.4.0/mingw_64/include/QtCore/qurl.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qeventpoint.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qvector2d.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qvectornd.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qpointingdevice.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qinputdevice.h \
../../Qt/6.4.0/mingw_64/include/QtGui/qscreen.h \
../../Qt/6.4.0/mingw_64/include/QtCore/QList \
../../Qt/6.4.0/mingw_64/include/QtCore/QObject \
../../Qt/6.4.0/mingw_64/include/QtCore/QRect \
../../Qt/6.4.0/mingw_64/include/QtCore/QSize \
../../Qt/6.4.0/mingw_64/include/QtCore/QSizeF \
../../Qt/6.4.0/mingw_64/include/QtGui/QTransform \
../../Qt/6.4.0/mingw_64/include/QtCore/qnativeinterface.h \
ui_widget.h \
../../Qt/6.4.0/mingw_64/include/QtCore/QDebug \
../../Qt/6.4.0/mingw_64/include/QtWidgets/QMessageBox \
../../Qt/6.4.0/mingw_64/include/QtWidgets/qmessagebox.h \
../../Qt/6.4.0/mingw_64/include/QtWidgets/qdialog.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\widget.o widget.cpp
release/qrc_resourses.o: release/qrc_resourses.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\qrc_resourses.o release\qrc_resourses.cpp
release/moc_widget.o: release/moc_widget.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_widget.o release\moc_widget.cpp
####### Install
install: FORCE
uninstall: FORCE
FORCE:
.SUFFIXES: