dusky
2025-07-25 3627f08c2ab1fd73bd3495eef14ee49c01a3226a
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
#############################################################################
# Makefile for building: RealTimePlayer
# Generated by qmake (3.1) (Qt 5.9.4)
# Project:  ..\RealTimePlayer\RealTimePlayer.pro
# Template: app
#############################################################################
 
MAKEFILE      = Makefile.Release
 
####### Compiler, tools and options
 
CC            = gcc
CXX           = g++
DEFINES       = -DUNICODE -D_UNICODE -DQT_DEPRECATED_WARNINGS -DQT_QML_DEBUG -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN
CFLAGS        = -fno-keep-inline-dllexport -O2 -Wall -W -Wextra $(DEFINES)
CXXFLAGS      = -O2 -std=gnu++11 -Wall -W -fexceptions -mthreads $(DEFINES)
INCPATH       = -I..\RealTimePlayer -I. -I..\..\Qt5.9.4\5.9.4\mingw53_32\include -I..\..\Qt5.9.4\5.9.4\mingw53_32\include\QtWidgets -I..\..\Qt5.9.4\5.9.4\mingw53_32\include\QtGui -I..\..\Qt5.9.4\5.9.4\mingw53_32\include\QtANGLE -I..\..\Qt5.9.4\5.9.4\mingw53_32\include\QtNetwork -I..\..\Qt5.9.4\5.9.4\mingw53_32\include\QtCore -Irelease -I. -I..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\win32-g++ 
LINKER      =        g++
LFLAGS        =        -Wl,-s -Wl,-subsystem,windows -mthreads
LIBS        =        -lmingw32 -LD:\Qt\Qt5.9.4\5.9.4\mingw53_32\lib D:\Qt\Qt5.9.4\5.9.4\mingw53_32\lib\libqtmain.a -LC:\utils\my_sql\my_sql\lib -LC:\utils\postgresql\pgsql\lib -lshell32 D:\Qt\Qt5.9.4\5.9.4\mingw53_32\lib\libQt5Widgets.a D:\Qt\Qt5.9.4\5.9.4\mingw53_32\lib\libQt5Gui.a D:\Qt\Qt5.9.4\5.9.4\mingw53_32\lib\libQt5Network.a D:\Qt\Qt5.9.4\5.9.4\mingw53_32\lib\libQt5Core.a 
QMAKE         = D:\Qt\Qt5.9.4\5.9.4\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        = D:\Qt\Qt5.9.4\5.9.4\mingw53_32\bin\qmake.exe -install qinstall
QINSTALL_PROGRAM = D:\Qt\Qt5.9.4\5.9.4\mingw53_32\bin\qmake.exe -install qinstall -exe
 
####### Output directory
 
OBJECTS_DIR   = release
 
####### Files
 
SOURCES       = ..\RealTimePlayer\main.cpp \
        ..\RealTimePlayer\realtimeplayer.cpp release\moc_realtimeplayer.cpp
OBJECTS       = release/main.o \
        release/realtimeplayer.o \
        release/moc_realtimeplayer.o
 
DIST          =  ..\RealTimePlayer\realtimeplayer.h \
        ..\RealTimePlayer\realtimeplayer_types.h ..\RealTimePlayer\main.cpp \
        ..\RealTimePlayer\realtimeplayer.cpp
QMAKE_TARGET  = RealTimePlayer
DESTDIR        = release\ #avoid trailing-slash linebreak
TARGET         = RealTimePlayer.exe
DESTDIR_TARGET = release\RealTimePlayer.exe
 
####### Build rules
 
first: all
all: Makefile.Release  $(DESTDIR_TARGET)
 
$(DESTDIR_TARGET): ui_realtimeplayer.h $(OBJECTS) 
    $(LINKER) $(LFLAGS) -o $(DESTDIR_TARGET) $(OBJECTS)  $(LIBS)
 
qmake: FORCE
    @$(QMAKE) -o Makefile.Release ..\RealTimePlayer\RealTimePlayer.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug"
 
qmake_all: FORCE
 
