blob: ba01bb31d41eda3fa2778b192e69b1b454d4c2c3 (
plain) (
blame)
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
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
|
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/corelogging_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/dependencyhandler_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/nullservices_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/propertychangehandler_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qabstractaspect_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qabstractaspectjobmanager_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qabstractframeadvanceservice_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qabstractframeadvanceservice_p_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qabstractserviceprovider_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qaspectengine_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qaspectfactory_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qaspectjob_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qaspectjobmanager_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qaspectjobproviderinterface_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qaspectmanager_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qaspectthread_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qbackendnode_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qbackendnodefactory_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qbackendscenepropertychange_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qboundedcircularbuffer_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qcamera_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qcameralens_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qchangearbiter_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qcircularbuffer_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qcomponent_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qentity_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qeventfilterservice_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qframeallocator_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qframeallocator_p_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qhandle_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qhandlemanager_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qlockableobserverinterface_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qmath3d_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qnode_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qnodevisitor_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qobservableinterface_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qobserverinterface_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qopenglinformationservice_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qopenglinformationservice_p_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qpostman_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qresourcemanager_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qscene_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qscenechange_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qsceneobserverinterface_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qscenepropertychange_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qscheduler_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qservicelocator_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qsysteminformationservice_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qsysteminformationservice_p_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qt3dcore_global_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qthreadpooler_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qtickclock_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qtickclockservice_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qtransform_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/task_p.h
%%QT_INCDIR%%/Qt3DCore/QAbstractAspect
%%QT_INCDIR%%/Qt3DCore/QAbstractNodeFactory
%%QT_INCDIR%%/Qt3DCore/QAspectEngine
%%QT_INCDIR%%/Qt3DCore/QAspectJob
%%QT_INCDIR%%/Qt3DCore/QAspectJobPtr
%%QT_INCDIR%%/Qt3DCore/QBackendNode
%%QT_INCDIR%%/Qt3DCore/QBackendNodeFunctor
%%QT_INCDIR%%/Qt3DCore/QBackendNodeFunctorPtr
%%QT_INCDIR%%/Qt3DCore/QBackendScenePropertyChange
%%QT_INCDIR%%/Qt3DCore/QBackendScenePropertyChangePtr
%%QT_INCDIR%%/Qt3DCore/QCamera
%%QT_INCDIR%%/Qt3DCore/QCameraLens
%%QT_INCDIR%%/Qt3DCore/QComponent
%%QT_INCDIR%%/Qt3DCore/QComponentList
%%QT_INCDIR%%/Qt3DCore/QEntity
%%QT_INCDIR%%/Qt3DCore/QNode
%%QT_INCDIR%%/Qt3DCore/QNodeId
%%QT_INCDIR%%/Qt3DCore/QNodeList
%%QT_INCDIR%%/Qt3DCore/QNodePtr
%%QT_INCDIR%%/Qt3DCore/QRay3D
%%QT_INCDIR%%/Qt3DCore/QSceneChange
%%QT_INCDIR%%/Qt3DCore/QSceneChangePtr
%%QT_INCDIR%%/Qt3DCore/QScenePropertyChange
%%QT_INCDIR%%/Qt3DCore/QScenePropertyChangePtr
%%QT_INCDIR%%/Qt3DCore/QTransform
%%QT_INCDIR%%/Qt3DCore/Qt3DCore
%%QT_INCDIR%%/Qt3DCore/Qt3DCoreDepends
%%QT_INCDIR%%/Qt3DCore/Qt3DCoreVersion
%%QT_INCDIR%%/Qt3DCore/qabstractaspect.h
%%QT_INCDIR%%/Qt3DCore/qabstractnodefactory.h
%%QT_INCDIR%%/Qt3DCore/qaspectengine.h
%%QT_INCDIR%%/Qt3DCore/qaspectjob.h
%%QT_INCDIR%%/Qt3DCore/qbackendnode.h
%%QT_INCDIR%%/Qt3DCore/qbackendscenepropertychange.h
%%QT_INCDIR%%/Qt3DCore/qcamera.h
%%QT_INCDIR%%/Qt3DCore/qcameralens.h
%%QT_INCDIR%%/Qt3DCore/qcomponent.h
%%QT_INCDIR%%/Qt3DCore/qentity.h
%%QT_INCDIR%%/Qt3DCore/qnode.h
%%QT_INCDIR%%/Qt3DCore/qnodeid.h
%%QT_INCDIR%%/Qt3DCore/qray3d.h
%%QT_INCDIR%%/Qt3DCore/qscenechange.h
%%QT_INCDIR%%/Qt3DCore/qscenepropertychange.h
%%QT_INCDIR%%/Qt3DCore/qt3dcore_global.h
%%QT_INCDIR%%/Qt3DCore/qt3dcoreversion.h
%%QT_INCDIR%%/Qt3DCore/qtransform.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/action_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/actioninput_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/assignkeyboardfocusjob_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/axis_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/axisactionhandler_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/axisactionpayload_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/axisinput_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/axissetting_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/cameracontroller_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/handle_types_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/inputbackendnodefunctor_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/inputhandler_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/inputmanagers_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/keyboardcontroller_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/keyboardeventfilter_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/keyboardinput_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/keyboardmousedeviceintegration_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/keyeventdispatcherjob_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/logicaldevice_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/mousecontroller_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/mouseeventdispatcherjob_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/mouseeventfilter_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/mouseinput_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/movingaverage_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qabstractphysicaldevice_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qabstractphysicaldevicebackendnode_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qaxisactionhandler_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qinputaspect_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qinputdeviceintegration_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qinputdeviceintegrationfactory_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qkeyboardcontroller_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qkeyboardinput_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qmousecontroller_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qmouseinput_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qt3dinput_global_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/updateaxisactionjob_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/updatehandlerjob_p.h
%%QT_INCDIR%%/Qt3DInput/QAbstractPhysicalDevice
%%QT_INCDIR%%/Qt3DInput/QAbstractPhysicalDeviceBackendNode
%%QT_INCDIR%%/Qt3DInput/QAction
%%QT_INCDIR%%/Qt3DInput/QActionInput
%%QT_INCDIR%%/Qt3DInput/QAxis
%%QT_INCDIR%%/Qt3DInput/QAxisActionHandler
%%QT_INCDIR%%/Qt3DInput/QAxisInput
%%QT_INCDIR%%/Qt3DInput/QAxisSetting
%%QT_INCDIR%%/Qt3DInput/QBackendNodeFunctorPtr
%%QT_INCDIR%%/Qt3DInput/QInputAspect
%%QT_INCDIR%%/Qt3DInput/QInputDeviceIntegration
%%QT_INCDIR%%/Qt3DInput/QInputDevicePlugin
%%QT_INCDIR%%/Qt3DInput/QKeyEvent
%%QT_INCDIR%%/Qt3DInput/QKeyEventPtr
%%QT_INCDIR%%/Qt3DInput/QKeyboardController
%%QT_INCDIR%%/Qt3DInput/QKeyboardInput
%%QT_INCDIR%%/Qt3DInput/QLogicalDevice
%%QT_INCDIR%%/Qt3DInput/QMouseController
%%QT_INCDIR%%/Qt3DInput/QMouseEvent
%%QT_INCDIR%%/Qt3DInput/QMouseEventPtr
%%QT_INCDIR%%/Qt3DInput/QMouseInput
%%QT_INCDIR%%/Qt3DInput/QWheelEvent
%%QT_INCDIR%%/Qt3DInput/QWheelEventPtr
%%QT_INCDIR%%/Qt3DInput/Qt3DInput
%%QT_INCDIR%%/Qt3DInput/Qt3DInputDepends
%%QT_INCDIR%%/Qt3DInput/Qt3DInputVersion
%%QT_INCDIR%%/Qt3DInput/qabstractphysicaldevice.h
%%QT_INCDIR%%/Qt3DInput/qabstractphysicaldevicebackendnode.h
%%QT_INCDIR%%/Qt3DInput/qaction.h
%%QT_INCDIR%%/Qt3DInput/qactioninput.h
%%QT_INCDIR%%/Qt3DInput/qaxis.h
%%QT_INCDIR%%/Qt3DInput/qaxisactionhandler.h
%%QT_INCDIR%%/Qt3DInput/qaxisinput.h
%%QT_INCDIR%%/Qt3DInput/qaxissetting.h
%%QT_INCDIR%%/Qt3DInput/qinputaspect.h
%%QT_INCDIR%%/Qt3DInput/qinputdeviceintegration.h
%%QT_INCDIR%%/Qt3DInput/qinputdeviceplugin.h
%%QT_INCDIR%%/Qt3DInput/qkeyboardcontroller.h
%%QT_INCDIR%%/Qt3DInput/qkeyboardinput.h
%%QT_INCDIR%%/Qt3DInput/qkeyevent.h
%%QT_INCDIR%%/Qt3DInput/qlogicaldevice.h
%%QT_INCDIR%%/Qt3DInput/qmousecontroller.h
%%QT_INCDIR%%/Qt3DInput/qmouseevent.h
%%QT_INCDIR%%/Qt3DInput/qmouseinput.h
%%QT_INCDIR%%/Qt3DInput/qt3dinput_global.h
%%QT_INCDIR%%/Qt3DInput/qt3dinputversion.h
%%QT_INCDIR%%/Qt3DLogic/%%FULLVER%%/Qt3DLogic/private/callbackjob_p.h
%%QT_INCDIR%%/Qt3DLogic/%%FULLVER%%/Qt3DLogic/private/executor_p.h
%%QT_INCDIR%%/Qt3DLogic/%%FULLVER%%/Qt3DLogic/private/handle_types_p.h
%%QT_INCDIR%%/Qt3DLogic/%%FULLVER%%/Qt3DLogic/private/handler_p.h
%%QT_INCDIR%%/Qt3DLogic/%%FULLVER%%/Qt3DLogic/private/manager_p.h
%%QT_INCDIR%%/Qt3DLogic/%%FULLVER%%/Qt3DLogic/private/managers_p.h
%%QT_INCDIR%%/Qt3DLogic/%%FULLVER%%/Qt3DLogic/private/qlogicaspect_p.h
%%QT_INCDIR%%/Qt3DLogic/%%FULLVER%%/Qt3DLogic/private/qlogiccomponent_p.h
%%QT_INCDIR%%/Qt3DLogic/QLogicAspect
%%QT_INCDIR%%/Qt3DLogic/QLogicComponent
%%QT_INCDIR%%/Qt3DLogic/Qt3DLogic
%%QT_INCDIR%%/Qt3DLogic/Qt3DLogicDepends
%%QT_INCDIR%%/Qt3DLogic/Qt3DLogicVersion
%%QT_INCDIR%%/Qt3DLogic/qlogicaspect.h
%%QT_INCDIR%%/Qt3DLogic/qlogiccomponent.h
%%QT_INCDIR%%/Qt3DLogic/qt3dlogic_global.h
%%QT_INCDIR%%/Qt3DLogic/qt3dlogicversion.h
%%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/qqmlaspectengine_p.h
%%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/qquaternionanimation_p.h
%%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/qt3dquick_global_p.h
%%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/qt3dquicknodefactory_p.h
%%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/qt3dquickvaluetypes_p.h
%%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/quick3dconfiguration_p.h
%%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/quick3dentity_p.h
%%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/quick3dentityloader_p.h
%%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/quick3dentityloader_p_p.h
%%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/quick3dnode_p.h
%%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/quick3dnodeinstantiator_p.h
%%QT_INCDIR%%/Qt3DQuick/QQmlAspectEngine
%%QT_INCDIR%%/Qt3DQuick/Qt3DQuick
%%QT_INCDIR%%/Qt3DQuick/Qt3DQuickDepends
%%QT_INCDIR%%/Qt3DQuick/Qt3DQuickVersion
%%QT_INCDIR%%/Qt3DQuick/qqmlaspectengine.h
%%QT_INCDIR%%/Qt3DQuick/qt3dquick_global.h
%%QT_INCDIR%%/Qt3DQuick/qt3dquickversion.h
%%QT_INCDIR%%/Qt3DQuickInput/%%FULLVER%%/Qt3DQuickInput/private/qt3dquickinput_global_p.h
%%QT_INCDIR%%/Qt3DQuickInput/%%FULLVER%%/Qt3DQuickInput/private/qt3dquickinputnodefactory_p.h
%%QT_INCDIR%%/Qt3DQuickInput/%%FULLVER%%/Qt3DQuickInput/private/quick3daction_p.h
%%QT_INCDIR%%/Qt3DQuickInput/%%FULLVER%%/Qt3DQuickInput/private/quick3daxis_p.h
%%QT_INCDIR%%/Qt3DQuickInput/%%FULLVER%%/Qt3DQuickInput/private/quick3dlogicaldevice_p.h
%%QT_INCDIR%%/Qt3DQuickInput/%%FULLVER%%/Qt3DQuickInput/private/quick3dphysicaldevice_p.h
%%QT_INCDIR%%/Qt3DQuickInput/Qt3DQuickInput
%%QT_INCDIR%%/Qt3DQuickInput/Qt3DQuickInputDepends
%%QT_INCDIR%%/Qt3DQuickInput/Qt3DQuickInputVersion
%%QT_INCDIR%%/Qt3DQuickInput/qt3dquickinput_global.h
%%QT_INCDIR%%/Qt3DQuickInput/qt3dquickinputversion.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/qt3dquickrender_global_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/qt3dquickrendernodefactory_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3dbuffer_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3deffect_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3dgeometry_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3dmaterial_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3dparameter_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3dparameter_p_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3drenderpass_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3drenderpassfilter_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3drendertarget_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3drendertargetselector_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3dscene_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3dshaderdata_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3dshaderdataarray_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3dsortmethod_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3dstateset_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3dtechnique_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3dtechniquefilter_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3dtexture_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3dviewport_p.h
%%QT_INCDIR%%/Qt3DQuickRender/Qt3DQuickRender
%%QT_INCDIR%%/Qt3DQuickRender/Qt3DQuickRenderDepends
%%QT_INCDIR%%/Qt3DQuickRender/Qt3DQuickRenderVersion
%%QT_INCDIR%%/Qt3DQuickRender/qt3dquickrender_global.h
%%QT_INCDIR%%/Qt3DQuickRender/qt3dquickrenderversion.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/abstractrenderer_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/annotation_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/attachmentpack_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/attribute_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/boundingvolumedebug_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/buffer_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/buffermanager_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/calcboundingvolumejob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/calcgeometrytrianglevolumes_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/cameralens_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/cameraselectornode_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/clearbuffer_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/dispatchcompute_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/effect_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/entity_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/framecleanupjob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/framegraphnode_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/framegraphsubtreeselector_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/framegraphvisitor_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/framepreparationjob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/frustumculling_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/genericstate_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/geometry_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/geometryrenderer_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/geometryrenderermanager_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/graphicscontext_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/graphicshelperes2_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/graphicshelpergl2_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/graphicshelpergl3_3_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/graphicshelpergl3_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/graphicshelpergl4_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/graphicshelperinterface_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/handle_types_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/layer_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/layerfilternode_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/light_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/lighting_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/loadbufferjob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/loadgeometryjob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/loadscenejob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/loadtexturedatajob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/managers_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/material_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/nodefunctor_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/nodemanagers_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/nodraw_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/objectpicker_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/objloader_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/openglvertexarrayobject_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/parameter_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/parametermapping_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/parameterpack_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/pickboundingvolumejob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/pickeventfilter_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/platformsurfacefilter_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qabstractattribute_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qabstractbuffer_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qabstractcollisionqueryservice_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qabstractsceneloader_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qabstracttextureimage_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qabstracttextureprovider_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qannotation_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qattribute_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qaxisalignedboundingbox_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qboundingsphere_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qboundingvolume_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qboundingvolumeprovider_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qbuffer_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qcameraselector_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qclearbuffer_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qcollisionqueryresult_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qcuboidgeometry_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qcylindergeometry_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qdiffusemapmaterial_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qdiffusespecularmapmaterial_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qdirectionallight_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qeffect_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qforwardrenderer_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qframegraph_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qframegraphnode_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qframegraphselector_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qgeometry_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qgeometryrenderer_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qgoochmaterial_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qgraphicsutils_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qlayer_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qlayerfilter_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qlight_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qlighting_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qmaterial_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qmesh_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qnormaldiffusemapalphamaterial_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qnormaldiffusemapmaterial_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qnormaldiffusespecularmapmaterial_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qparameter_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qparametermapping_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qpervertexcolormaterial_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qphongalphamaterial_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qphongmaterial_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qplanegeometry_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qpointlight_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qraycastingservice_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrenderaspect_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrenderattachment_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrenderpass_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrenderpassfilter_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrenderstate_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrendertarget_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrendertargetselector_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsceneparserfactory_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qshaderdata_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qshaderprogram_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qskyboxentity_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsortcriterion_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsortmethod_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qspheregeometry_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qspotlight_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qstateset_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qt3drender_global_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qtechnique_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qtechniquefilter_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qtexturedata_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qtorusgeometry_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/quniformvalue_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qurlhelper_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qviewport_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qwindow_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderattachment_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/rendercommand_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderconfiguration_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderer_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderlogging_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderpass_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderpassfilternode_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderqueue_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderstates_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderstateset_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/rendertarget_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/rendertargetselectornode_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderthread_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderview_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderviewjob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderviewjobutils_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/scene_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/scenemanager_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/shader_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/shaderdata_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/shadervariables_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/sortcriterion_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/sortmethod_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/sphere_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/statesetnode_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/technique_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/techniquefilternode_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/texture_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/texturedatamanager_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/textureimage_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/transform_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/triangleboundingvolume_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/trianglesextractor_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/uniformbuffer_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updateboundingvolumejob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updateworldtransformjob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/viewportnode_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/vsyncframeadvanceservice_p.h
%%QT_INCDIR%%/Qt3DRender/FunctorType
%%QT_INCDIR%%/Qt3DRender/ParameterList
%%QT_INCDIR%%/Qt3DRender/PropertyReaderInterface
%%QT_INCDIR%%/Qt3DRender/PropertyReaderInterfacePtr
%%QT_INCDIR%%/Qt3DRender/QAbstractAttribute
%%QT_INCDIR%%/Qt3DRender/QAbstractBuffer
%%QT_INCDIR%%/Qt3DRender/QAbstractBufferPtr
%%QT_INCDIR%%/Qt3DRender/QAbstractFunctor
%%QT_INCDIR%%/Qt3DRender/QAbstractSceneLoader
%%QT_INCDIR%%/Qt3DRender/QAbstractSceneParser
%%QT_INCDIR%%/Qt3DRender/QAbstractTextureImage
%%QT_INCDIR%%/Qt3DRender/QAbstractTextureProvider
%%QT_INCDIR%%/Qt3DRender/QAlphaCoverage
%%QT_INCDIR%%/Qt3DRender/QAlphaTest
%%QT_INCDIR%%/Qt3DRender/QAnnotation
%%QT_INCDIR%%/Qt3DRender/QAttribute
%%QT_INCDIR%%/Qt3DRender/QAttributeList
%%QT_INCDIR%%/Qt3DRender/QBlendEquation
%%QT_INCDIR%%/Qt3DRender/QBlendState
%%QT_INCDIR%%/Qt3DRender/QBlendStateSeparate
%%QT_INCDIR%%/Qt3DRender/QBoundingVolumeDebug
%%QT_INCDIR%%/Qt3DRender/QBoundingVolumeSpecifier
%%QT_INCDIR%%/Qt3DRender/QBuffer
%%QT_INCDIR%%/Qt3DRender/QBufferFunctor
%%QT_INCDIR%%/Qt3DRender/QBufferFunctorPtr
%%QT_INCDIR%%/Qt3DRender/QCameraSelector
%%QT_INCDIR%%/Qt3DRender/QClearBuffer
%%QT_INCDIR%%/Qt3DRender/QClipPlane
%%QT_INCDIR%%/Qt3DRender/QColorMask
%%QT_INCDIR%%/Qt3DRender/QCuboidGeometry
%%QT_INCDIR%%/Qt3DRender/QCuboidMesh
%%QT_INCDIR%%/Qt3DRender/QCullFace
%%QT_INCDIR%%/Qt3DRender/QCylinderGeometry
%%QT_INCDIR%%/Qt3DRender/QCylinderMesh
%%QT_INCDIR%%/Qt3DRender/QDepthMask
%%QT_INCDIR%%/Qt3DRender/QDepthTest
%%QT_INCDIR%%/Qt3DRender/QDiffuseMapMaterial
%%QT_INCDIR%%/Qt3DRender/QDiffuseSpecularMapMaterial
%%QT_INCDIR%%/Qt3DRender/QDirectionalLight
%%QT_INCDIR%%/Qt3DRender/QDispatchCompute
%%QT_INCDIR%%/Qt3DRender/QDithering
%%QT_INCDIR%%/Qt3DRender/QEffect
%%QT_INCDIR%%/Qt3DRender/QForwardRenderer
%%QT_INCDIR%%/Qt3DRender/QFrameGraph
%%QT_INCDIR%%/Qt3DRender/QFrameGraphNode
%%QT_INCDIR%%/Qt3DRender/QFrameGraphSelector
%%QT_INCDIR%%/Qt3DRender/QFrameGraphSelectorFunctor
%%QT_INCDIR%%/Qt3DRender/QFrameGraphSelectorFunctorPtr
%%QT_INCDIR%%/Qt3DRender/QFrontFace
%%QT_INCDIR%%/Qt3DRender/QFrustumCulling
%%QT_INCDIR%%/Qt3DRender/QGeometry
%%QT_INCDIR%%/Qt3DRender/QGeometryFunctor
%%QT_INCDIR%%/Qt3DRender/QGeometryFunctorPtr
%%QT_INCDIR%%/Qt3DRender/QGeometryRenderer
%%QT_INCDIR%%/Qt3DRender/QGoochMaterial
%%QT_INCDIR%%/Qt3DRender/QGraphicsApiFilter
%%QT_INCDIR%%/Qt3DRender/QItemModelBuffer
%%QT_INCDIR%%/Qt3DRender/QLayer
%%QT_INCDIR%%/Qt3DRender/QLayerFilter
%%QT_INCDIR%%/Qt3DRender/QLight
%%QT_INCDIR%%/Qt3DRender/QLighting
%%QT_INCDIR%%/Qt3DRender/QMaterial
%%QT_INCDIR%%/Qt3DRender/QMesh
%%QT_INCDIR%%/Qt3DRender/QNoDraw
%%QT_INCDIR%%/Qt3DRender/QNormalDiffuseMapAlphaMaterial
%%QT_INCDIR%%/Qt3DRender/QNormalDiffuseMapMaterial
%%QT_INCDIR%%/Qt3DRender/QNormalDiffuseSpecularMapMaterial
%%QT_INCDIR%%/Qt3DRender/QObjectPicker
%%QT_INCDIR%%/Qt3DRender/QParameter
%%QT_INCDIR%%/Qt3DRender/QParameterMapping
%%QT_INCDIR%%/Qt3DRender/QPerVertexColorMaterial
%%QT_INCDIR%%/Qt3DRender/QPhongAlphaMaterial
%%QT_INCDIR%%/Qt3DRender/QPhongMaterial
%%QT_INCDIR%%/Qt3DRender/QPickEvent
%%QT_INCDIR%%/Qt3DRender/QPlaneGeometry
%%QT_INCDIR%%/Qt3DRender/QPlaneMesh
%%QT_INCDIR%%/Qt3DRender/QPointLight
%%QT_INCDIR%%/Qt3DRender/QPointSize
%%QT_INCDIR%%/Qt3DRender/QPolygonOffset
%%QT_INCDIR%%/Qt3DRender/QRenderAspect
%%QT_INCDIR%%/Qt3DRender/QRenderAttachment
%%QT_INCDIR%%/Qt3DRender/QRenderPass
%%QT_INCDIR%%/Qt3DRender/QRenderPassFilter
%%QT_INCDIR%%/Qt3DRender/QRenderState
%%QT_INCDIR%%/Qt3DRender/QRenderTarget
%%QT_INCDIR%%/Qt3DRender/QRenderTargetSelector
%%QT_INCDIR%%/Qt3DRender/QSceneLoader
%%QT_INCDIR%%/Qt3DRender/QSceneParserPlugin
%%QT_INCDIR%%/Qt3DRender/QScissorTest
%%QT_INCDIR%%/Qt3DRender/QShaderData
%%QT_INCDIR%%/Qt3DRender/QShaderProgram
%%QT_INCDIR%%/Qt3DRender/QSkyboxEntity
%%QT_INCDIR%%/Qt3DRender/QSortCriterion
%%QT_INCDIR%%/Qt3DRender/QSortMethod
%%QT_INCDIR%%/Qt3DRender/QSphereGeometry
%%QT_INCDIR%%/Qt3DRender/QSphereMesh
%%QT_INCDIR%%/Qt3DRender/QSpotLight
%%QT_INCDIR%%/Qt3DRender/QStateSet
%%QT_INCDIR%%/Qt3DRender/QStencilMask
%%QT_INCDIR%%/Qt3DRender/QStencilOp
%%QT_INCDIR%%/Qt3DRender/QStencilOpSeparate
%%QT_INCDIR%%/Qt3DRender/QStencilTest
%%QT_INCDIR%%/Qt3DRender/QStencilTestSeparate
%%QT_INCDIR%%/Qt3DRender/QTechnique
%%QT_INCDIR%%/Qt3DRender/QTechniqueFilter
%%QT_INCDIR%%/Qt3DRender/QTexImageData
%%QT_INCDIR%%/Qt3DRender/QTexImageDataPtr
%%QT_INCDIR%%/Qt3DRender/QTexture
%%QT_INCDIR%%/Qt3DRender/QTexture1D
%%QT_INCDIR%%/Qt3DRender/QTexture1DArray
%%QT_INCDIR%%/Qt3DRender/QTexture2D
%%QT_INCDIR%%/Qt3DRender/QTexture2DArray
%%QT_INCDIR%%/Qt3DRender/QTexture2DMultisample
%%QT_INCDIR%%/Qt3DRender/QTexture2DMultisampleArray
%%QT_INCDIR%%/Qt3DRender/QTexture3D
%%QT_INCDIR%%/Qt3DRender/QTextureBuffer
%%QT_INCDIR%%/Qt3DRender/QTextureCubeMap
%%QT_INCDIR%%/Qt3DRender/QTextureCubeMapArray
%%QT_INCDIR%%/Qt3DRender/QTextureDataFunctor
%%QT_INCDIR%%/Qt3DRender/QTextureDataFunctorPtr
%%QT_INCDIR%%/Qt3DRender/QTextureImage
%%QT_INCDIR%%/Qt3DRender/QTextureRectangle
%%QT_INCDIR%%/Qt3DRender/QTextureWrapMode
%%QT_INCDIR%%/Qt3DRender/QTorusGeometry
%%QT_INCDIR%%/Qt3DRender/QTorusMesh
%%QT_INCDIR%%/Qt3DRender/QViewport
%%QT_INCDIR%%/Qt3DRender/QWindow
%%QT_INCDIR%%/Qt3DRender/Qt3DRender
%%QT_INCDIR%%/Qt3DRender/Qt3DRenderDepends
%%QT_INCDIR%%/Qt3DRender/Qt3DRenderVersion
%%QT_INCDIR%%/Qt3DRender/TextureDict
%%QT_INCDIR%%/Qt3DRender/qabstractattribute.h
%%QT_INCDIR%%/Qt3DRender/qabstractbuffer.h
%%QT_INCDIR%%/Qt3DRender/qabstractfunctor.h
%%QT_INCDIR%%/Qt3DRender/qabstractsceneloader.h
%%QT_INCDIR%%/Qt3DRender/qabstractsceneparser.h
%%QT_INCDIR%%/Qt3DRender/qabstracttextureimage.h
%%QT_INCDIR%%/Qt3DRender/qabstracttextureprovider.h
%%QT_INCDIR%%/Qt3DRender/qalphacoverage.h
%%QT_INCDIR%%/Qt3DRender/qalphatest.h
%%QT_INCDIR%%/Qt3DRender/qannotation.h
%%QT_INCDIR%%/Qt3DRender/qattribute.h
%%QT_INCDIR%%/Qt3DRender/qblendequation.h
%%QT_INCDIR%%/Qt3DRender/qblendstate.h
%%QT_INCDIR%%/Qt3DRender/qboundingvolumedebug.h
%%QT_INCDIR%%/Qt3DRender/qboundingvolumespecifier.h
%%QT_INCDIR%%/Qt3DRender/qbuffer.h
%%QT_INCDIR%%/Qt3DRender/qbufferfunctor.h
%%QT_INCDIR%%/Qt3DRender/qcameraselector.h
%%QT_INCDIR%%/Qt3DRender/qclearbuffer.h
%%QT_INCDIR%%/Qt3DRender/qclipplane.h
%%QT_INCDIR%%/Qt3DRender/qcolormask.h
%%QT_INCDIR%%/Qt3DRender/qcuboidgeometry.h
%%QT_INCDIR%%/Qt3DRender/qcuboidmesh.h
%%QT_INCDIR%%/Qt3DRender/qcullface.h
%%QT_INCDIR%%/Qt3DRender/qcylindergeometry.h
%%QT_INCDIR%%/Qt3DRender/qcylindermesh.h
%%QT_INCDIR%%/Qt3DRender/qdepthmask.h
%%QT_INCDIR%%/Qt3DRender/qdepthtest.h
%%QT_INCDIR%%/Qt3DRender/qdiffusemapmaterial.h
%%QT_INCDIR%%/Qt3DRender/qdiffusespecularmapmaterial.h
%%QT_INCDIR%%/Qt3DRender/qdirectionallight.h
%%QT_INCDIR%%/Qt3DRender/qdispatchcompute.h
%%QT_INCDIR%%/Qt3DRender/qdithering.h
%%QT_INCDIR%%/Qt3DRender/qeffect.h
%%QT_INCDIR%%/Qt3DRender/qforwardrenderer.h
%%QT_INCDIR%%/Qt3DRender/qframegraph.h
%%QT_INCDIR%%/Qt3DRender/qframegraphnode.h
%%QT_INCDIR%%/Qt3DRender/qframegraphselector.h
%%QT_INCDIR%%/Qt3DRender/qfrontface.h
%%QT_INCDIR%%/Qt3DRender/qfrustumculling.h
%%QT_INCDIR%%/Qt3DRender/qgeometry.h
%%QT_INCDIR%%/Qt3DRender/qgeometryfunctor.h
%%QT_INCDIR%%/Qt3DRender/qgeometryrenderer.h
%%QT_INCDIR%%/Qt3DRender/qgoochmaterial.h
%%QT_INCDIR%%/Qt3DRender/qgraphicsapifilter.h
%%QT_INCDIR%%/Qt3DRender/qitemmodelbuffer.h
%%QT_INCDIR%%/Qt3DRender/qlayer.h
%%QT_INCDIR%%/Qt3DRender/qlayerfilter.h
%%QT_INCDIR%%/Qt3DRender/qlight.h
%%QT_INCDIR%%/Qt3DRender/qlighting.h
%%QT_INCDIR%%/Qt3DRender/qmaterial.h
%%QT_INCDIR%%/Qt3DRender/qmesh.h
%%QT_INCDIR%%/Qt3DRender/qnodraw.h
%%QT_INCDIR%%/Qt3DRender/qnormaldiffusemapalphamaterial.h
%%QT_INCDIR%%/Qt3DRender/qnormaldiffusemapmaterial.h
%%QT_INCDIR%%/Qt3DRender/qnormaldiffusespecularmapmaterial.h
%%QT_INCDIR%%/Qt3DRender/qobjectpicker.h
%%QT_INCDIR%%/Qt3DRender/qparameter.h
%%QT_INCDIR%%/Qt3DRender/qparametermapping.h
%%QT_INCDIR%%/Qt3DRender/qpervertexcolormaterial.h
%%QT_INCDIR%%/Qt3DRender/qphongalphamaterial.h
%%QT_INCDIR%%/Qt3DRender/qphongmaterial.h
%%QT_INCDIR%%/Qt3DRender/qpickevent.h
%%QT_INCDIR%%/Qt3DRender/qplanegeometry.h
%%QT_INCDIR%%/Qt3DRender/qplanemesh.h
%%QT_INCDIR%%/Qt3DRender/qpointlight.h
%%QT_INCDIR%%/Qt3DRender/qpointsize.h
%%QT_INCDIR%%/Qt3DRender/qpolygonoffset.h
%%QT_INCDIR%%/Qt3DRender/qrenderaspect.h
%%QT_INCDIR%%/Qt3DRender/qrenderattachment.h
%%QT_INCDIR%%/Qt3DRender/qrenderpass.h
%%QT_INCDIR%%/Qt3DRender/qrenderpassfilter.h
%%QT_INCDIR%%/Qt3DRender/qrenderstate.h
%%QT_INCDIR%%/Qt3DRender/qrendertarget.h
%%QT_INCDIR%%/Qt3DRender/qrendertargetselector.h
%%QT_INCDIR%%/Qt3DRender/qsceneloader.h
%%QT_INCDIR%%/Qt3DRender/qsceneparserplugin.h
%%QT_INCDIR%%/Qt3DRender/qscissortest.h
%%QT_INCDIR%%/Qt3DRender/qshaderdata.h
%%QT_INCDIR%%/Qt3DRender/qshaderprogram.h
%%QT_INCDIR%%/Qt3DRender/qskyboxentity.h
%%QT_INCDIR%%/Qt3DRender/qsortcriterion.h
%%QT_INCDIR%%/Qt3DRender/qsortmethod.h
%%QT_INCDIR%%/Qt3DRender/qspheregeometry.h
%%QT_INCDIR%%/Qt3DRender/qspheremesh.h
%%QT_INCDIR%%/Qt3DRender/qspotlight.h
%%QT_INCDIR%%/Qt3DRender/qstateset.h
%%QT_INCDIR%%/Qt3DRender/qstencilmask.h
%%QT_INCDIR%%/Qt3DRender/qstencilop.h
%%QT_INCDIR%%/Qt3DRender/qstencilopseparate.h
%%QT_INCDIR%%/Qt3DRender/qstenciltest.h
%%QT_INCDIR%%/Qt3DRender/qstenciltestseparate.h
%%QT_INCDIR%%/Qt3DRender/qt3drender_global.h
%%QT_INCDIR%%/Qt3DRender/qt3drenderversion.h
%%QT_INCDIR%%/Qt3DRender/qtechnique.h
%%QT_INCDIR%%/Qt3DRender/qtechniquefilter.h
%%QT_INCDIR%%/Qt3DRender/qtexture.h
%%QT_INCDIR%%/Qt3DRender/qtexturedata.h
%%QT_INCDIR%%/Qt3DRender/qtextureimage.h
%%QT_INCDIR%%/Qt3DRender/qtextureproviders.h
%%QT_INCDIR%%/Qt3DRender/qtorusgeometry.h
%%QT_INCDIR%%/Qt3DRender/qtorusmesh.h
%%QT_INCDIR%%/Qt3DRender/qviewport.h
%%QT_INCDIR%%/Qt3DRender/qwindow.h
%%QT_INCDIR%%/Qt3DRender/qwrapmode.h
%%QT_LIBDIR%%/cmake/Qt53DCore/Qt53DCoreConfig.cmake
%%QT_LIBDIR%%/cmake/Qt53DCore/Qt53DCoreConfigVersion.cmake
%%QT_LIBDIR%%/cmake/Qt53DInput/Qt53DInputConfig.cmake
%%QT_LIBDIR%%/cmake/Qt53DInput/Qt53DInputConfigVersion.cmake
%%QT_LIBDIR%%/cmake/Qt53DLogic/Qt53DLogicConfig.cmake
%%QT_LIBDIR%%/cmake/Qt53DLogic/Qt53DLogicConfigVersion.cmake
%%QT_LIBDIR%%/cmake/Qt53DQuick/Qt53DQuickConfig.cmake
%%QT_LIBDIR%%/cmake/Qt53DQuick/Qt53DQuickConfigVersion.cmake
%%QT_LIBDIR%%/cmake/Qt53DQuickInput/Qt53DQuickInputConfig.cmake
%%QT_LIBDIR%%/cmake/Qt53DQuickInput/Qt53DQuickInputConfigVersion.cmake
%%QT_LIBDIR%%/cmake/Qt53DQuickRender/Qt53DQuickRenderConfig.cmake
%%QT_LIBDIR%%/cmake/Qt53DQuickRender/Qt53DQuickRenderConfigVersion.cmake
%%QT_LIBDIR%%/cmake/Qt53DRender/Qt53DRenderConfig.cmake
%%QT_LIBDIR%%/cmake/Qt53DRender/Qt53DRenderConfigVersion.cmake
%%QT_LIBDIR%%/cmake/Qt53DRender/Qt53DRender_AssimpParserPlugin.cmake
%%QT_LIBDIR%%/cmake/Qt53DRender/Qt53DRender_GLTFSceneParserPlugin.cmake
%%QT_LIBDIR%%/libQt53DCore.prl
%%QT_LIBDIR%%/libQt53DCore.so
%%QT_LIBDIR%%/libQt53DCore.so.5
%%QT_LIBDIR%%/libQt53DCore.so.%%SHORTVER%%
%%QT_LIBDIR%%/libQt53DCore.so.%%FULLVER%%
%%DEBUG%%%%QT_LIBDIR%%/libQt53DCore.so.%%FULLVER%%.debug
%%QT_LIBDIR%%/libQt53DInput.prl
%%QT_LIBDIR%%/libQt53DInput.so
%%QT_LIBDIR%%/libQt53DInput.so.5
%%QT_LIBDIR%%/libQt53DInput.so.%%SHORTVER%%
%%QT_LIBDIR%%/libQt53DInput.so.%%FULLVER%%
%%DEBUG%%%%QT_LIBDIR%%/libQt53DInput.so.%%FULLVER%%.debug
%%QT_LIBDIR%%/libQt53DLogic.prl
%%QT_LIBDIR%%/libQt53DLogic.so
%%QT_LIBDIR%%/libQt53DLogic.so.5
%%QT_LIBDIR%%/libQt53DLogic.so.%%SHORTVER%%
%%QT_LIBDIR%%/libQt53DLogic.so.%%FULLVER%%
%%DEBUG%%%%QT_LIBDIR%%/libQt53DLogic.so.%%FULLVER%%.debug
%%QT_LIBDIR%%/libQt53DQuick.prl
%%QT_LIBDIR%%/libQt53DQuick.so
%%QT_LIBDIR%%/libQt53DQuick.so.5
%%QT_LIBDIR%%/libQt53DQuick.so.%%SHORTVER%%
%%QT_LIBDIR%%/libQt53DQuick.so.%%FULLVER%%
%%DEBUG%%%%QT_LIBDIR%%/libQt53DQuick.so.%%FULLVER%%.debug
%%QT_LIBDIR%%/libQt53DQuickInput.prl
%%QT_LIBDIR%%/libQt53DQuickInput.so
%%QT_LIBDIR%%/libQt53DQuickInput.so.5
%%QT_LIBDIR%%/libQt53DQuickInput.so.%%SHORTVER%%
%%QT_LIBDIR%%/libQt53DQuickInput.so.%%FULLVER%%
%%DEBUG%%%%QT_LIBDIR%%/libQt53DQuickInput.so.%%FULLVER%%.debug
%%QT_LIBDIR%%/libQt53DQuickRender.prl
%%QT_LIBDIR%%/libQt53DQuickRender.so
%%QT_LIBDIR%%/libQt53DQuickRender.so.5
%%QT_LIBDIR%%/libQt53DQuickRender.so.%%SHORTVER%%
%%QT_LIBDIR%%/libQt53DQuickRender.so.%%FULLVER%%
%%DEBUG%%%%QT_LIBDIR%%/libQt53DQuickRender.so.%%FULLVER%%.debug
%%QT_LIBDIR%%/libQt53DRender.prl
%%QT_LIBDIR%%/libQt53DRender.so
%%QT_LIBDIR%%/libQt53DRender.so.5
%%QT_LIBDIR%%/libQt53DRender.so.%%SHORTVER%%
%%QT_LIBDIR%%/libQt53DRender.so.%%FULLVER%%
%%DEBUG%%%%QT_LIBDIR%%/libQt53DRender.so.%%FULLVER%%.debug
%%QT_BINDIR%%/qgltf
%%QT_MKSPECDIR%%/modules/qt_lib_3dcore.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dcore_private.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dinput.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dinput_private.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dlogic.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dlogic_private.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dquick.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dquick_private.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickinput.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickinput_private.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickrender.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickrender_private.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3drender.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3drender_private.pri
%%QT_PLUGINDIR%%/sceneparsers/libassimpsceneparser.so
%%DEBUG%%%%QT_PLUGINDIR%%/sceneparsers/libassimpsceneparser.so.debug
%%QT_PLUGINDIR%%/sceneparsers/libgltfsceneparser.so
%%DEBUG%%%%QT_PLUGINDIR%%/sceneparsers/libgltfsceneparser.so.debug
%%QT_QMLDIR%%/Qt3D/Core/libquick3dcoreplugin.so
%%DEBUG%%%%QT_QMLDIR%%/Qt3D/Core/libquick3dcoreplugin.so.debug
%%QT_QMLDIR%%/Qt3D/Core/qmldir
%%QT_QMLDIR%%/Qt3D/Input/libquick3dinputplugin.so
%%DEBUG%%%%QT_QMLDIR%%/Qt3D/Input/libquick3dinputplugin.so.debug
%%QT_QMLDIR%%/Qt3D/Input/qmldir
%%QT_QMLDIR%%/Qt3D/Logic/libquick3dlogicplugin.so
%%DEBUG%%%%QT_QMLDIR%%/Qt3D/Logic/libquick3dlogicplugin.so.debug
%%QT_QMLDIR%%/Qt3D/Logic/qmldir
%%QT_QMLDIR%%/Qt3D/Render/defaults/qml/DiffuseMapMaterial.qml
%%QT_QMLDIR%%/Qt3D/Render/defaults/qml/DiffuseSpecularMapMaterial.qml
%%QT_QMLDIR%%/Qt3D/Render/defaults/qml/ForwardRenderer.qml
%%QT_QMLDIR%%/Qt3D/Render/defaults/qml/GoochMaterial.qml
%%QT_QMLDIR%%/Qt3D/Render/defaults/qml/NormalDiffuseMapAlphaMaterial.qml
%%QT_QMLDIR%%/Qt3D/Render/defaults/qml/NormalDiffuseMapMaterial.qml
%%QT_QMLDIR%%/Qt3D/Render/defaults/qml/NormalDiffuseSpecularMapMaterial.qml
%%QT_QMLDIR%%/Qt3D/Render/defaults/qml/PerVertexColorMaterial.qml
%%QT_QMLDIR%%/Qt3D/Render/defaults/qml/PhongAlphaMaterial.qml
%%QT_QMLDIR%%/Qt3D/Render/defaults/qml/PhongMaterial.qml
%%QT_QMLDIR%%/Qt3D/Render/defaults/qml/SkyboxEntity.qml
%%QT_QMLDIR%%/Qt3D/Render/defaults/qml/TextureMaterial.qml
%%QT_QMLDIR%%/Qt3D/Render/libquick3drenderplugin.so
%%DEBUG%%%%QT_QMLDIR%%/Qt3D/Render/libquick3drenderplugin.so.debug
%%QT_QMLDIR%%/Qt3D/Render/qmldir
%%QT_QMLDIR%%/QtQuick/Scene3D/libqtquickscene3dplugin.so
%%DEBUG%%%%QT_QMLDIR%%/QtQuick/Scene3D/libqtquickscene3dplugin.so.debug
%%QT_QMLDIR%%/QtQuick/Scene3D/qmldir
libdata/pkgconfig/Qt53DCore.pc
libdata/pkgconfig/Qt53DInput.pc
libdata/pkgconfig/Qt53DLogic.pc
libdata/pkgconfig/Qt53DQuick.pc
libdata/pkgconfig/Qt53DQuickInput.pc
libdata/pkgconfig/Qt53DQuickRender.pc
libdata/pkgconfig/Qt53DRender.pc
|