aboutsummaryrefslogtreecommitdiff
path: root/graphics/qt5-3d/pkg-plist
blob: ec2c0e8ec825b253f26c784ad30f39c5f89ec751 (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
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/abstractevaluateclipanimatorjob_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/additiveclipblend_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/animationclip_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/animationlogging_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/animationutils_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/backendnode_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/bezierevaluator_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/blendedclipanimator_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/buildblendtreesjob_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/channelmapper_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/channelmapping_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/clipanimator_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/clipblendnode_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/clipblendnodevisitor_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/clipblendvalue_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/clock_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/evaluateblendclipanimatorjob_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/evaluateclipanimatorjob_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/fcurve_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/findrunningclipanimatorsjob_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/functionrangefinder_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/gltfimporter_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/handle_types_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/handler_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/job_common_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/keyframe_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/lerpclipblend_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/loadanimationclipjob_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/managers_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/nodefunctor_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qabstractanimation_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qabstractanimationclip_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qabstractchannelmapping_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qabstractclipanimator_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qabstractclipblendnode_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qadditiveclipblend_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qanimationaspect_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qanimationcallbacktrigger_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qanimationclip_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qanimationcliploader_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qanimationcontroller_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qanimationgroup_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qblendedclipanimator_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qcallbackmapping_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qchannelmapper_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qchannelmapping_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qchannelmappingcreatedchange_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qchannelmappingcreatedchange_p_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qclipanimator_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qclipblendnodecreatedchange_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qclipblendvalue_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qclock_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qkeyframeanimation_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qlerpclipblend_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qmorphinganimation_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qmorphtarget_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qskeletonmapping_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qt3danimation_global_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qvertexblendanimation_p.h
%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/skeleton_p.h
%%QT_INCDIR%%/Qt3DAnimation/QAbstractAnimation
%%QT_INCDIR%%/Qt3DAnimation/QAbstractAnimationClip
%%QT_INCDIR%%/Qt3DAnimation/QAbstractChannelMapping
%%QT_INCDIR%%/Qt3DAnimation/QAbstractClipAnimator
%%QT_INCDIR%%/Qt3DAnimation/QAbstractClipBlendNode
%%QT_INCDIR%%/Qt3DAnimation/QAdditiveClipBlend
%%QT_INCDIR%%/Qt3DAnimation/QAnimationAspect
%%QT_INCDIR%%/Qt3DAnimation/QAnimationCallback
%%QT_INCDIR%%/Qt3DAnimation/QAnimationClip
%%QT_INCDIR%%/Qt3DAnimation/QAnimationClipData
%%QT_INCDIR%%/Qt3DAnimation/QAnimationClipLoader
%%QT_INCDIR%%/Qt3DAnimation/QAnimationController
%%QT_INCDIR%%/Qt3DAnimation/QAnimationGroup
%%QT_INCDIR%%/Qt3DAnimation/QBlendedClipAnimator
%%QT_INCDIR%%/Qt3DAnimation/QCallbackMapping
%%QT_INCDIR%%/Qt3DAnimation/QChannel
%%QT_INCDIR%%/Qt3DAnimation/QChannelComponent
%%QT_INCDIR%%/Qt3DAnimation/QChannelMapper
%%QT_INCDIR%%/Qt3DAnimation/QChannelMapping
%%QT_INCDIR%%/Qt3DAnimation/QClipAnimator
%%QT_INCDIR%%/Qt3DAnimation/QClipBlendNodeCreatedChange
%%QT_INCDIR%%/Qt3DAnimation/QClipBlendNodeCreatedChangeBase
%%QT_INCDIR%%/Qt3DAnimation/QClipBlendNodeCreatedChangeBasePtr
%%QT_INCDIR%%/Qt3DAnimation/QClipBlendValue
%%QT_INCDIR%%/Qt3DAnimation/QClock
%%QT_INCDIR%%/Qt3DAnimation/QKeyFrame
%%QT_INCDIR%%/Qt3DAnimation/QKeyframeAnimation
%%QT_INCDIR%%/Qt3DAnimation/QLerpClipBlend
%%QT_INCDIR%%/Qt3DAnimation/QMorphTarget
%%QT_INCDIR%%/Qt3DAnimation/QMorphingAnimation
%%QT_INCDIR%%/Qt3DAnimation/QSkeletonMapping
%%QT_INCDIR%%/Qt3DAnimation/QVertexBlendAnimation
%%QT_INCDIR%%/Qt3DAnimation/Qt3DAnimation
%%QT_INCDIR%%/Qt3DAnimation/Qt3DAnimationDepends
%%QT_INCDIR%%/Qt3DAnimation/Qt3DAnimationVersion
%%QT_INCDIR%%/Qt3DAnimation/qabstractanimation.h
%%QT_INCDIR%%/Qt3DAnimation/qabstractanimationclip.h
%%QT_INCDIR%%/Qt3DAnimation/qabstractchannelmapping.h
%%QT_INCDIR%%/Qt3DAnimation/qabstractclipanimator.h
%%QT_INCDIR%%/Qt3DAnimation/qabstractclipblendnode.h
%%QT_INCDIR%%/Qt3DAnimation/qadditiveclipblend.h
%%QT_INCDIR%%/Qt3DAnimation/qanimationaspect.h
%%QT_INCDIR%%/Qt3DAnimation/qanimationcallback.h
%%QT_INCDIR%%/Qt3DAnimation/qanimationclip.h
%%QT_INCDIR%%/Qt3DAnimation/qanimationclipdata.h
%%QT_INCDIR%%/Qt3DAnimation/qanimationcliploader.h
%%QT_INCDIR%%/Qt3DAnimation/qanimationcontroller.h
%%QT_INCDIR%%/Qt3DAnimation/qanimationgroup.h
%%QT_INCDIR%%/Qt3DAnimation/qblendedclipanimator.h
%%QT_INCDIR%%/Qt3DAnimation/qcallbackmapping.h
%%QT_INCDIR%%/Qt3DAnimation/qchannel.h
%%QT_INCDIR%%/Qt3DAnimation/qchannelcomponent.h
%%QT_INCDIR%%/Qt3DAnimation/qchannelmapper.h
%%QT_INCDIR%%/Qt3DAnimation/qchannelmapping.h
%%QT_INCDIR%%/Qt3DAnimation/qclipanimator.h
%%QT_INCDIR%%/Qt3DAnimation/qclipblendnodecreatedchange.h
%%QT_INCDIR%%/Qt3DAnimation/qclipblendvalue.h
%%QT_INCDIR%%/Qt3DAnimation/qclock.h
%%QT_INCDIR%%/Qt3DAnimation/qkeyframe.h
%%QT_INCDIR%%/Qt3DAnimation/qkeyframeanimation.h
%%QT_INCDIR%%/Qt3DAnimation/qlerpclipblend.h
%%QT_INCDIR%%/Qt3DAnimation/qmorphinganimation.h
%%QT_INCDIR%%/Qt3DAnimation/qmorphtarget.h
%%QT_INCDIR%%/Qt3DAnimation/qskeletonmapping.h
%%QT_INCDIR%%/Qt3DAnimation/qt3danimation_global.h
%%QT_INCDIR%%/Qt3DAnimation/qt3danimationversion.h
%%QT_INCDIR%%/Qt3DAnimation/qvertexblendanimation.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/aspectcommanddebugger_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/corelogging_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/matrix4x4_avx2_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/matrix4x4_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/matrix4x4_sse_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/qabstractnodefactory_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qabstractserviceprovider_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qabstractskeleton_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qarmature_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/qbackendnode_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qboundedcircularbuffer_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/qcomponentaddedchange_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qcomponentremovedchange_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qdestructionidandtypecollector_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qdownloadhelperservice_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qdownloadhelperservice_p_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qdownloadnetworkworker_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qdynamicpropertyupdatedchange_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/qjoint_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qloadgltf_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/qnodecommand_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qnodecreatedchange_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qnodecreatedchangegenerator_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qnodedestroyedchange_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/qpostman_p_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qpropertynodeaddedchange_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qpropertynoderemovedchange_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qpropertyupdatedchange_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qpropertyupdatedchangebase_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qpropertyvalueaddedchange_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qpropertyvalueaddedchangebase_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qpropertyvalueremovedchange_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qpropertyvalueremovedchangebase_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/qscheduler_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qservicelocator_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qskeleton_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qskeletoncreatedchange_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qskeletoncreatedchange_p_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qskeletonloader_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qstaticpropertyupdatedchangebase_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qstaticpropertyvalueaddedchangebase_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qstaticpropertyvalueremovedchangebase_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-config_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/qtypedpropertyupdatechange_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/sqt_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/task_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/vector3d_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/vector3d_sse_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/vector4d_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/vector4d_sse_p.h
%%QT_INCDIR%%/Qt3DCore/QAbstractAspect
%%QT_INCDIR%%/Qt3DCore/QAbstractSkeleton
%%QT_INCDIR%%/Qt3DCore/QArmature
%%QT_INCDIR%%/Qt3DCore/QAspectEngine
%%QT_INCDIR%%/Qt3DCore/QAspectJob
%%QT_INCDIR%%/Qt3DCore/QAspectJobPtr
%%QT_INCDIR%%/Qt3DCore/QBackendNode
%%QT_INCDIR%%/Qt3DCore/QBackendNodeMapper
%%QT_INCDIR%%/Qt3DCore/QBackendNodeMapperPtr
%%QT_INCDIR%%/Qt3DCore/QComponent
%%QT_INCDIR%%/Qt3DCore/QComponentAddedChange
%%QT_INCDIR%%/Qt3DCore/QComponentRemovedChange
%%QT_INCDIR%%/Qt3DCore/QComponentVector
%%QT_INCDIR%%/Qt3DCore/QDynamicPropertyUpdatedChange
%%QT_INCDIR%%/Qt3DCore/QEntity
%%QT_INCDIR%%/Qt3DCore/QEntityPtr
%%QT_INCDIR%%/Qt3DCore/QJoint
%%QT_INCDIR%%/Qt3DCore/QNode
%%QT_INCDIR%%/Qt3DCore/QNodeCommand
%%QT_INCDIR%%/Qt3DCore/QNodeCommandPtr
%%QT_INCDIR%%/Qt3DCore/QNodeCreatedChange
%%QT_INCDIR%%/Qt3DCore/QNodeCreatedChangeBase
%%QT_INCDIR%%/Qt3DCore/QNodeCreatedChangeBasePtr
%%QT_INCDIR%%/Qt3DCore/QNodeDestroyedChange
%%QT_INCDIR%%/Qt3DCore/QNodeId
%%QT_INCDIR%%/Qt3DCore/QNodeIdTypePair
%%QT_INCDIR%%/Qt3DCore/QNodePtr
%%QT_INCDIR%%/Qt3DCore/QNodeVector
%%QT_INCDIR%%/Qt3DCore/QPropertyNodeAddedChange
%%QT_INCDIR%%/Qt3DCore/QPropertyNodeRemovedChange
%%QT_INCDIR%%/Qt3DCore/QPropertyUpdatedChange
%%QT_INCDIR%%/Qt3DCore/QPropertyUpdatedChangeBase
%%QT_INCDIR%%/Qt3DCore/QPropertyValueAddedChange
%%QT_INCDIR%%/Qt3DCore/QPropertyValueAddedChangeBase
%%QT_INCDIR%%/Qt3DCore/QPropertyValueRemovedChange
%%QT_INCDIR%%/Qt3DCore/QPropertyValueRemovedChangeBase
%%QT_INCDIR%%/Qt3DCore/QSceneChange
%%QT_INCDIR%%/Qt3DCore/QSceneChangePtr
%%QT_INCDIR%%/Qt3DCore/QSkeleton
%%QT_INCDIR%%/Qt3DCore/QSkeletonLoader
%%QT_INCDIR%%/Qt3DCore/QStaticPropertyUpdatedChangeBase
%%QT_INCDIR%%/Qt3DCore/QStaticPropertyValueAddedChangeBase
%%QT_INCDIR%%/Qt3DCore/QStaticPropertyValueRemovedChangeBase
%%QT_INCDIR%%/Qt3DCore/QTransform
%%QT_INCDIR%%/Qt3DCore/Qt3DCore
%%QT_INCDIR%%/Qt3DCore/Qt3DCoreDepends
%%QT_INCDIR%%/Qt3DCore/Qt3DCoreVersion
%%QT_INCDIR%%/Qt3DCore/qabstractaspect.h
%%QT_INCDIR%%/Qt3DCore/qabstractskeleton.h
%%QT_INCDIR%%/Qt3DCore/qarmature.h
%%QT_INCDIR%%/Qt3DCore/qaspectengine.h
%%QT_INCDIR%%/Qt3DCore/qaspectjob.h
%%QT_INCDIR%%/Qt3DCore/qbackendnode.h
%%QT_INCDIR%%/Qt3DCore/qcomponent.h
%%QT_INCDIR%%/Qt3DCore/qcomponentaddedchange.h
%%QT_INCDIR%%/Qt3DCore/qcomponentremovedchange.h
%%QT_INCDIR%%/Qt3DCore/qdynamicpropertyupdatedchange.h
%%QT_INCDIR%%/Qt3DCore/qentity.h
%%QT_INCDIR%%/Qt3DCore/qjoint.h
%%QT_INCDIR%%/Qt3DCore/qnode.h
%%QT_INCDIR%%/Qt3DCore/qnodecommand.h
%%QT_INCDIR%%/Qt3DCore/qnodecreatedchange.h
%%QT_INCDIR%%/Qt3DCore/qnodedestroyedchange.h
%%QT_INCDIR%%/Qt3DCore/qnodeid.h
%%QT_INCDIR%%/Qt3DCore/qpropertynodeaddedchange.h
%%QT_INCDIR%%/Qt3DCore/qpropertynoderemovedchange.h
%%QT_INCDIR%%/Qt3DCore/qpropertyupdatedchange.h
%%QT_INCDIR%%/Qt3DCore/qpropertyupdatedchangebase.h
%%QT_INCDIR%%/Qt3DCore/qpropertyvalueaddedchange.h
%%QT_INCDIR%%/Qt3DCore/qpropertyvalueaddedchangebase.h
%%QT_INCDIR%%/Qt3DCore/qpropertyvalueremovedchange.h
%%QT_INCDIR%%/Qt3DCore/qpropertyvalueremovedchangebase.h
%%QT_INCDIR%%/Qt3DCore/qscenechange.h
%%QT_INCDIR%%/Qt3DCore/qskeleton.h
%%QT_INCDIR%%/Qt3DCore/qskeletonloader.h
%%QT_INCDIR%%/Qt3DCore/qstaticpropertyupdatedchangebase.h
%%QT_INCDIR%%/Qt3DCore/qstaticpropertyvalueaddedchangebase.h
%%QT_INCDIR%%/Qt3DCore/qstaticpropertyvalueremovedchangebase.h
%%QT_INCDIR%%/Qt3DCore/qt3dcore-config.h
%%QT_INCDIR%%/Qt3DCore/qt3dcore_global.h
%%QT_INCDIR%%/Qt3DCore/qt3dcoreversion.h
%%QT_INCDIR%%/Qt3DCore/qtransform.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/areaallocator_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/distancefieldtextrenderer_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/distancefieldtextrenderer_p_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qabstractcameracontroller_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qabstractspritesheet_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qconegeometry_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qcuboidgeometry_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qcylindergeometry_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qdiffusemapmaterial_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qdiffusespecularmapmaterial_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qdiffusespecularmaterial_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qdistancefieldglyphcache_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qextrudedtextgeometry_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qforwardrenderer_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qgoochmaterial_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qmetalroughmaterial_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qmorphphongmaterial_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qnormaldiffusemapalphamaterial_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qnormaldiffusemapmaterial_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qnormaldiffusespecularmapmaterial_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qorbitcameracontroller_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qpervertexcolormaterial_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qphongalphamaterial_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qphongmaterial_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qplanegeometry_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qskyboxentity_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qspheregeometry_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qspritegrid_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qspritesheet_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qspritesheetitem_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qt3dwindow_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qtext2dentity_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qtext2dmaterial_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qtext2dmaterial_p_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qtextureatlas_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qtextureatlas_p_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qtexturematerial_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qtorusgeometry_p.h
%%QT_INCDIR%%/Qt3DExtras/QAbstractCameraController
%%QT_INCDIR%%/Qt3DExtras/QAbstractSpriteSheet
%%QT_INCDIR%%/Qt3DExtras/QConeGeometry
%%QT_INCDIR%%/Qt3DExtras/QConeMesh
%%QT_INCDIR%%/Qt3DExtras/QCuboidGeometry
%%QT_INCDIR%%/Qt3DExtras/QCuboidMesh
%%QT_INCDIR%%/Qt3DExtras/QCylinderGeometry
%%QT_INCDIR%%/Qt3DExtras/QCylinderMesh
%%QT_INCDIR%%/Qt3DExtras/QDiffuseMapMaterial
%%QT_INCDIR%%/Qt3DExtras/QDiffuseSpecularMapMaterial
%%QT_INCDIR%%/Qt3DExtras/QDiffuseSpecularMaterial
%%QT_INCDIR%%/Qt3DExtras/QExtrudedTextGeometry
%%QT_INCDIR%%/Qt3DExtras/QExtrudedTextMesh
%%QT_INCDIR%%/Qt3DExtras/QFirstPersonCameraController
%%QT_INCDIR%%/Qt3DExtras/QForwardRenderer
%%QT_INCDIR%%/Qt3DExtras/QGoochMaterial
%%QT_INCDIR%%/Qt3DExtras/QMetalRoughMaterial
%%QT_INCDIR%%/Qt3DExtras/QMorphPhongMaterial
%%QT_INCDIR%%/Qt3DExtras/QNormalDiffuseMapAlphaMaterial
%%QT_INCDIR%%/Qt3DExtras/QNormalDiffuseMapMaterial
%%QT_INCDIR%%/Qt3DExtras/QNormalDiffuseSpecularMapMaterial
%%QT_INCDIR%%/Qt3DExtras/QOrbitCameraController
%%QT_INCDIR%%/Qt3DExtras/QPerVertexColorMaterial
%%QT_INCDIR%%/Qt3DExtras/QPhongAlphaMaterial
%%QT_INCDIR%%/Qt3DExtras/QPhongMaterial
%%QT_INCDIR%%/Qt3DExtras/QPlaneGeometry
%%QT_INCDIR%%/Qt3DExtras/QPlaneMesh
%%QT_INCDIR%%/Qt3DExtras/QSkyboxEntity
%%QT_INCDIR%%/Qt3DExtras/QSphereGeometry
%%QT_INCDIR%%/Qt3DExtras/QSphereMesh
%%QT_INCDIR%%/Qt3DExtras/QSpriteGrid
%%QT_INCDIR%%/Qt3DExtras/QSpriteSheet
%%QT_INCDIR%%/Qt3DExtras/QSpriteSheetItem
%%QT_INCDIR%%/Qt3DExtras/QText2DEntity
%%QT_INCDIR%%/Qt3DExtras/QTextureMaterial
%%QT_INCDIR%%/Qt3DExtras/QTexturedMetalRoughMaterial
%%QT_INCDIR%%/Qt3DExtras/QTorusGeometry
%%QT_INCDIR%%/Qt3DExtras/QTorusMesh
%%QT_INCDIR%%/Qt3DExtras/Qt3DExtras
%%QT_INCDIR%%/Qt3DExtras/Qt3DExtrasDepends
%%QT_INCDIR%%/Qt3DExtras/Qt3DExtrasVersion
%%QT_INCDIR%%/Qt3DExtras/Qt3DWindow
%%QT_INCDIR%%/Qt3DExtras/qabstractcameracontroller.h
%%QT_INCDIR%%/Qt3DExtras/qabstractspritesheet.h
%%QT_INCDIR%%/Qt3DExtras/qconegeometry.h
%%QT_INCDIR%%/Qt3DExtras/qconemesh.h
%%QT_INCDIR%%/Qt3DExtras/qcuboidgeometry.h
%%QT_INCDIR%%/Qt3DExtras/qcuboidmesh.h
%%QT_INCDIR%%/Qt3DExtras/qcylindergeometry.h
%%QT_INCDIR%%/Qt3DExtras/qcylindermesh.h
%%QT_INCDIR%%/Qt3DExtras/qdiffusemapmaterial.h
%%QT_INCDIR%%/Qt3DExtras/qdiffusespecularmapmaterial.h
%%QT_INCDIR%%/Qt3DExtras/qdiffusespecularmaterial.h
%%QT_INCDIR%%/Qt3DExtras/qextrudedtextgeometry.h
%%QT_INCDIR%%/Qt3DExtras/qextrudedtextmesh.h
%%QT_INCDIR%%/Qt3DExtras/qfirstpersoncameracontroller.h
%%QT_INCDIR%%/Qt3DExtras/qforwardrenderer.h
%%QT_INCDIR%%/Qt3DExtras/qgoochmaterial.h
%%QT_INCDIR%%/Qt3DExtras/qmetalroughmaterial.h
%%QT_INCDIR%%/Qt3DExtras/qmorphphongmaterial.h
%%QT_INCDIR%%/Qt3DExtras/qnormaldiffusemapalphamaterial.h
%%QT_INCDIR%%/Qt3DExtras/qnormaldiffusemapmaterial.h
%%QT_INCDIR%%/Qt3DExtras/qnormaldiffusespecularmapmaterial.h
%%QT_INCDIR%%/Qt3DExtras/qorbitcameracontroller.h
%%QT_INCDIR%%/Qt3DExtras/qpervertexcolormaterial.h
%%QT_INCDIR%%/Qt3DExtras/qphongalphamaterial.h
%%QT_INCDIR%%/Qt3DExtras/qphongmaterial.h
%%QT_INCDIR%%/Qt3DExtras/qplanegeometry.h
%%QT_INCDIR%%/Qt3DExtras/qplanemesh.h
%%QT_INCDIR%%/Qt3DExtras/qskyboxentity.h
%%QT_INCDIR%%/Qt3DExtras/qspheregeometry.h
%%QT_INCDIR%%/Qt3DExtras/qspheremesh.h
%%QT_INCDIR%%/Qt3DExtras/qspritegrid.h
%%QT_INCDIR%%/Qt3DExtras/qspritesheet.h
%%QT_INCDIR%%/Qt3DExtras/qspritesheetitem.h
%%QT_INCDIR%%/Qt3DExtras/qt3dextras_global.h
%%QT_INCDIR%%/Qt3DExtras/qt3dextrasversion.h
%%QT_INCDIR%%/Qt3DExtras/qt3dwindow.h
%%QT_INCDIR%%/Qt3DExtras/qtext2dentity.h
%%QT_INCDIR%%/Qt3DExtras/qtexturedmetalroughmaterial.h
%%QT_INCDIR%%/Qt3DExtras/qtexturematerial.h
%%QT_INCDIR%%/Qt3DExtras/qtorusgeometry.h
%%QT_INCDIR%%/Qt3DExtras/qtorusmesh.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/abstractactioninput_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/abstractaxisinput_p.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/analogaxisinput_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/axisaccumulator_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/axisaccumulatorjob_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/axissetting_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/backendnode_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/buttonaxisinput_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/eventsourcesetterhelper_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/genericdevicebackendnode_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/inputchord_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/inputsequence_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/inputsettings_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/job_common_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/keyboarddevice_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/keyboardeventfilter_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/keyboardhandler_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/keyboardmousegenericdeviceintegration_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/keyeventdispatcherjob_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/loadproxydevicejob_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/logicaldevice_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/mousedevice_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/mousehandler_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/movingaverage_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/physicaldeviceproxy_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qabstractactioninput_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qabstractaxisinput_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/qabstractphysicaldevicebackendnode_p_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qabstractphysicaldeviceproxy_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qabstractphysicaldeviceproxy_p_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qaction_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qactioninput_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qanalogaxisinput_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qaxis_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qaxisaccumulator_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qaxissetting_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qbuttonaxisinput_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qgamepadinput_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qgenericinputdevice_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qinputaspect_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qinputchord_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qinputdeviceintegration_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qinputdeviceintegration_p_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qinputdeviceintegrationfactory_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qinputdeviceplugin_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qinputsequence_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qinputsettings_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qkeyboarddevice_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qkeyboardhandler_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qlogicaldevice_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qmousedevice_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qmousehandler_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qphysicaldevicecreatedchange_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/utils_p.h
%%QT_INCDIR%%/Qt3DInput/QAbstractActionInput
%%QT_INCDIR%%/Qt3DInput/QAbstractAxisInput
%%QT_INCDIR%%/Qt3DInput/QAbstractPhysicalDevice
%%QT_INCDIR%%/Qt3DInput/QAction
%%QT_INCDIR%%/Qt3DInput/QActionInput
%%QT_INCDIR%%/Qt3DInput/QAnalogAxisInput
%%QT_INCDIR%%/Qt3DInput/QAxis
%%QT_INCDIR%%/Qt3DInput/QAxisAccumulator
%%QT_INCDIR%%/Qt3DInput/QAxisSetting
%%QT_INCDIR%%/Qt3DInput/QButtonAxisInput
%%QT_INCDIR%%/Qt3DInput/QInputAspect
%%QT_INCDIR%%/Qt3DInput/QInputChord
%%QT_INCDIR%%/Qt3DInput/QInputSequence
%%QT_INCDIR%%/Qt3DInput/QInputSettings
%%QT_INCDIR%%/Qt3DInput/QKeyEvent
%%QT_INCDIR%%/Qt3DInput/QKeyEventPtr
%%QT_INCDIR%%/Qt3DInput/QKeyboardDevice
%%QT_INCDIR%%/Qt3DInput/QKeyboardHandler
%%QT_INCDIR%%/Qt3DInput/QLogicalDevice
%%QT_INCDIR%%/Qt3DInput/QMouseDevice
%%QT_INCDIR%%/Qt3DInput/QMouseEvent
%%QT_INCDIR%%/Qt3DInput/QMouseEventPtr
%%QT_INCDIR%%/Qt3DInput/QMouseHandler
%%QT_INCDIR%%/Qt3DInput/QPhysicalDeviceCreatedChange
%%QT_INCDIR%%/Qt3DInput/QPhysicalDeviceCreatedChangeBase
%%QT_INCDIR%%/Qt3DInput/QPhysicalDeviceCreatedChangeBasePtr
%%QT_INCDIR%%/Qt3DInput/QWheelEvent
%%QT_INCDIR%%/Qt3DInput/QWheelEventPtr
%%QT_INCDIR%%/Qt3DInput/Qt3DInput
%%QT_INCDIR%%/Qt3DInput/Qt3DInputDepends
%%QT_INCDIR%%/Qt3DInput/Qt3DInputVersion
%%QT_INCDIR%%/Qt3DInput/qabstractactioninput.h
%%QT_INCDIR%%/Qt3DInput/qabstractaxisinput.h
%%QT_INCDIR%%/Qt3DInput/qabstractphysicaldevice.h
%%QT_INCDIR%%/Qt3DInput/qaction.h
%%QT_INCDIR%%/Qt3DInput/qactioninput.h
%%QT_INCDIR%%/Qt3DInput/qanalogaxisinput.h
%%QT_INCDIR%%/Qt3DInput/qaxis.h
%%QT_INCDIR%%/Qt3DInput/qaxisaccumulator.h
%%QT_INCDIR%%/Qt3DInput/qaxissetting.h
%%QT_INCDIR%%/Qt3DInput/qbuttonaxisinput.h
%%QT_INCDIR%%/Qt3DInput/qinputaspect.h
%%QT_INCDIR%%/Qt3DInput/qinputchord.h
%%QT_INCDIR%%/Qt3DInput/qinputsequence.h
%%QT_INCDIR%%/Qt3DInput/qinputsettings.h
%%QT_INCDIR%%/Qt3DInput/qkeyboarddevice.h
%%QT_INCDIR%%/Qt3DInput/qkeyboardhandler.h
%%QT_INCDIR%%/Qt3DInput/qkeyevent.h
%%QT_INCDIR%%/Qt3DInput/qlogicaldevice.h
%%QT_INCDIR%%/Qt3DInput/qmousedevice.h
%%QT_INCDIR%%/Qt3DInput/qmouseevent.h
%%QT_INCDIR%%/Qt3DInput/qmousehandler.h
%%QT_INCDIR%%/Qt3DInput/qphysicaldevicecreatedchange.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/job_common_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/qframeaction_p.h
%%QT_INCDIR%%/Qt3DLogic/%%FULLVER%%/Qt3DLogic/private/qlogicaspect_p.h
%%QT_INCDIR%%/Qt3DLogic/QFrameAction
%%QT_INCDIR%%/Qt3DLogic/QLogicAspect
%%QT_INCDIR%%/Qt3DLogic/Qt3DLogic
%%QT_INCDIR%%/Qt3DLogic/Qt3DLogicDepends
%%QT_INCDIR%%/Qt3DLogic/Qt3DLogicVersion
%%QT_INCDIR%%/Qt3DLogic/qframeaction.h
%%QT_INCDIR%%/Qt3DLogic/qlogicaspect.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/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/quick3djoint_p.h
%%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/quick3dnode_p.h
%%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/quick3dnodeinstantiator_p.h
%%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/quick3dnodev9_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%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/qt3dquickanimation_global_p.h
%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/qt3dquickanimationnodefactory_p.h
%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/quick3danimationcontroller_p.h
%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/quick3danimationgroup_p.h
%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/quick3dchannelmapper_p.h
%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/quick3dkeyframeanimation_p.h
%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/quick3dmorphinganimation_p.h
%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/quick3dmorphtarget_p.h
%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/quick3dvertexblendanimation_p.h
%%QT_INCDIR%%/Qt3DQuickAnimation/Qt3DQuickAnimation
%%QT_INCDIR%%/Qt3DQuickAnimation/Qt3DQuickAnimationDepends
%%QT_INCDIR%%/Qt3DQuickAnimation/Qt3DQuickAnimationVersion
%%QT_INCDIR%%/Qt3DQuickAnimation/qt3dquickanimation_global.h
%%QT_INCDIR%%/Qt3DQuickAnimation/qt3dquickanimationversion.h
%%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/qt3dquickextras_global_p.h
%%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/qt3dquickextrasnodefactory_p.h
%%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/qt3dquickwindow_p.h
%%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/qt3dquickwindowlogging_p.h
%%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/quick3dlevelofdetailloader_p.h
%%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/quick3dlevelofdetailloader_p_p.h
%%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/quick3dspritesheet_p.h
%%QT_INCDIR%%/Qt3DQuickExtras/Qt3DQuickExtras
%%QT_INCDIR%%/Qt3DQuickExtras/Qt3DQuickExtrasDepends
%%QT_INCDIR%%/Qt3DQuickExtras/Qt3DQuickExtrasVersion
%%QT_INCDIR%%/Qt3DQuickExtras/Qt3DQuickWindow
%%QT_INCDIR%%/Qt3DQuickExtras/qt3dquickextras_global.h
%%QT_INCDIR%%/Qt3DQuickExtras/qt3dquickextrasversion.h
%%QT_INCDIR%%/Qt3DQuickExtras/qt3dquickwindow.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/quick3dinputchord_p.h
%%QT_INCDIR%%/Qt3DQuickInput/%%FULLVER%%/Qt3DQuickInput/private/quick3dinputsequence_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/quick3dlayerfilter_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3dmaterial_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3dmemorybarrier_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/quick3draycaster_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3draycaster_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/quick3drendertargetoutput_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/quick3dscreenraycaster_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3dscreenraycaster_p_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/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%%/Qt3DQuickScene2D/%%FULLVER%%/Qt3DQuickScene2D/private/qscene2d_p.h
%%QT_INCDIR%%/Qt3DQuickScene2D/%%FULLVER%%/Qt3DQuickScene2D/private/qt3dquick3dscene2d_p.h
%%QT_INCDIR%%/Qt3DQuickScene2D/%%FULLVER%%/Qt3DQuickScene2D/private/qt3dquickscene2d_global_p.h
%%QT_INCDIR%%/Qt3DQuickScene2D/%%FULLVER%%/Qt3DQuickScene2D/private/qt3dquickscene2d_logging_p.h
%%QT_INCDIR%%/Qt3DQuickScene2D/%%FULLVER%%/Qt3DQuickScene2D/private/qt3dquickscene2dnodefactory_p.h
%%QT_INCDIR%%/Qt3DQuickScene2D/%%FULLVER%%/Qt3DQuickScene2D/private/scene2d_p.h
%%QT_INCDIR%%/Qt3DQuickScene2D/%%FULLVER%%/Qt3DQuickScene2D/private/scene2devent_p.h
%%QT_INCDIR%%/Qt3DQuickScene2D/%%FULLVER%%/Qt3DQuickScene2D/private/scene2dmanager_p.h
%%QT_INCDIR%%/Qt3DQuickScene2D/%%FULLVER%%/Qt3DQuickScene2D/private/scene2dsharedobject_p.h
%%QT_INCDIR%%/Qt3DQuickScene2D/QScene2D
%%QT_INCDIR%%/Qt3DQuickScene2D/Qt3DQuickScene2D
%%QT_INCDIR%%/Qt3DQuickScene2D/Qt3DQuickScene2DDepends
%%QT_INCDIR%%/Qt3DQuickScene2D/Qt3DQuickScene2DVersion
%%QT_INCDIR%%/Qt3DQuickScene2D/qscene2d.h
%%QT_INCDIR%%/Qt3DQuickScene2D/qt3dquickscene2d_global.h
%%QT_INCDIR%%/Qt3DQuickScene2D/qt3dquickscene2dversion.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/abstractpickingjob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/abstractrenderer_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/aligned_malloc_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/apishadermanager_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/armature_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/backendnode_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/blitframebuffer_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/boundingsphere_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/buffercapture_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/buffermanager_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/bufferutils_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/buffervisitor_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/clearbuffers_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/computecommand_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/computefilteredboundingvolumejob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/debugoverlay_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/entity_p_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/entityaccumulator_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/entityvisitor_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/environmentlight_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/expandboundingvolumejob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/filterentitybycomponentjob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/filterkey_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/filterlayerentityjob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/filterproximitydistancejob_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/framegraphvisitor_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/frustumculling_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/frustumcullingjob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/genericlambdajob_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/gltfskeletonloader_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/handle_types_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/job_common_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/joint_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/levelofdetail_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/light_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/lightgatherer_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/lightsource_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/loadskeletonjob_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/memorybarrier_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/nopicking_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/objectpicker_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/offscreensurfacehelper_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/parameter_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/pickboundingvolumeutils_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/pointsvisitor_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/proximityfilter_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qabstractcollisionqueryservice_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qabstractlight_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qabstractraycaster_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qabstracttexture_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qabstracttextureimage_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qalphatest_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/qblendequation_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qblendequationarguments_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qblitframebuffer_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/qbuffercapture_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qcamera_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qcameralens_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qcameraselector_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qclearbuffers_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qclipplane_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qcollisionqueryresult_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qcolormask_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qcomputecommand_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qcullface_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qdebugoverlay_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qdepthrange_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qdepthtest_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qdirectionallight_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qdispatchcompute_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qeffect_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qenvironmentlight_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qfilterkey_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qframegraphnode_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qframegraphnodecreatedchange_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qfrontface_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qgeometry_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qgeometryloaderfactory_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qgeometryloaderinterface_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qgeometryrenderer_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qgraphicsapifilter_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/qlevelofdetail_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qlevelofdetailswitch_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qlinewidth_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qmaterial_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qmemorybarrier_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qmesh_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qobjectpicker_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qpaintedtextureimage_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qparameter_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qpickevent_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qpickingsettings_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qpicktriangleevent_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qpointlight_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qpointsize_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qpolygonoffset_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qproximityfilter_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrastermode_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qray3d_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/qrendercapabilities_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrendercapture_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrendererplugin_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrendererpluginfactory_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/qrenderplugin_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrenderpluginfactory_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrenderpluginfactoryif_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrendersettings_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrenderstate_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrenderstatecreatedchange_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrenderstateset_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrendersurfaceselector_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrendertarget_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrendertargetoutput_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrendertargetselector_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsceneexporter_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsceneexportfactory_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsceneexportplugin_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsceneimporter_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsceneimportfactory_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsceneimportplugin_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsceneloader_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qscissortest_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsetfence_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qshaderdata_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qshaderformat_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qshadergenerator_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qshadergraph_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qshadergraphloader_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qshaderimage_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qshaderlanguage_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qshadernode_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qshadernodeport_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qshadernodesloader_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qshaderprogram_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qshaderprogrambuilder_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsortpolicy_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qspotlight_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qstencilmask_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qstenciloperation_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qstenciloperationarguments_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qstenciltest_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qstenciltestarguments_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsubtreeenabler_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qt3drender-config_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/qtexture_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qtexturedataupdate_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qtextureimage_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qtextureimagedata_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/qwaitfence_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/raycaster_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/raycastingjob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/rendercapture_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/rendersettings_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderstatenode_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/rendersurfaceselector_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/rendertarget_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/rendertargetoutput_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/resourceaccessor_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/segmentsvisitor_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/sendbuffercapturejob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/setfence_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/shader_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/shaderbuilder_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/shadercache_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/shaderdata_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/shaderimage_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/skeleton_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/skeletondata_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/sortpolicy_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/sphere_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/statemask_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/statesetnode_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/statevariant_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/stringtoint_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/subtreeenabler_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/techniquemanager_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/trianglesvisitor_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/uniform_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updateentitylayersjob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updatelevelofdetailjob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updatemeshtrianglelistjob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updateshaderdatatransformjob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updateskinningpalettejob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updatetreeenabledjob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updateworldboundingvolumejob_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/visitorutils_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/vsyncframeadvanceservice_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/vulkaninstance_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/waitfence_p.h
%%QT_INCDIR%%/Qt3DRender/FunctorType
%%QT_INCDIR%%/Qt3DRender/ParameterList
%%QT_INCDIR%%/Qt3DRender/PropertyReaderInterface
%%QT_INCDIR%%/Qt3DRender/PropertyReaderInterfacePtr
%%QT_INCDIR%%/Qt3DRender/QAbstractFunctor
%%QT_INCDIR%%/Qt3DRender/QAbstractLight
%%QT_INCDIR%%/Qt3DRender/QAbstractRayCaster
%%QT_INCDIR%%/Qt3DRender/QAbstractTexture
%%QT_INCDIR%%/Qt3DRender/QAbstractTextureImage
%%QT_INCDIR%%/Qt3DRender/QAlphaCoverage
%%QT_INCDIR%%/Qt3DRender/QAlphaTest
%%QT_INCDIR%%/Qt3DRender/QAttribute
%%QT_INCDIR%%/Qt3DRender/QBlendEquation
%%QT_INCDIR%%/Qt3DRender/QBlendEquationArguments
%%QT_INCDIR%%/Qt3DRender/QBlitFramebuffer
%%QT_INCDIR%%/Qt3DRender/QBuffer
%%QT_INCDIR%%/Qt3DRender/QBufferCapture
%%QT_INCDIR%%/Qt3DRender/QBufferDataGenerator
%%QT_INCDIR%%/Qt3DRender/QBufferDataGeneratorPtr
%%QT_INCDIR%%/Qt3DRender/QBufferPtr
%%QT_INCDIR%%/Qt3DRender/QCamera
%%QT_INCDIR%%/Qt3DRender/QCameraLens
%%QT_INCDIR%%/Qt3DRender/QCameraSelector
%%QT_INCDIR%%/Qt3DRender/QClearBuffers
%%QT_INCDIR%%/Qt3DRender/QClipPlane
%%QT_INCDIR%%/Qt3DRender/QColorMask
%%QT_INCDIR%%/Qt3DRender/QComputeCommand
%%QT_INCDIR%%/Qt3DRender/QCullFace
%%QT_INCDIR%%/Qt3DRender/QDebugOverlay
%%QT_INCDIR%%/Qt3DRender/QDepthRange
%%QT_INCDIR%%/Qt3DRender/QDepthTest
%%QT_INCDIR%%/Qt3DRender/QDirectionalLight
%%QT_INCDIR%%/Qt3DRender/QDispatchCompute
%%QT_INCDIR%%/Qt3DRender/QDithering
%%QT_INCDIR%%/Qt3DRender/QEffect
%%QT_INCDIR%%/Qt3DRender/QEnvironmentLight
%%QT_INCDIR%%/Qt3DRender/QFilterKey
%%QT_INCDIR%%/Qt3DRender/QFrameGraphNode
%%QT_INCDIR%%/Qt3DRender/QFrameGraphNodeCreatedChange
%%QT_INCDIR%%/Qt3DRender/QFrameGraphNodeCreatedChangeBase
%%QT_INCDIR%%/Qt3DRender/QFrameGraphNodeCreatedChangeBasePtr
%%QT_INCDIR%%/Qt3DRender/QFrontFace
%%QT_INCDIR%%/Qt3DRender/QFrustumCulling
%%QT_INCDIR%%/Qt3DRender/QGeometry
%%QT_INCDIR%%/Qt3DRender/QGeometryFactory
%%QT_INCDIR%%/Qt3DRender/QGeometryFactoryPtr
%%QT_INCDIR%%/Qt3DRender/QGeometryRenderer
%%QT_INCDIR%%/Qt3DRender/QGraphicsApiFilter
%%QT_INCDIR%%/Qt3DRender/QLayer
%%QT_INCDIR%%/Qt3DRender/QLayerFilter
%%QT_INCDIR%%/Qt3DRender/QLevelOfDetail
%%QT_INCDIR%%/Qt3DRender/QLevelOfDetailBoundingSphere
%%QT_INCDIR%%/Qt3DRender/QLevelOfDetailSwitch
%%QT_INCDIR%%/Qt3DRender/QLineWidth
%%QT_INCDIR%%/Qt3DRender/QMaterial
%%QT_INCDIR%%/Qt3DRender/QMemoryBarrier
%%QT_INCDIR%%/Qt3DRender/QMesh
%%QT_INCDIR%%/Qt3DRender/QMultiSampleAntiAliasing
%%QT_INCDIR%%/Qt3DRender/QNoDepthMask
%%QT_INCDIR%%/Qt3DRender/QNoDraw
%%QT_INCDIR%%/Qt3DRender/QNoPicking
%%QT_INCDIR%%/Qt3DRender/QObjectPicker
%%QT_INCDIR%%/Qt3DRender/QPaintedTextureImage
%%QT_INCDIR%%/Qt3DRender/QParameter
%%QT_INCDIR%%/Qt3DRender/QPickEvent
%%QT_INCDIR%%/Qt3DRender/QPickEventPtr
%%QT_INCDIR%%/Qt3DRender/QPickLineEvent
%%QT_INCDIR%%/Qt3DRender/QPickLineEventPtr
%%QT_INCDIR%%/Qt3DRender/QPickPointEvent
%%QT_INCDIR%%/Qt3DRender/QPickPointEventPtr
%%QT_INCDIR%%/Qt3DRender/QPickTriangleEvent
%%QT_INCDIR%%/Qt3DRender/QPickTriangleEventPtr
%%QT_INCDIR%%/Qt3DRender/QPickingSettings
%%QT_INCDIR%%/Qt3DRender/QPointLight
%%QT_INCDIR%%/Qt3DRender/QPointSize
%%QT_INCDIR%%/Qt3DRender/QPolygonOffset
%%QT_INCDIR%%/Qt3DRender/QProximityFilter
%%QT_INCDIR%%/Qt3DRender/QRasterMode
%%QT_INCDIR%%/Qt3DRender/QRayCaster
%%QT_INCDIR%%/Qt3DRender/QRayCasterHit
%%QT_INCDIR%%/Qt3DRender/QRenderAspect
%%QT_INCDIR%%/Qt3DRender/QRenderCapabilities
%%QT_INCDIR%%/Qt3DRender/QRenderCapture
%%QT_INCDIR%%/Qt3DRender/QRenderCaptureReply
%%QT_INCDIR%%/Qt3DRender/QRenderPass
%%QT_INCDIR%%/Qt3DRender/QRenderPassFilter
%%QT_INCDIR%%/Qt3DRender/QRenderSettings
%%QT_INCDIR%%/Qt3DRender/QRenderState
%%QT_INCDIR%%/Qt3DRender/QRenderStateSet
%%QT_INCDIR%%/Qt3DRender/QRenderSurfaceSelector
%%QT_INCDIR%%/Qt3DRender/QRenderTarget
%%QT_INCDIR%%/Qt3DRender/QRenderTargetOutput
%%QT_INCDIR%%/Qt3DRender/QRenderTargetSelector
%%QT_INCDIR%%/Qt3DRender/QSceneLoader
%%QT_INCDIR%%/Qt3DRender/QScissorTest
%%QT_INCDIR%%/Qt3DRender/QScreenRayCaster
%%QT_INCDIR%%/Qt3DRender/QSeamlessCubemap
%%QT_INCDIR%%/Qt3DRender/QSetFence
%%QT_INCDIR%%/Qt3DRender/QShaderData
%%QT_INCDIR%%/Qt3DRender/QShaderImage
%%QT_INCDIR%%/Qt3DRender/QShaderProgram
%%QT_INCDIR%%/Qt3DRender/QShaderProgramBuilder
%%QT_INCDIR%%/Qt3DRender/QSortPolicy
%%QT_INCDIR%%/Qt3DRender/QSpotLight
%%QT_INCDIR%%/Qt3DRender/QStencilMask
%%QT_INCDIR%%/Qt3DRender/QStencilOperation
%%QT_INCDIR%%/Qt3DRender/QStencilOperationArguments
%%QT_INCDIR%%/Qt3DRender/QStencilTest
%%QT_INCDIR%%/Qt3DRender/QStencilTestArguments
%%QT_INCDIR%%/Qt3DRender/QSubtreeEnabler
%%QT_INCDIR%%/Qt3DRender/QTechnique
%%QT_INCDIR%%/Qt3DRender/QTechniqueFilter
%%QT_INCDIR%%/Qt3DRender/QTexture
%%QT_INCDIR%%/Qt3DRender/QTextureData
%%QT_INCDIR%%/Qt3DRender/QTextureDataPtr
%%QT_INCDIR%%/Qt3DRender/QTextureDataUpdate
%%QT_INCDIR%%/Qt3DRender/QTextureGenerator
%%QT_INCDIR%%/Qt3DRender/QTextureGeneratorPtr
%%QT_INCDIR%%/Qt3DRender/QTextureImage
%%QT_INCDIR%%/Qt3DRender/QTextureImageData
%%QT_INCDIR%%/Qt3DRender/QTextureImageDataGenerator
%%QT_INCDIR%%/Qt3DRender/QTextureImageDataGeneratorPtr
%%QT_INCDIR%%/Qt3DRender/QTextureImageDataPtr
%%QT_INCDIR%%/Qt3DRender/QTextureWrapMode
%%QT_INCDIR%%/Qt3DRender/QViewport
%%QT_INCDIR%%/Qt3DRender/QWaitFence
%%QT_INCDIR%%/Qt3DRender/Qt3DRender
%%QT_INCDIR%%/Qt3DRender/Qt3DRenderDepends
%%QT_INCDIR%%/Qt3DRender/Qt3DRenderVersion
%%QT_INCDIR%%/Qt3DRender/qabstractfunctor.h
%%QT_INCDIR%%/Qt3DRender/qabstractlight.h
%%QT_INCDIR%%/Qt3DRender/qabstractraycaster.h
%%QT_INCDIR%%/Qt3DRender/qabstracttexture.h
%%QT_INCDIR%%/Qt3DRender/qabstracttextureimage.h
%%QT_INCDIR%%/Qt3DRender/qalphacoverage.h
%%QT_INCDIR%%/Qt3DRender/qalphatest.h
%%QT_INCDIR%%/Qt3DRender/qattribute.h
%%QT_INCDIR%%/Qt3DRender/qblendequation.h
%%QT_INCDIR%%/Qt3DRender/qblendequationarguments.h
%%QT_INCDIR%%/Qt3DRender/qblitframebuffer.h
%%QT_INCDIR%%/Qt3DRender/qbuffer.h
%%QT_INCDIR%%/Qt3DRender/qbuffercapture.h
%%QT_INCDIR%%/Qt3DRender/qbufferdatagenerator.h
%%QT_INCDIR%%/Qt3DRender/qcamera.h
%%QT_INCDIR%%/Qt3DRender/qcameralens.h
%%QT_INCDIR%%/Qt3DRender/qcameraselector.h
%%QT_INCDIR%%/Qt3DRender/qclearbuffers.h
%%QT_INCDIR%%/Qt3DRender/qclipplane.h
%%QT_INCDIR%%/Qt3DRender/qcolormask.h
%%QT_INCDIR%%/Qt3DRender/qcomputecommand.h
%%QT_INCDIR%%/Qt3DRender/qcullface.h
%%QT_INCDIR%%/Qt3DRender/qdebugoverlay.h
%%QT_INCDIR%%/Qt3DRender/qdepthrange.h
%%QT_INCDIR%%/Qt3DRender/qdepthtest.h
%%QT_INCDIR%%/Qt3DRender/qdirectionallight.h
%%QT_INCDIR%%/Qt3DRender/qdispatchcompute.h
%%QT_INCDIR%%/Qt3DRender/qdithering.h
%%QT_INCDIR%%/Qt3DRender/qeffect.h
%%QT_INCDIR%%/Qt3DRender/qenvironmentlight.h
%%QT_INCDIR%%/Qt3DRender/qfilterkey.h
%%QT_INCDIR%%/Qt3DRender/qframegraphnode.h
%%QT_INCDIR%%/Qt3DRender/qframegraphnodecreatedchange.h
%%QT_INCDIR%%/Qt3DRender/qfrontface.h
%%QT_INCDIR%%/Qt3DRender/qfrustumculling.h
%%QT_INCDIR%%/Qt3DRender/qgeometry.h
%%QT_INCDIR%%/Qt3DRender/qgeometryfactory.h
%%QT_INCDIR%%/Qt3DRender/qgeometryrenderer.h
%%QT_INCDIR%%/Qt3DRender/qgraphicsapifilter.h
%%QT_INCDIR%%/Qt3DRender/qlayer.h
%%QT_INCDIR%%/Qt3DRender/qlayerfilter.h
%%QT_INCDIR%%/Qt3DRender/qlevelofdetail.h
%%QT_INCDIR%%/Qt3DRender/qlevelofdetailboundingsphere.h
%%QT_INCDIR%%/Qt3DRender/qlevelofdetailswitch.h
%%QT_INCDIR%%/Qt3DRender/qlinewidth.h
%%QT_INCDIR%%/Qt3DRender/qmaterial.h
%%QT_INCDIR%%/Qt3DRender/qmemorybarrier.h
%%QT_INCDIR%%/Qt3DRender/qmesh.h
%%QT_INCDIR%%/Qt3DRender/qmultisampleantialiasing.h
%%QT_INCDIR%%/Qt3DRender/qnodepthmask.h
%%QT_INCDIR%%/Qt3DRender/qnodraw.h
%%QT_INCDIR%%/Qt3DRender/qnopicking.h
%%QT_INCDIR%%/Qt3DRender/qobjectpicker.h
%%QT_INCDIR%%/Qt3DRender/qpaintedtextureimage.h
%%QT_INCDIR%%/Qt3DRender/qparameter.h
%%QT_INCDIR%%/Qt3DRender/qpickevent.h
%%QT_INCDIR%%/Qt3DRender/qpickingsettings.h
%%QT_INCDIR%%/Qt3DRender/qpicklineevent.h
%%QT_INCDIR%%/Qt3DRender/qpickpointevent.h
%%QT_INCDIR%%/Qt3DRender/qpicktriangleevent.h
%%QT_INCDIR%%/Qt3DRender/qpointlight.h
%%QT_INCDIR%%/Qt3DRender/qpointsize.h
%%QT_INCDIR%%/Qt3DRender/qpolygonoffset.h
%%QT_INCDIR%%/Qt3DRender/qproximityfilter.h
%%QT_INCDIR%%/Qt3DRender/qrastermode.h
%%QT_INCDIR%%/Qt3DRender/qraycaster.h
%%QT_INCDIR%%/Qt3DRender/qraycasterhit.h
%%QT_INCDIR%%/Qt3DRender/qrenderapi.h
%%QT_INCDIR%%/Qt3DRender/qrenderaspect.h
%%QT_INCDIR%%/Qt3DRender/qrendercapabilities.h
%%QT_INCDIR%%/Qt3DRender/qrendercapture.h
%%QT_INCDIR%%/Qt3DRender/qrenderpass.h
%%QT_INCDIR%%/Qt3DRender/qrenderpassfilter.h
%%QT_INCDIR%%/Qt3DRender/qrendersettings.h
%%QT_INCDIR%%/Qt3DRender/qrenderstate.h
%%QT_INCDIR%%/Qt3DRender/qrenderstateset.h
%%QT_INCDIR%%/Qt3DRender/qrendersurfaceselector.h
%%QT_INCDIR%%/Qt3DRender/qrendertarget.h
%%QT_INCDIR%%/Qt3DRender/qrendertargetoutput.h
%%QT_INCDIR%%/Qt3DRender/qrendertargetselector.h
%%QT_INCDIR%%/Qt3DRender/qsceneloader.h
%%QT_INCDIR%%/Qt3DRender/qscissortest.h
%%QT_INCDIR%%/Qt3DRender/qscreenraycaster.h
%%QT_INCDIR%%/Qt3DRender/qseamlesscubemap.h
%%QT_INCDIR%%/Qt3DRender/qsetfence.h
%%QT_INCDIR%%/Qt3DRender/qshaderdata.h
%%QT_INCDIR%%/Qt3DRender/qshaderimage.h
%%QT_INCDIR%%/Qt3DRender/qshaderprogram.h
%%QT_INCDIR%%/Qt3DRender/qshaderprogrambuilder.h
%%QT_INCDIR%%/Qt3DRender/qsortpolicy.h
%%QT_INCDIR%%/Qt3DRender/qspotlight.h
%%QT_INCDIR%%/Qt3DRender/qstencilmask.h
%%QT_INCDIR%%/Qt3DRender/qstenciloperation.h
%%QT_INCDIR%%/Qt3DRender/qstenciloperationarguments.h
%%QT_INCDIR%%/Qt3DRender/qstenciltest.h
%%QT_INCDIR%%/Qt3DRender/qstenciltestarguments.h
%%QT_INCDIR%%/Qt3DRender/qsubtreeenabler.h
%%QT_INCDIR%%/Qt3DRender/qt3drender-config.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/qtexturedataupdate.h
%%QT_INCDIR%%/Qt3DRender/qtexturegenerator.h
%%QT_INCDIR%%/Qt3DRender/qtextureimage.h
%%QT_INCDIR%%/Qt3DRender/qtextureimagedata.h
%%QT_INCDIR%%/Qt3DRender/qtextureimagedatagenerator.h
%%QT_INCDIR%%/Qt3DRender/qtexturewrapmode.h
%%QT_INCDIR%%/Qt3DRender/qviewport.h
%%QT_INCDIR%%/Qt3DRender/qwaitfence.h
%%QT_CMAKEDIR%%/Qt53DAnimation/Qt53DAnimationConfig.cmake
%%QT_CMAKEDIR%%/Qt53DAnimation/Qt53DAnimationConfigVersion.cmake
%%QT_CMAKEDIR%%/Qt53DCore/Qt53DCoreConfig.cmake
%%QT_CMAKEDIR%%/Qt53DCore/Qt53DCoreConfigVersion.cmake
%%QT_CMAKEDIR%%/Qt53DExtras/Qt53DExtrasConfig.cmake
%%QT_CMAKEDIR%%/Qt53DExtras/Qt53DExtrasConfigVersion.cmake
%%QT_CMAKEDIR%%/Qt53DInput/Qt53DInputConfig.cmake
%%QT_CMAKEDIR%%/Qt53DInput/Qt53DInputConfigVersion.cmake
%%QT_CMAKEDIR%%/Qt53DLogic/Qt53DLogicConfig.cmake
%%QT_CMAKEDIR%%/Qt53DLogic/Qt53DLogicConfigVersion.cmake
%%QT_CMAKEDIR%%/Qt53DQuick/Qt53DQuickConfig.cmake
%%QT_CMAKEDIR%%/Qt53DQuick/Qt53DQuickConfigVersion.cmake
%%QT_CMAKEDIR%%/Qt53DQuickAnimation/Qt53DQuickAnimationConfig.cmake
%%QT_CMAKEDIR%%/Qt53DQuickAnimation/Qt53DQuickAnimationConfigVersion.cmake
%%QT_CMAKEDIR%%/Qt53DQuickExtras/Qt53DQuickExtrasConfig.cmake
%%QT_CMAKEDIR%%/Qt53DQuickExtras/Qt53DQuickExtrasConfigVersion.cmake
%%QT_CMAKEDIR%%/Qt53DQuickInput/Qt53DQuickInputConfig.cmake
%%QT_CMAKEDIR%%/Qt53DQuickInput/Qt53DQuickInputConfigVersion.cmake
%%QT_CMAKEDIR%%/Qt53DQuickRender/Qt53DQuickRenderConfig.cmake
%%QT_CMAKEDIR%%/Qt53DQuickRender/Qt53DQuickRenderConfigVersion.cmake
%%QT_CMAKEDIR%%/Qt53DQuickScene2D/Qt53DQuickScene2DConfig.cmake
%%QT_CMAKEDIR%%/Qt53DQuickScene2D/Qt53DQuickScene2DConfigVersion.cmake
%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRenderConfig.cmake
%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRenderConfigVersion.cmake
%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_AssimpSceneImportPlugin.cmake
%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_DefaultGeometryLoaderPlugin.cmake
%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_GLTFGeometryLoaderPlugin.cmake
%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_GLTFSceneExportPlugin.cmake
%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_GLTFSceneImportPlugin.cmake
%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_OpenGLRendererPlugin.cmake
%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_Scene2DPlugin.cmake
%%QT_BINDIR%%/qgltf
%%DEBUG%%%%QT_BINDIR%%/qgltf.debug
%%QT_LIBDIR%%/libQt53DAnimation.prl
%%QT_LIBDIR%%/libQt53DAnimation.so
%%QT_LIBDIR%%/libQt53DAnimation.so.5
%%QT_LIBDIR%%/libQt53DAnimation.so.%%SHORTVER%%
%%QT_LIBDIR%%/libQt53DAnimation.so.%%FULLVER%%
%%DEBUG%%%%QT_LIBDIR%%/libQt53DAnimation.so.%%FULLVER%%.debug
%%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%%/libQt53DExtras.prl
%%QT_LIBDIR%%/libQt53DExtras.so
%%QT_LIBDIR%%/libQt53DExtras.so.5
%%QT_LIBDIR%%/libQt53DExtras.so.%%SHORTVER%%
%%QT_LIBDIR%%/libQt53DExtras.so.%%FULLVER%%
%%DEBUG%%%%QT_LIBDIR%%/libQt53DExtras.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%%/libQt53DQuickAnimation.prl
%%QT_LIBDIR%%/libQt53DQuickAnimation.so
%%QT_LIBDIR%%/libQt53DQuickAnimation.so.5
%%QT_LIBDIR%%/libQt53DQuickAnimation.so.%%SHORTVER%%
%%QT_LIBDIR%%/libQt53DQuickAnimation.so.%%FULLVER%%
%%DEBUG%%%%QT_LIBDIR%%/libQt53DQuickAnimation.so.%%FULLVER%%.debug
%%QT_LIBDIR%%/libQt53DQuickExtras.prl
%%QT_LIBDIR%%/libQt53DQuickExtras.so
%%QT_LIBDIR%%/libQt53DQuickExtras.so.5
%%QT_LIBDIR%%/libQt53DQuickExtras.so.%%SHORTVER%%
%%QT_LIBDIR%%/libQt53DQuickExtras.so.%%FULLVER%%
%%DEBUG%%%%QT_LIBDIR%%/libQt53DQuickExtras.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%%/libQt53DQuickScene2D.prl
%%QT_LIBDIR%%/libQt53DQuickScene2D.so
%%QT_LIBDIR%%/libQt53DQuickScene2D.so.5
%%QT_LIBDIR%%/libQt53DQuickScene2D.so.%%SHORTVER%%
%%QT_LIBDIR%%/libQt53DQuickScene2D.so.%%FULLVER%%
%%DEBUG%%%%QT_LIBDIR%%/libQt53DQuickScene2D.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_MKSPECDIR%%/modules/qt_lib_3danimation.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3danimation_private.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dcore.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dcore_private.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dextras.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dextras_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_3dquickanimation.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickanimation_private.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickextras.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickextras_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_3dquickscene2d.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickscene2d_private.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3drender.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3drender_private.pri
%%QT_PLUGINDIR%%/geometryloaders/libdefaultgeometryloader.so
%%DEBUG%%%%QT_PLUGINDIR%%/geometryloaders/libdefaultgeometryloader.so.debug
%%QT_PLUGINDIR%%/geometryloaders/libgltfgeometryloader.so
%%DEBUG%%%%QT_PLUGINDIR%%/geometryloaders/libgltfgeometryloader.so.debug
%%QT_PLUGINDIR%%/renderers/libopenglrenderer.so
%%DEBUG%%%%QT_PLUGINDIR%%/renderers/libopenglrenderer.so.debug
%%QT_PLUGINDIR%%/renderplugins/libscene2d.so
%%DEBUG%%%%QT_PLUGINDIR%%/renderplugins/libscene2d.so.debug
%%QT_PLUGINDIR%%/sceneparsers/libassimpsceneimport.so
%%DEBUG%%%%QT_PLUGINDIR%%/sceneparsers/libassimpsceneimport.so.debug
%%QT_PLUGINDIR%%/sceneparsers/libgltfsceneexport.so
%%DEBUG%%%%QT_PLUGINDIR%%/sceneparsers/libgltfsceneexport.so.debug
%%QT_PLUGINDIR%%/sceneparsers/libgltfsceneimport.so
%%DEBUG%%%%QT_PLUGINDIR%%/sceneparsers/libgltfsceneimport.so.debug
%%QT_QMLDIR%%/Qt3D/Animation/libquick3danimationplugin.so
%%DEBUG%%%%QT_QMLDIR%%/Qt3D/Animation/libquick3danimationplugin.so.debug
%%QT_QMLDIR%%/Qt3D/Animation/plugins.qmltypes
%%QT_QMLDIR%%/Qt3D/Animation/qmldir
%%QT_QMLDIR%%/Qt3D/Core/libquick3dcoreplugin.so
%%DEBUG%%%%QT_QMLDIR%%/Qt3D/Core/libquick3dcoreplugin.so.debug
%%QT_QMLDIR%%/Qt3D/Core/plugins.qmltypes
%%QT_QMLDIR%%/Qt3D/Core/qmldir
%%QT_QMLDIR%%/Qt3D/Extras/libquick3dextrasplugin.so
%%DEBUG%%%%QT_QMLDIR%%/Qt3D/Extras/libquick3dextrasplugin.so.debug
%%QT_QMLDIR%%/Qt3D/Extras/plugins.qmltypes
%%QT_QMLDIR%%/Qt3D/Extras/qmldir
%%QT_QMLDIR%%/Qt3D/Input/libquick3dinputplugin.so
%%DEBUG%%%%QT_QMLDIR%%/Qt3D/Input/libquick3dinputplugin.so.debug
%%QT_QMLDIR%%/Qt3D/Input/plugins.qmltypes
%%QT_QMLDIR%%/Qt3D/Input/qmldir
%%QT_QMLDIR%%/Qt3D/Logic/libquick3dlogicplugin.so
%%DEBUG%%%%QT_QMLDIR%%/Qt3D/Logic/libquick3dlogicplugin.so.debug
%%QT_QMLDIR%%/Qt3D/Logic/plugins.qmltypes
%%QT_QMLDIR%%/Qt3D/Logic/qmldir
%%QT_QMLDIR%%/Qt3D/Render/libquick3drenderplugin.so
%%DEBUG%%%%QT_QMLDIR%%/Qt3D/Render/libquick3drenderplugin.so.debug
%%QT_QMLDIR%%/Qt3D/Render/plugins.qmltypes
%%QT_QMLDIR%%/Qt3D/Render/qmldir
%%QT_QMLDIR%%/QtQuick/Scene2D/libqtquickscene2dplugin.so
%%DEBUG%%%%QT_QMLDIR%%/QtQuick/Scene2D/libqtquickscene2dplugin.so.debug
%%QT_QMLDIR%%/QtQuick/Scene2D/plugins.qmltypes
%%QT_QMLDIR%%/QtQuick/Scene2D/qmldir
%%QT_QMLDIR%%/QtQuick/Scene3D/libqtquickscene3dplugin.so
%%DEBUG%%%%QT_QMLDIR%%/QtQuick/Scene3D/libqtquickscene3dplugin.so.debug
%%QT_QMLDIR%%/QtQuick/Scene3D/plugins.qmltypes
%%QT_QMLDIR%%/QtQuick/Scene3D/qmldir
libdata/pkgconfig/Qt53DAnimation.pc
libdata/pkgconfig/Qt53DCore.pc
libdata/pkgconfig/Qt53DExtras.pc
libdata/pkgconfig/Qt53DInput.pc
libdata/pkgconfig/Qt53DLogic.pc
libdata/pkgconfig/Qt53DQuick.pc
libdata/pkgconfig/Qt53DQuickAnimation.pc
libdata/pkgconfig/Qt53DQuickExtras.pc
libdata/pkgconfig/Qt53DQuickInput.pc
libdata/pkgconfig/Qt53DQuickRender.pc
libdata/pkgconfig/Qt53DQuickScene2D.pc
libdata/pkgconfig/Qt53DRender.pc