dist:
    $(ZIP) RealTimePlayer.zip $(SOURCES) $(DIST) ..\RealTimePlayer\RealTimePlayer.pro ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\spec_pre.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\qdevice.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\device_config.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\common\sanitize.conf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\common\gcc-base.conf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\common\g++-base.conf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\common\angle.conf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\qconfig.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_3danimation.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_3danimation_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_3dcore.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_3dcore_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_3dextras.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_3dextras_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_3dinput.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_3dinput_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_3dlogic.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_3dlogic_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_3dquick.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_3dquick_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_3dquickanimation.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_3dquickanimation_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_3dquickextras.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_3dquickextras_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_3dquickinput.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_3dquickinput_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_3dquickrender.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_3dquickrender_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_3dquickscene2d.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_3dquickscene2d_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_3drender.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_3drender_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_accessibility_support_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_axbase.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_axbase_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_axcontainer.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_axcontainer_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_axserver.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_axserver_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_bluetooth.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_bluetooth_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_bootstrap_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_concurrent.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_concurrent_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_core.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_core_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_dbus.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_dbus_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_designer.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_designer_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_designercomponents_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_devicediscovery_support_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_egl_support_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_eventdispatcher_support_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_fb_support_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_fontdatabase_support_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_gamepad.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_gamepad_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_gui.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_gui_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_help.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_help_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_location.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_location_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_multimedia.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_multimedia_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_multimediawidgets.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_multimediawidgets_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_network.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_network_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_nfc.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_nfc_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_opengl.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_opengl_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_openglextensions.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_openglextensions_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_packetprotocol_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_platformcompositor_support_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_positioning.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_positioning_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_printsupport.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_printsupport_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_qml.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_qml_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_qmldebug_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_qmldevtools_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_qmltest.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_qmltest_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_quick.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_quick_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_quickcontrols2.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_quickcontrols2_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_quickparticles_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_quicktemplates2_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_quickwidgets.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_quickwidgets_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_scxml.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_scxml_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_sensors.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_sensors_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_serialbus.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_serialbus_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_serialport.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_serialport_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_sql.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_sql_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_svg.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_svg_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_testlib.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_testlib_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_theme_support_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_uiplugin.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_uitools.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_uitools_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_webchannel.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_webchannel_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_websockets.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_websockets_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_widgets.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_widgets_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_winextras.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_winextras_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_xml.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_xml_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_xmlpatterns.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\modules\qt_lib_xmlpatterns_private.pri ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\qt_functions.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\qt_config.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\win32-g++\qmake.conf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\spec_post.prf .qmake.stash ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\exclusive_builds.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\toolchain.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\default_pre.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\win32\default_pre.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\resolve_config.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\exclusive_builds_post.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\default_post.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\build_pass.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\qml_debug.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\precompile_header.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\warn_on.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\qt.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\resources.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\moc.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\win32\opengl.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\uic.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\qmake_use.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\file_copies.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\win32\windows.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\testcase_targets.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\exceptions.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\yacc.prf ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\lex.prf ..\RealTimePlayer\RealTimePlayer.pro ..\..\Qt5.9.4\5.9.4\mingw53_32\lib\qtmain.prl ..\..\Qt5.9.4\5.9.4\mingw53_32\lib\Qt5Widgets.prl ..\..\Qt5.9.4\5.9.4\mingw53_32\lib\Qt5Gui.prl ..\..\Qt5.9.4\5.9.4\mingw53_32\lib\Qt5Network.prl ..\..\Qt5.9.4\5.9.4\mingw53_32\lib\Qt5Core.prl    ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\data\dummy.cpp ..\RealTimePlayer\realtimeplayer.h ..\RealTimePlayer\realtimeplayer_types.h ..\RealTimePlayer\main.cpp ..\RealTimePlayer\realtimeplayer.cpp ..\RealTimePlayer\realtimeplayer.ui    
 
clean: compiler_clean 
    -$(DEL_FILE) release\main.o release\realtimeplayer.o release\moc_realtimeplayer.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: ../../Qt5.9.4/5.9.4/mingw53_32/mkspecs/features/data/dummy.cpp
    g++ -O2 -std=gnu++11 -Wall -W -dM -E -o release\moc_predefs.h ..\..\Qt5.9.4\5.9.4\mingw53_32\mkspecs\features\data\dummy.cpp
 
compiler_moc_header_make_all: release/moc_realtimeplayer.cpp
compiler_moc_header_clean:
    -$(DEL_FILE) release\moc_realtimeplayer.cpp
release/moc_realtimeplayer.cpp: ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/QMainWindow \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qmainwindow.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qtwidgetsglobal.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qtguiglobal.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qglobal.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qconfig-bootstrapped.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qconfig.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qtcore-config.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qsystemdetection.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qprocessordetection.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qcompilerdetection.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qtypeinfo.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qsysinfo.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qlogging.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qflags.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qatomic.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qbasicatomic.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qatomic_bootstrap.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qgenericatomic.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qatomic_cxx11.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qatomic_msvc.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qglobalstatic.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qmutex.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qnumeric.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qversiontagging.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qtgui-config.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qtwidgets-config.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qwidget.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qwindowdefs.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qobjectdefs.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qnamespace.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qobjectdefs_impl.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qwindowdefs_win.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qobject.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qstring.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qchar.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qbytearray.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qrefcount.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qarraydata.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qstringbuilder.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qlist.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qalgorithms.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qiterator.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qhashfunctions.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qpair.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qbytearraylist.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qstringlist.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qregexp.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qstringmatcher.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qcoreevent.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qscopedpointer.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qmetatype.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qvarlengtharray.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qcontainerfwd.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qobject_impl.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qmargins.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qpaintdevice.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qrect.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qsize.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qpoint.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qpalette.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qcolor.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qrgb.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qrgba64.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qbrush.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qvector.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qmatrix.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qpolygon.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qregion.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qdatastream.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qiodevice.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qline.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qtransform.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qpainterpath.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qimage.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qpixelformat.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qpixmap.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qsharedpointer.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qshareddata.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qhash.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qsharedpointer_impl.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qfont.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qfontmetrics.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qfontinfo.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qsizepolicy.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qcursor.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qkeysequence.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qevent.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qvariant.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qmap.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qdebug.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qtextstream.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qlocale.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qset.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qcontiguouscache.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qurl.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qurlquery.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qfile.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qfiledevice.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qvector2d.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qtouchdevice.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qtabwidget.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qicon.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtNetwork/QTcpSocket \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtNetwork/qtcpsocket.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtNetwork/qtnetworkglobal.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtNetwork/qtnetwork-config.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtNetwork/qabstractsocket.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/QTimer \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qtimer.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qbasictimer.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/QGridLayout \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qgridlayout.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qlayout.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qlayoutitem.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qboxlayout.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/QLabel \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qlabel.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qframe.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/QPushButton \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qpushbutton.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qabstractbutton.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/QList \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/QDateTime \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qdatetime.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/QDebug \
        ../RealTimePlayer/realtimeplayer_types.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/QString \
        ../RealTimePlayer/realtimeplayer.h \
        release/moc_predefs.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/bin/moc.exe
    D:\Qt\Qt5.9.4\5.9.4\mingw53_32\bin\moc.exe $(DEFINES) --include release/moc_predefs.h -ID:/Qt/Qt5.9.4/5.9.4/mingw53_32/mkspecs/win32-g++ -ID:/Qt/RealTimePlayer/RealTimePlayer -ID:/Qt/Qt5.9.4/5.9.4/mingw53_32/include -ID:/Qt/Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets -ID:/Qt/Qt5.9.4/5.9.4/mingw53_32/include/QtGui -ID:/Qt/Qt5.9.4/5.9.4/mingw53_32/include/QtANGLE -ID:/Qt/Qt5.9.4/5.9.4/mingw53_32/include/QtNetwork -ID:/Qt/Qt5.9.4/5.9.4/mingw53_32/include/QtCore -I. -ID:/Qt/Qt5.9.4/Tools/mingw530_32/lib/gcc/i686-w64-mingw32/5.3.0/include -ID:/Qt/Qt5.9.4/Tools/mingw530_32/lib/gcc/i686-w64-mingw32/5.3.0/include-fixed -ID:/Qt/Qt5.9.4/Tools/mingw530_32/i686-w64-mingw32/include -ID:/Qt/Qt5.9.4/Tools/mingw530_32/i686-w64-mingw32/include/c++ -ID:/Qt/Qt5.9.4/Tools/mingw530_32/i686-w64-mingw32/include/c++/i686-w64-mingw32 -ID:/Qt/Qt5.9.4/Tools/mingw530_32/i686-w64-mingw32/include/c++/backward ..\RealTimePlayer\realtimeplayer.h -o release\moc_realtimeplayer.cpp
 
compiler_moc_source_make_all:
compiler_moc_source_clean:
compiler_uic_make_all: ui_realtimeplayer.h
compiler_uic_clean:
    -$(DEL_FILE) ui_realtimeplayer.h
ui_realtimeplayer.h: ../RealTimePlayer/realtimeplayer.ui \
        ../../Qt5.9.4/5.9.4/mingw53_32/bin/uic.exe
    D:\Qt\Qt5.9.4\5.9.4\mingw53_32\bin\uic.exe ..\RealTimePlayer\realtimeplayer.ui -o ui_realtimeplayer.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: ../RealTimePlayer/main.cpp ../RealTimePlayer/realtimeplayer.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/QMainWindow \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qmainwindow.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qtwidgetsglobal.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qtguiglobal.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qglobal.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qconfig-bootstrapped.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qconfig.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qtcore-config.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qsystemdetection.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qprocessordetection.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qcompilerdetection.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qtypeinfo.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qsysinfo.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qlogging.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qflags.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qatomic.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qbasicatomic.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qatomic_bootstrap.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qgenericatomic.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qatomic_cxx11.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qatomic_msvc.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qglobalstatic.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qmutex.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qnumeric.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qversiontagging.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qtgui-config.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qtwidgets-config.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qwidget.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qwindowdefs.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qobjectdefs.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qnamespace.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qobjectdefs_impl.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qwindowdefs_win.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qobject.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qstring.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qchar.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qbytearray.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qrefcount.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qarraydata.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qstringbuilder.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qlist.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qalgorithms.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qiterator.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qhashfunctions.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qpair.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qbytearraylist.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qstringlist.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qregexp.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qstringmatcher.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qcoreevent.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qscopedpointer.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qmetatype.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qvarlengtharray.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qcontainerfwd.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qobject_impl.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qmargins.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qpaintdevice.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qrect.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qsize.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qpoint.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qpalette.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qcolor.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qrgb.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qrgba64.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qbrush.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qvector.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qmatrix.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qpolygon.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qregion.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qdatastream.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qiodevice.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qline.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qtransform.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qpainterpath.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qimage.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qpixelformat.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qpixmap.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qsharedpointer.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qshareddata.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qhash.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qsharedpointer_impl.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qfont.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qfontmetrics.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qfontinfo.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qsizepolicy.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qcursor.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qkeysequence.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qevent.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qvariant.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qmap.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qdebug.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qtextstream.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qlocale.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qset.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qcontiguouscache.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qurl.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qurlquery.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qfile.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qfiledevice.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qvector2d.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qtouchdevice.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qtabwidget.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qicon.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtNetwork/QTcpSocket \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtNetwork/qtcpsocket.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtNetwork/qtnetworkglobal.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtNetwork/qtnetwork-config.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtNetwork/qabstractsocket.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/QTimer \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qtimer.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qbasictimer.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/QGridLayout \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qgridlayout.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qlayout.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qlayoutitem.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qboxlayout.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/QLabel \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qlabel.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qframe.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/QPushButton \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qpushbutton.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qabstractbutton.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/QList \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/QDateTime \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qdatetime.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/QDebug \
        ../RealTimePlayer/realtimeplayer_types.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/QString \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/QApplication \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qapplication.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qcoreapplication.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qeventloop.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qdesktopwidget.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qguiapplication.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qinputmethod.h
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\main.o ..\RealTimePlayer\main.cpp
 
release/realtimeplayer.o: ../RealTimePlayer/realtimeplayer.cpp ../RealTimePlayer/realtimeplayer.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/QMainWindow \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qmainwindow.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qtwidgetsglobal.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qtguiglobal.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qglobal.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qconfig-bootstrapped.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qconfig.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qtcore-config.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qsystemdetection.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qprocessordetection.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qcompilerdetection.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qtypeinfo.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qsysinfo.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qlogging.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qflags.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qatomic.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qbasicatomic.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qatomic_bootstrap.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qgenericatomic.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qatomic_cxx11.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qatomic_msvc.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qglobalstatic.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qmutex.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qnumeric.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qversiontagging.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qtgui-config.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qtwidgets-config.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qwidget.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qwindowdefs.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qobjectdefs.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qnamespace.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qobjectdefs_impl.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qwindowdefs_win.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qobject.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qstring.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qchar.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qbytearray.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qrefcount.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qarraydata.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qstringbuilder.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qlist.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qalgorithms.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qiterator.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qhashfunctions.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qpair.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qbytearraylist.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qstringlist.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qregexp.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qstringmatcher.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qcoreevent.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qscopedpointer.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qmetatype.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qvarlengtharray.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qcontainerfwd.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qobject_impl.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qmargins.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qpaintdevice.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qrect.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qsize.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qpoint.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qpalette.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qcolor.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qrgb.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qrgba64.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qbrush.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qvector.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qmatrix.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qpolygon.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qregion.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qdatastream.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qiodevice.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qline.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qtransform.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qpainterpath.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qimage.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qpixelformat.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qpixmap.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qsharedpointer.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qshareddata.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qhash.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qsharedpointer_impl.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qfont.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qfontmetrics.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qfontinfo.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qsizepolicy.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qcursor.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qkeysequence.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qevent.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qvariant.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qmap.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qdebug.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qtextstream.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qlocale.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qset.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qcontiguouscache.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qurl.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qurlquery.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qfile.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qfiledevice.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qvector2d.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qtouchdevice.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qtabwidget.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qicon.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtNetwork/QTcpSocket \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtNetwork/qtcpsocket.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtNetwork/qtnetworkglobal.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtNetwork/qtnetwork-config.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtNetwork/qabstractsocket.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/QTimer \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qtimer.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qbasictimer.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/QGridLayout \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qgridlayout.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qlayout.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qlayoutitem.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qboxlayout.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/QLabel \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qlabel.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qframe.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/QPushButton \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qpushbutton.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qabstractbutton.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/QList \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/QDateTime \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qdatetime.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/QDebug \
        ../RealTimePlayer/realtimeplayer_types.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/QString \
        ui_realtimeplayer.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/QVariant \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/QAction \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qaction.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qactiongroup.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/QApplication \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qapplication.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qcoreapplication.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qeventloop.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qdesktopwidget.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qguiapplication.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qinputmethod.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/QButtonGroup \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qbuttongroup.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/QHBoxLayout \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/QHeaderView \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qheaderview.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qabstractitemview.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qabstractscrollarea.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qabstractitemmodel.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qitemselectionmodel.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qabstractitemdelegate.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qstyleoption.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qabstractspinbox.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtGui/qvalidator.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtCore/qregularexpression.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qslider.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qabstractslider.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qstyle.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qtabbar.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qrubberband.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/QMenuBar \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qmenubar.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qmenu.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/QStatusBar \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qstatusbar.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/QToolBar \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/qtoolbar.h \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/QVBoxLayout \
        ../../Qt5.9.4/5.9.4/mingw53_32/include/QtWidgets/QWidget
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\realtimeplayer.o ..\RealTimePlayer\realtimeplayer.cpp
 
release/moc_realtimeplayer.o: release/moc_realtimeplayer.cpp 
    $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_realtimeplayer.o release\moc_realtimeplayer.cpp
 
####### Install
 
install:  FORCE
 
uninstall:  FORCE
 
FORCE: