aboutsummaryrefslogtreecommitdiff
path: root/devel/qtcreator/pkg-plist
blob: 0dc3f1708b35382729acd6ffdfc9c07f59dd3729 (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
bin/qtcreator
bin/qtcreator.sh
lib/qtcreator/libAdvancedDockingSystem.so.%%SHLIB_SHVER%%
lib/qtcreator/libAdvancedDockingSystem.so.%%SHLIB_VER%%
lib/qtcreator/libAggregation.so.%%SHLIB_SHVER%%
lib/qtcreator/libAggregation.so.%%SHLIB_VER%%
lib/qtcreator/libCPlusPlus.so.%%SHLIB_SHVER%%
lib/qtcreator/libCPlusPlus.so.%%SHLIB_VER%%
lib/qtcreator/libExtensionSystem.so.%%SHLIB_SHVER%%
lib/qtcreator/libExtensionSystem.so.%%SHLIB_VER%%
lib/qtcreator/libGLSL.so.%%SHLIB_SHVER%%
lib/qtcreator/libGLSL.so.%%SHLIB_VER%%
lib/qtcreator/libKSyntaxHighlighting.so.%%SHLIB_SHVER%%
lib/qtcreator/libKSyntaxHighlighting.so.%%SHLIB_VER%%
lib/qtcreator/libLanguageServerProtocol.so.%%SHLIB_SHVER%%
lib/qtcreator/libLanguageServerProtocol.so.%%SHLIB_VER%%
lib/qtcreator/libLanguageUtils.so.%%SHLIB_SHVER%%
lib/qtcreator/libLanguageUtils.so.%%SHLIB_VER%%
lib/qtcreator/libModeling.so.%%SHLIB_SHVER%%
lib/qtcreator/libModeling.so.%%SHLIB_VER%%
lib/qtcreator/libProParser.so.%%SHLIB_SHVER%%
lib/qtcreator/libProParser.so.%%SHLIB_VER%%
lib/qtcreator/libQmlDebug.so.%%SHLIB_SHVER%%
lib/qtcreator/libQmlDebug.so.%%SHLIB_VER%%
lib/qtcreator/libQmlEditorWidgets.so.%%SHLIB_SHVER%%
lib/qtcreator/libQmlEditorWidgets.so.%%SHLIB_VER%%
lib/qtcreator/libQmlJS.so.%%SHLIB_SHVER%%
lib/qtcreator/libQmlJS.so.%%SHLIB_VER%%
lib/qtcreator/libSqlite.so.%%SHLIB_SHVER%%
lib/qtcreator/libSqlite.so.%%SHLIB_VER%%
lib/qtcreator/libTracing.so.%%SHLIB_SHVER%%
lib/qtcreator/libTracing.so.%%SHLIB_VER%%
lib/qtcreator/libUtils.so.%%SHLIB_SHVER%%
lib/qtcreator/libUtils.so.%%SHLIB_VER%%
lib/qtcreator/libqlitehtml.so.%%SHLIB_SHVER%%
lib/qtcreator/libqlitehtml.so.%%SHLIB_VER%%
lib/qtcreator/libyaml-cpp.so.%%SHLIB_SHVER%%
lib/qtcreator/libyaml-cpp.so.%%SHLIB_VER%%
lib/qtcreator/plugins/libAndroid.so
lib/qtcreator/plugins/libAutoTest.so
lib/qtcreator/plugins/libAutotoolsProjectManager.so
lib/qtcreator/plugins/libAxivion.so
lib/qtcreator/plugins/libBareMetal.so
lib/qtcreator/plugins/libBazaar.so
lib/qtcreator/plugins/libBeautifier.so
lib/qtcreator/plugins/libBinEditor.so
lib/qtcreator/plugins/libBookmarks.so
lib/qtcreator/plugins/libBoot2Qt.so
lib/qtcreator/plugins/libCMakeProjectManager.so
lib/qtcreator/plugins/libCVS.so
lib/qtcreator/plugins/libClangCodeModel.so
lib/qtcreator/plugins/libClangFormat.so
lib/qtcreator/plugins/libClangTools.so
lib/qtcreator/plugins/libClassView.so
lib/qtcreator/plugins/libClearCase.so
lib/qtcreator/plugins/libCoco.so
lib/qtcreator/plugins/libCodePaster.so
lib/qtcreator/plugins/libCompilationDatabaseProjectManager.so
lib/qtcreator/plugins/libConan.so
lib/qtcreator/plugins/libCopilot.so
lib/qtcreator/plugins/libCore.so
lib/qtcreator/plugins/libCppEditor.so
lib/qtcreator/plugins/libCppcheck.so
lib/qtcreator/plugins/libCtfVisualizer.so
lib/qtcreator/plugins/libDebugger.so
lib/qtcreator/plugins/libDesigner.so
lib/qtcreator/plugins/libDiffEditor.so
lib/qtcreator/plugins/libDocker.so
lib/qtcreator/plugins/libEmacsKeys.so
lib/qtcreator/plugins/libFakeVim.so
lib/qtcreator/plugins/libFossil.so
lib/qtcreator/plugins/libGLSLEditor.so
lib/qtcreator/plugins/libGenericProjectManager.so
lib/qtcreator/plugins/libGit.so
lib/qtcreator/plugins/libGitLab.so
lib/qtcreator/plugins/libHaskell.so
lib/qtcreator/plugins/libHelloWorld.so
lib/qtcreator/plugins/libHelp.so
lib/qtcreator/plugins/libImageViewer.so
lib/qtcreator/plugins/libIncrediBuild.so
lib/qtcreator/plugins/libInsight.so
lib/qtcreator/plugins/libIos.so
lib/qtcreator/plugins/libLanguageClient.so
lib/qtcreator/plugins/libMacros.so
lib/qtcreator/plugins/libMarketplace.so
lib/qtcreator/plugins/libMcuSupport.so
lib/qtcreator/plugins/libMercurial.so
lib/qtcreator/plugins/libMesonProjectManager.so
lib/qtcreator/plugins/libModelEditor.so
lib/qtcreator/plugins/libNim.so
lib/qtcreator/plugins/libPerfProfiler.so
lib/qtcreator/plugins/libPerforce.so
lib/qtcreator/plugins/libProjectExplorer.so
lib/qtcreator/plugins/libPython.so
lib/qtcreator/plugins/libQbsProjectManager.so
lib/qtcreator/plugins/libQmakeProjectManager.so
lib/qtcreator/plugins/libQmlDesigner.so
lib/qtcreator/plugins/libQmlDesignerBase.so
lib/qtcreator/plugins/libQmlJSEditor.so
lib/qtcreator/plugins/libQmlJSTools.so
lib/qtcreator/plugins/libQmlPreview.so
lib/qtcreator/plugins/libQmlProfiler.so
lib/qtcreator/plugins/libQmlProjectManager.so
lib/qtcreator/plugins/libQnx.so
lib/qtcreator/plugins/libQtSupport.so
lib/qtcreator/plugins/libRemoteLinux.so
lib/qtcreator/plugins/libResourceEditor.so
lib/qtcreator/plugins/libSafeRenderer.so
lib/qtcreator/plugins/libScxmlEditor.so
lib/qtcreator/plugins/libSerialTerminal.so
lib/qtcreator/plugins/libSilverSearcher.so
lib/qtcreator/plugins/libSquish.so
lib/qtcreator/plugins/libStudioWelcome.so
lib/qtcreator/plugins/libSubversion.so
lib/qtcreator/plugins/libTerminal.so
lib/qtcreator/plugins/libTextEditor.so
lib/qtcreator/plugins/libTodo.so
lib/qtcreator/plugins/libUpdateInfo.so
lib/qtcreator/plugins/libValgrind.so
lib/qtcreator/plugins/libVcpkg.so
lib/qtcreator/plugins/libVcsBase.so
lib/qtcreator/plugins/libWebAssembly.so
lib/qtcreator/plugins/libWelcome.so
lib/qtcreator/plugins/qmldesigner/libStudioPlugin.so
lib/qtcreator/plugins/qmldesigner/libassetexporterplugin.so
lib/qtcreator/plugins/qmldesigner/libcomponentsplugin.so
lib/qtcreator/plugins/qmldesigner/libqmlpreviewplugin.so
lib/qtcreator/plugins/qmldesigner/libqtquickplugin.so
libexec/qtcreator/buildoutputparser
libexec/qtcreator/cpaster
libexec/qtcreator/qml2puppet-%%SHLIB_VER%%
libexec/qtcreator/qtc-askpass
libexec/qtcreator/qtcreator_process_stub
libexec/qtcreator/qtcreator_processlauncher
libexec/qtcreator/qtpromaker
libexec/qtcreator/sdktool
share/applications/org.qt-project.qtcreator.desktop
share/icons/hicolor/128x128/apps/QtProject-qtcreator.png
share/icons/hicolor/16x16/apps/QtProject-qtcreator.png
share/icons/hicolor/24x24/apps/QtProject-qtcreator.png
share/icons/hicolor/256x256/apps/QtProject-qtcreator.png
share/icons/hicolor/32x32/apps/QtProject-qtcreator.png
share/icons/hicolor/48x48/apps/QtProject-qtcreator.png
share/icons/hicolor/512x512/apps/QtProject-qtcreator.png
share/icons/hicolor/64x64/apps/QtProject-qtcreator.png
share/metainfo/org.qt-project.qtcreator.appdata.xml
%%DATADIR%%/android/sdk_definitions.json
%%DATADIR%%/changelog/changes-1.1.0
%%DATADIR%%/changelog/changes-1.1.1
%%DATADIR%%/changelog/changes-1.2.0
%%DATADIR%%/changelog/changes-1.2.1
%%DATADIR%%/changelog/changes-1.3.0
%%DATADIR%%/changelog/changes-1.3.1
%%DATADIR%%/changelog/changes-10.0.0.md
%%DATADIR%%/changelog/changes-10.0.1.md
%%DATADIR%%/changelog/changes-10.0.2.md
%%DATADIR%%/changelog/changes-11.0.0.md
%%DATADIR%%/changelog/changes-11.0.1.md
%%DATADIR%%/changelog/changes-11.0.2.md
%%DATADIR%%/changelog/changes-11.0.3.md
%%DATADIR%%/changelog/changes-2.0.0
%%DATADIR%%/changelog/changes-2.0.1
%%DATADIR%%/changelog/changes-2.1.0
%%DATADIR%%/changelog/changes-2.2.0
%%DATADIR%%/changelog/changes-2.3.0
%%DATADIR%%/changelog/changes-2.3.1
%%DATADIR%%/changelog/changes-2.4.0
%%DATADIR%%/changelog/changes-2.4.1
%%DATADIR%%/changelog/changes-2.5.0
%%DATADIR%%/changelog/changes-2.5.1
%%DATADIR%%/changelog/changes-2.5.2
%%DATADIR%%/changelog/changes-2.6.0
%%DATADIR%%/changelog/changes-2.6.1
%%DATADIR%%/changelog/changes-2.6.2
%%DATADIR%%/changelog/changes-2.7.0
%%DATADIR%%/changelog/changes-2.8.0
%%DATADIR%%/changelog/changes-2.8.1
%%DATADIR%%/changelog/changes-3.0.0
%%DATADIR%%/changelog/changes-3.0.1
%%DATADIR%%/changelog/changes-3.1.0
%%DATADIR%%/changelog/changes-3.1.1
%%DATADIR%%/changelog/changes-3.1.2
%%DATADIR%%/changelog/changes-3.2.0
%%DATADIR%%/changelog/changes-3.2.1
%%DATADIR%%/changelog/changes-3.2.2
%%DATADIR%%/changelog/changes-3.3.0
%%DATADIR%%/changelog/changes-3.3.1
%%DATADIR%%/changelog/changes-3.3.2
%%DATADIR%%/changelog/changes-3.4.0
%%DATADIR%%/changelog/changes-3.4.1.md
%%DATADIR%%/changelog/changes-3.5.0.md
%%DATADIR%%/changelog/changes-3.5.1.md
%%DATADIR%%/changelog/changes-3.6.0.md
%%DATADIR%%/changelog/changes-3.6.1.md
%%DATADIR%%/changelog/changes-4.0.0.md
%%DATADIR%%/changelog/changes-4.0.1.md
%%DATADIR%%/changelog/changes-4.0.2.md
%%DATADIR%%/changelog/changes-4.0.3.md
%%DATADIR%%/changelog/changes-4.1.0.md
%%DATADIR%%/changelog/changes-4.10.0.md
%%DATADIR%%/changelog/changes-4.10.1.md
%%DATADIR%%/changelog/changes-4.11.0.md
%%DATADIR%%/changelog/changes-4.11.1.md
%%DATADIR%%/changelog/changes-4.11.2.md
%%DATADIR%%/changelog/changes-4.12.0.md
%%DATADIR%%/changelog/changes-4.12.1.md
%%DATADIR%%/changelog/changes-4.12.2.md
%%DATADIR%%/changelog/changes-4.12.3.md
%%DATADIR%%/changelog/changes-4.12.4.md
%%DATADIR%%/changelog/changes-4.13.0.md
%%DATADIR%%/changelog/changes-4.13.1.md
%%DATADIR%%/changelog/changes-4.13.2.md
%%DATADIR%%/changelog/changes-4.13.3.md
%%DATADIR%%/changelog/changes-4.14.0.md
%%DATADIR%%/changelog/changes-4.14.1.md
%%DATADIR%%/changelog/changes-4.14.2.md
%%DATADIR%%/changelog/changes-4.15.0.md
%%DATADIR%%/changelog/changes-4.15.1.md
%%DATADIR%%/changelog/changes-4.15.2.md
%%DATADIR%%/changelog/changes-4.2.0.md
%%DATADIR%%/changelog/changes-4.2.1.md
%%DATADIR%%/changelog/changes-4.2.2.md
%%DATADIR%%/changelog/changes-4.3.0.md
%%DATADIR%%/changelog/changes-4.3.1.md
%%DATADIR%%/changelog/changes-4.4.0.md
%%DATADIR%%/changelog/changes-4.4.1.md
%%DATADIR%%/changelog/changes-4.5.0.md
%%DATADIR%%/changelog/changes-4.5.1.md
%%DATADIR%%/changelog/changes-4.5.2.md
%%DATADIR%%/changelog/changes-4.6.0.md
%%DATADIR%%/changelog/changes-4.6.1.md
%%DATADIR%%/changelog/changes-4.6.2.md
%%DATADIR%%/changelog/changes-4.7.0.md
%%DATADIR%%/changelog/changes-4.7.1.md
%%DATADIR%%/changelog/changes-4.7.2.md
%%DATADIR%%/changelog/changes-4.8.0.md
%%DATADIR%%/changelog/changes-4.8.1.md
%%DATADIR%%/changelog/changes-4.8.2.md
%%DATADIR%%/changelog/changes-4.9.0.md
%%DATADIR%%/changelog/changes-4.9.1.md
%%DATADIR%%/changelog/changes-4.9.2.md
%%DATADIR%%/changelog/changes-5.0.0.md
%%DATADIR%%/changelog/changes-5.0.1.md
%%DATADIR%%/changelog/changes-5.0.2.md
%%DATADIR%%/changelog/changes-5.0.3.md
%%DATADIR%%/changelog/changes-6.0.0.md
%%DATADIR%%/changelog/changes-6.0.1.md
%%DATADIR%%/changelog/changes-6.0.2.md
%%DATADIR%%/changelog/changes-7.0.0.md
%%DATADIR%%/changelog/changes-7.0.1.md
%%DATADIR%%/changelog/changes-7.0.2.md
%%DATADIR%%/changelog/changes-8.0.0.md
%%DATADIR%%/changelog/changes-8.0.1.md
%%DATADIR%%/changelog/changes-8.0.2.md
%%DATADIR%%/changelog/changes-9.0.0.md
%%DATADIR%%/changelog/changes-9.0.1.md
%%DATADIR%%/changelog/changes-9.0.2.md
%%DATADIR%%/cplusplus/examples/CMakeLists.txt
%%DATADIR%%/cplusplus/examples/clazy_example.cpp
%%DATADIR%%/cplusplus/examples/examples.pro
%%DATADIR%%/cplusplus/examples/icontest.cpp
%%DATADIR%%/cplusplus/examples/tidy_example.cpp
%%DATADIR%%/cplusplus/examples/tidy_example.h
%%DATADIR%%/cplusplus/wrappedMingwHeaders/float.h
%%DATADIR%%/cplusplus/wrappedQtHeaders/QtCore/qobjectdefs.h
%%DATADIR%%/debugger/.pylintrc
%%DATADIR%%/debugger/LICENSE.GPL3-EXCEPT
%%DATADIR%%/debugger/README.txt
%%DATADIR%%/debugger/android_stdtypes.py
%%DATADIR%%/debugger/boosttypes.py
%%DATADIR%%/debugger/cdbbridge.py
%%DATADIR%%/debugger/creatortypes.py
%%DATADIR%%/debugger/dumper.py
%%DATADIR%%/debugger/gdbbridge.py
%%DATADIR%%/debugger/gdbtracepoint.py
%%DATADIR%%/debugger/libcpp_stdtypes.py
%%DATADIR%%/debugger/lldbbridge.py
%%DATADIR%%/debugger/loadorder.txt
%%DATADIR%%/debugger/misctypes.py
%%DATADIR%%/debugger/opencvtypes.py
%%DATADIR%%/debugger/pdbbridge.py
%%DATADIR%%/debugger/personaltypes.py
%%DATADIR%%/debugger/qttypes.py
%%DATADIR%%/debugger/setup.cfg
%%DATADIR%%/debugger/stdtypes.py
%%DATADIR%%/debugger/utils.py
%%DATADIR%%/externaltools/lrelease.xml
%%DATADIR%%/externaltools/lupdate.xml
%%DATADIR%%/externaltools/qml.xml
%%DATADIR%%/externaltools/qmlscene.xml
%%DATADIR%%/externaltools/vi.xml
%%DATADIR%%/fonts/SourceCodePro-Bold.ttf
%%DATADIR%%/fonts/SourceCodePro-BoldIt.ttf
%%DATADIR%%/fonts/SourceCodePro-It.ttf
%%DATADIR%%/fonts/SourceCodePro-Regular.ttf
%%DATADIR%%/fonts/SourceCodePro.txt
%%DATADIR%%/generic-highlighter/syntax/alert.xml
%%DATADIR%%/generic-highlighter/syntax/autoconf.xml
%%DATADIR%%/generic-highlighter/syntax/bash.xml
%%DATADIR%%/generic-highlighter/syntax/cmake.xml
%%DATADIR%%/generic-highlighter/syntax/comments.xml
%%DATADIR%%/generic-highlighter/syntax/css.xml
%%DATADIR%%/generic-highlighter/syntax/doxygen.xml
%%DATADIR%%/generic-highlighter/syntax/dtd.xml
%%DATADIR%%/generic-highlighter/syntax/gnuassembler.xml
%%DATADIR%%/generic-highlighter/syntax/html.xml
%%DATADIR%%/generic-highlighter/syntax/ini.xml
%%DATADIR%%/generic-highlighter/syntax/java.xml
%%DATADIR%%/generic-highlighter/syntax/javadoc.xml
%%DATADIR%%/generic-highlighter/syntax/json.xml
%%DATADIR%%/generic-highlighter/syntax/licenses/LICENSE.GPLv2
%%DATADIR%%/generic-highlighter/syntax/licenses/LICENSE.GPLv3
%%DATADIR%%/generic-highlighter/syntax/licenses/LICENSE.LGPLv21
%%DATADIR%%/generic-highlighter/syntax/licenses/LICENSE.LGPLv3
%%DATADIR%%/generic-highlighter/syntax/makefile.xml
%%DATADIR%%/generic-highlighter/syntax/markdown.xml
%%DATADIR%%/generic-highlighter/syntax/modelines.xml
%%DATADIR%%/generic-highlighter/syntax/perl.xml
%%DATADIR%%/generic-highlighter/syntax/powershell.xml
%%DATADIR%%/generic-highlighter/syntax/python.xml
%%DATADIR%%/generic-highlighter/syntax/qdocconf.xml
%%DATADIR%%/generic-highlighter/syntax/ruby.xml
%%DATADIR%%/generic-highlighter/syntax/spdx-comments.xml
%%DATADIR%%/generic-highlighter/syntax/valgrind-suppression.xml
%%DATADIR%%/generic-highlighter/syntax/xml.xml
%%DATADIR%%/generic-highlighter/syntax/yacc.xml
%%DATADIR%%/glsl/glsl_120.frag
%%DATADIR%%/glsl/glsl_120.vert
%%DATADIR%%/glsl/glsl_120_common.glsl
%%DATADIR%%/glsl/glsl_330.frag
%%DATADIR%%/glsl/glsl_330.vert
%%DATADIR%%/glsl/glsl_330_common.glsl
%%DATADIR%%/glsl/glsl_es_100.frag
%%DATADIR%%/glsl/glsl_es_100.vert
%%DATADIR%%/glsl/glsl_es_100_common.glsl
%%DATADIR%%/indexer_preincludes/QtCore/qconfig.h
%%DATADIR%%/indexer_preincludes/QtCore/qglobal.h
%%DATADIR%%/indexer_preincludes/qglobal.h
%%DATADIR%%/indexer_preincludes/windows.h
%%DATADIR%%/modeleditor/standard.def
%%DATADIR%%/package-manager/auto-setup.cmake
%%DATADIR%%/package-manager/conan.cmake
%%DATADIR%%/package-manager/conan_support.cmake
%%DATADIR%%/qml-type-descriptions/builtins.qmltypes
%%DATADIR%%/qml-type-descriptions/qbs-base.qmltypes
%%DATADIR%%/qml-type-descriptions/qbs-bundle.json
%%DATADIR%%/qml-type-descriptions/qbs.qmltypes
%%DATADIR%%/qml-type-descriptions/qmlproject-bundle.json
%%DATADIR%%/qml-type-descriptions/qmlproject.qmltypes
%%DATADIR%%/qml-type-descriptions/qmlruntime.qmltypes
%%DATADIR%%/qml-type-descriptions/qmltypes-bundle.json
%%DATADIR%%/qml-type-descriptions/qt-labs-folderlistmodel.qmltypes
%%DATADIR%%/qml-type-descriptions/qt-labs-gestures.qmltypes
%%DATADIR%%/qml-type-descriptions/qt-labs-particles.qmltypes
%%DATADIR%%/qml-type-descriptions/qt5QtQuick2-bundle.json
%%DATADIR%%/qml-type-descriptions/qt5QtQuick2ext-macos-bundle.json
%%DATADIR%%/qml-type-descriptions/qt5QtQuick2ext-win-bundle.json
%%DATADIR%%/qml-type-descriptions/qtmobility-connectivity.qmltypes
%%DATADIR%%/qml-type-descriptions/qtmobility-contacts.qmltypes
%%DATADIR%%/qml-type-descriptions/qtmobility-feedback.qmltypes
%%DATADIR%%/qml-type-descriptions/qtmobility-gallery.qmltypes
%%DATADIR%%/qml-type-descriptions/qtmobility-location.qmltypes
%%DATADIR%%/qml-type-descriptions/qtmobility-messaging.qmltypes
%%DATADIR%%/qml-type-descriptions/qtmobility-organizer.qmltypes
%%DATADIR%%/qml-type-descriptions/qtmobility-publishsubscribe.qmltypes
%%DATADIR%%/qml-type-descriptions/qtmobility-sensors.qmltypes
%%DATADIR%%/qml-type-descriptions/qtmobility-serviceframework.qmltypes
%%DATADIR%%/qml-type-descriptions/qtmobility-systeminfo.qmltypes
%%DATADIR%%/qml-type-descriptions/qtmultimediakit.qmltypes
%%DATADIR%%/qml-type-descriptions/qtwebkit.qmltypes
%%DATADIR%%/qmldesigner/assetsLibraryQmlSources/AssetDelegate.qml
%%DATADIR%%/qmldesigner/assetsLibraryQmlSources/Assets.qml
%%DATADIR%%/qmldesigner/assetsLibraryQmlSources/AssetsContextMenu.qml
%%DATADIR%%/qmldesigner/assetsLibraryQmlSources/AssetsView.qml
%%DATADIR%%/qmldesigner/assetsLibraryQmlSources/ConfirmDeleteFilesDialog.qml
%%DATADIR%%/qmldesigner/assetsLibraryQmlSources/ConfirmDeleteFolderDialog.qml
%%DATADIR%%/qmldesigner/assetsLibraryQmlSources/ErrorDialog.qml
%%DATADIR%%/qmldesigner/assetsLibraryQmlSources/NewEffectDialog.qml
%%DATADIR%%/qmldesigner/assetsLibraryQmlSources/NewFolderDialog.qml
%%DATADIR%%/qmldesigner/assetsLibraryQmlSources/RenameFolderDialog.qml
%%DATADIR%%/qmldesigner/contentLibraryQmlSource/ContentLibrary.qml
%%DATADIR%%/qmldesigner/contentLibraryQmlSource/ContentLibraryMaterial.qml
%%DATADIR%%/qmldesigner/contentLibraryQmlSource/ContentLibraryMaterialContextMenu.qml
%%DATADIR%%/qmldesigner/contentLibraryQmlSource/ContentLibraryMaterialsView.qml
%%DATADIR%%/qmldesigner/contentLibraryQmlSource/ContentLibraryTabBar.qml
%%DATADIR%%/qmldesigner/contentLibraryQmlSource/ContentLibraryTabButton.qml
%%DATADIR%%/qmldesigner/contentLibraryQmlSource/ContentLibraryTexture.qml
%%DATADIR%%/qmldesigner/contentLibraryQmlSource/ContentLibraryTextureContextMenu.qml
%%DATADIR%%/qmldesigner/contentLibraryQmlSource/ContentLibraryTexturesView.qml
%%DATADIR%%/qmldesigner/contentLibraryQmlSource/DownloadPane.qml
%%DATADIR%%/qmldesigner/contentLibraryQmlSource/TextureProgressBar.qml
%%DATADIR%%/qmldesigner/contentLibraryQmlSource/UnimportBundleMaterialDialog.qml
%%DATADIR%%/qmldesigner/designericons.json
%%DATADIR%%/qmldesigner/edit3dQmlSource/BakeLightsProgressDialog.qml
%%DATADIR%%/qmldesigner/edit3dQmlSource/BakeLightsSetupDialog.qml
%%DATADIR%%/qmldesigner/feedback/FeedbackPopup.qml
%%DATADIR%%/qmldesigner/feedback/star_empty.png
%%DATADIR%%/qmldesigner/feedback/star_empty@2x.png
%%DATADIR%%/qmldesigner/feedback/star_filled.png
%%DATADIR%%/qmldesigner/feedback/star_filled@2x.png
%%DATADIR%%/qmldesigner/formatconfiguration.json
%%DATADIR%%/qmldesigner/insight/Main.qml
%%DATADIR%%/qmldesigner/itemLibraryQmlSources/AddModuleView.qml
%%DATADIR%%/qmldesigner/itemLibraryQmlSources/ItemDelegate.qml
%%DATADIR%%/qmldesigner/itemLibraryQmlSources/ItemsView.qml
%%DATADIR%%/qmldesigner/landingpage/content/App.qml
%%DATADIR%%/qmldesigner/landingpage/content/CustomCheckBox.ui.qml
%%DATADIR%%/qmldesigner/landingpage/content/InstallQdsStatusBlock.ui.qml
%%DATADIR%%/qmldesigner/landingpage/content/PageText.ui.qml
%%DATADIR%%/qmldesigner/landingpage/content/ProjectInfoStatusBlock.ui.qml
%%DATADIR%%/qmldesigner/landingpage/content/PushButton.ui.qml
%%DATADIR%%/qmldesigner/landingpage/content/Screen01.ui.qml
%%DATADIR%%/qmldesigner/landingpage/content/logo.png
%%DATADIR%%/qmldesigner/landingpage/content/logo@2x.png
%%DATADIR%%/qmldesigner/landingpage/imports/LandingPage/+QDS_theming/Colors.qml
%%DATADIR%%/qmldesigner/landingpage/imports/LandingPage/Colors.qml
%%DATADIR%%/qmldesigner/landingpage/imports/LandingPage/Values.qml
%%DATADIR%%/qmldesigner/landingpage/imports/LandingPage/qmldir
%%DATADIR%%/qmldesigner/landingpage/landingpage.qmlproject
%%DATADIR%%/qmldesigner/landingpage/main.qml
%%DATADIR%%/qmldesigner/landingpage/mockimports/LandingPageApi/LandingPageApi.qml
%%DATADIR%%/qmldesigner/landingpage/mockimports/LandingPageApi/qmldir
%%DATADIR%%/qmldesigner/landingpage/mockimports/LandingPageTheme/Dummy.qml
%%DATADIR%%/qmldesigner/landingpage/mockimports/LandingPageTheme/qmldir
%%DATADIR%%/qmldesigner/materialBrowserQmlSource/ChooseMaterialProperty.qml
%%DATADIR%%/qmldesigner/materialBrowserQmlSource/MaterialBrowser.qml
%%DATADIR%%/qmldesigner/materialBrowserQmlSource/MaterialBrowserContextMenu.qml
%%DATADIR%%/qmldesigner/materialBrowserQmlSource/MaterialBrowserItemName.qml
%%DATADIR%%/qmldesigner/materialBrowserQmlSource/MaterialItem.qml
%%DATADIR%%/qmldesigner/materialBrowserQmlSource/TextureBrowserContextMenu.qml
%%DATADIR%%/qmldesigner/materialBrowserQmlSource/TextureItem.qml
%%DATADIR%%/qmldesigner/materialEditorQmlSources/EmptyMaterialEditorPane.qml
%%DATADIR%%/qmldesigner/materialEditorQmlSources/MaterialEditorPane.qml
%%DATADIR%%/qmldesigner/materialEditorQmlSources/MaterialEditorToolBar.qml
%%DATADIR%%/qmldesigner/materialEditorQmlSources/MaterialEditorTopSection.qml
%%DATADIR%%/qmldesigner/misc/BusyIndicator.qml
%%DATADIR%%/qmldesigner/newprojectdialog/NewProjectDialog.qml
%%DATADIR%%/qmldesigner/newprojectdialog/image/logo.png
%%DATADIR%%/qmldesigner/newprojectdialog/image/logo@2x.png
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-basic.png
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-basic@2x.png
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-default.png
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-default@2x.png
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-error.png
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-error@2x.png
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-fusion.png
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-fusion@2x.png
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-imagine.png
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-imagine@2x.png
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-macos.png
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-macos@2x.png
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-material_dark.png
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-material_dark@2x.png
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-material_light.png
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-material_light@2x.png
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-universal_dark.png
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-universal_dark@2x.png
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-universal_light.png
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-universal_light@2x.png
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-universal_system.png
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-universal_system@2x.png
%%DATADIR%%/qmldesigner/newprojectdialog/imports/NewProjectDialog/Details.qml
%%DATADIR%%/qmldesigner/newprojectdialog/imports/NewProjectDialog/DialogValues.qml
%%DATADIR%%/qmldesigner/newprojectdialog/imports/NewProjectDialog/PopupDialog.qml
%%DATADIR%%/qmldesigner/newprojectdialog/imports/NewProjectDialog/PopupDialogButton.qml
%%DATADIR%%/qmldesigner/newprojectdialog/imports/NewProjectDialog/PopupDialogButtonBox.qml
%%DATADIR%%/qmldesigner/newprojectdialog/imports/NewProjectDialog/PresetView.qml
%%DATADIR%%/qmldesigner/newprojectdialog/imports/NewProjectDialog/Styles.qml
%%DATADIR%%/qmldesigner/newprojectdialog/imports/NewProjectDialog/qmldir
%%DATADIR%%/qmldesigner/newprojectdialog/imports/ProjectType/DefaultProject.qml
%%DATADIR%%/qmldesigner/newprojectdialog/imports/ProjectType/qmldir
%%DATADIR%%/qmldesigner/newstateseditor/Main.qml
%%DATADIR%%/qmldesigner/newstateseditor/MenuButton.qml
%%DATADIR%%/qmldesigner/newstateseditor/StateMenu.qml
%%DATADIR%%/qmldesigner/newstateseditor/StateScrollBar.qml
%%DATADIR%%/qmldesigner/newstateseditor/StateThumbnail.qml
%%DATADIR%%/qmldesigner/newstateseditor/images/checkers.png
%%DATADIR%%/qmldesigner/newstateseditor/imports/StatesEditor/Constants.qml
%%DATADIR%%/qmldesigner/newstateseditor/imports/StatesEditor/qmldir
%%DATADIR%%/qmldesigner/projectstorage/fake.qmltypes
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/3DItemFilterComboBoxEditorTemplate.template
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/BooleanEditorTemplate.template
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/ColorEditorTemplate.template
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/FontEditorTemplate.template
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/ImageEditorTemplate.template
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/IntEditorTemplate.template
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/RealEditorTemplate.template
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/RectangleEditorTemplate.template
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/StringEditorTemplate.template
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/TemplateTypes.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/TextEditorTemplate.template
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/UrlEditorTemplate.template
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/Vector2dEditorTemplate.template
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/Vector3dEditorTemplate.template
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/Vector4dEditorTemplate.template
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QML/QtObjectPane.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/Qt5HelperWindow.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/Qt6HelperWindow.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtMultimedia/AudioOutputSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtMultimedia/AudioSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtMultimedia/MediaPlayerSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtMultimedia/MediaPlayerSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtMultimedia/VideoOutputSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtMultimedia/VideoSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtMultimedia/VideoSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQml/ConnectionsSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQml/QtObjectPane.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQml/TimerSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AdvancedSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AlignDistributeSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AnchorRow.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AnimatedImageSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationTargetSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/BorderImageSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ColorAnimationSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ColumnSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ConnectionsSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/AbstractButtonSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/BusyIndicatorSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ButtonSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ButtonSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/CheckBoxSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/CheckDelegateSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/CheckSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ComboBoxSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ContainerSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ControlSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ControlSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/DelayButtonSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/DialSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/DialogSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/DrawerSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/FrameSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/GroupBoxSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/IconSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/InsetSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ItemDelegateSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ItemDelegateSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/LabelSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PageIndicatorSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PageSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PaneSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PaneSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PopupSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PopupSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ProgressBarSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/RadioButtonSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/RadioDelegateSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/RangeSliderSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/RoundButtonSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ScrollViewSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SliderSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SpinBoxSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/StackViewSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SwipeDelegateSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SwipeViewSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SwitchDelegateSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SwitchSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/TabBarSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/TabButtonSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/TextAreaSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/TextFieldSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/TextSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ToolBarSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ToolButtonSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ToolSeparatorSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/TumblerSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/FlickableSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/FlipableSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/FlowSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/GeometrySection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/GridSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/GridViewSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ImageSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/LayerSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutProperties.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Layouts/ColumnLayoutSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Layouts/GridLayoutSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Layouts/RowLayoutSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Layouts/StackLayoutSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ListViewSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/LoaderSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/MouseAreaSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/NumberAnimationSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ParallelAnimationSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/PathViewSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/PauseAnimationSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/PropertyActionSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/PropertyAnimationSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/QtObjectPane.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/RectangleSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/RepeaterSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/RowSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ScriptActionSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/SequentialAnimationSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/StateSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TargetComboBox.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TextEditSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TextInputSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TextSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Window/WindowSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/WindowSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/emptyPane.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/project.qmlproject
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/BakedLightmapSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/BakedLightmapSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/Object3DPane.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/SpatialAudio/AmbientSoundSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/SpatialAudio/AmbientSoundSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/SpatialAudio/AudioEngineSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/SpatialAudio/AudioEngineSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/SpatialAudio/AudioListenerSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/SpatialAudio/AudioRoomSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/SpatialAudio/AudioRoomSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/SpatialAudio/NodeSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/SpatialAudio/SpatialSoundSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/SpatialAudio/SpatialSoundSpecifics.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/RegExpValidator.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/AbstractButton.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ActionIndicator.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/AlignmentHorizontalButtons.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/AlignmentVerticalButtons.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/AnchorButtons.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/BoolButtonRowButton.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Button.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ButtonRow.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ButtonRow2.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ButtonRowButton.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/CharacterSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/CheckBox.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorEditor.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorEditorPopup.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorLine.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorLogic.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorPalette.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorPicker.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ComboBox.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ComponentButton.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ComponentSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Constants.js
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ControlLabel.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Controller.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/DoubleSpinBox.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/DynamicPropertiesSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/EditableListView.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ExpandingSpacer.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ExpressionTextField.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ExtendedFunctionLogic.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FlickableGeometrySection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FlickableSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontComboBox.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontExtrasSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontStyleButtons.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientLine.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientPresetList.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientPresetTabContent.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientPropertySpinBox.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/HorizontalScrollBar.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/HueSlider.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/IconButton.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/IconIndicator.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/IconLabel.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ImagePreviewTooltipArea.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ImageSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/InsightSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ItemFilterComboBox.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Label.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/LineEdit.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/LinkIndicator2D.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ListViewComboBox.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/LuminanceSlider.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/MarginSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/MultiIconLabel.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/OpacitySlider.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/OriginControl.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/OriginIndicator.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/OriginSelector.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/PaddingSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/PropertyEditorPane.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/PropertyLabel.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/RoundedPanel.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ScrollView.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SecondColumnLayout.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Section.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SectionLayout.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Spacer.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SpinBox.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/StandardTextSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/TextExtrasSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/TextInputSection.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ToolTipArea.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/UrlChooser.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/VerticalScrollBar.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/checkers.png
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/down-arrow.png
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/down-arrow@2x.png
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/expression.png
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/expression@2x.png
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon-gradient-list.png
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_conical_gradient.png
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_gradient.png
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_none.png
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_radial_gradient.png
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_solid.png
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/placeholder.png
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/placeholder@2x.png
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/submenu.png
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/submenu@2x.png
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/up-arrow.png
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/up-arrow@2x.png
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/qmldir
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/AbstractButton.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ActionIndicator.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Button.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ButtonGroup.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ButtonRow.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/CheckBox.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/CheckIndicator.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ComboBox.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ComboBoxInput.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ContextMenu.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Dialog.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/DialogButton.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/DialogButtonBox.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/FilterComboBox.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Indicator.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/InfinityLoopIndicator.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ItemDelegate.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/LinkIndicator2D.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/LinkIndicator3D.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/LinkIndicator3DComponent.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Menu.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/MenuItem.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/MenuItemWithIcon.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/MenuSeparator.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ProgressBar.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/RadioButton.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/RealSliderPopup.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/RealSpinBox.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/RealSpinBoxIndicator.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/RealSpinBoxInput.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ScrollBar.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ScrollView.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SearchBox.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SecondColumnLayout.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Section.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SectionLabel.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SectionLayout.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Slider.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SliderPopup.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SortFilterModel.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SpinBox.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SpinBoxIndicator.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SpinBoxInput.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Switch.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TabBar.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TabButton.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TextArea.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TextField.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ToolTip.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TopLevelComboBox.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TranslationIndicator.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/VerticalScrollBar.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/qmldir
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Constants.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/ControlStyle.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/DefaultStyle.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/InternalConstants.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/PrimaryButtonStyle.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/SearchControlStyle.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/StatesControlStyle.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/StatusBarButtonStyle.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/StatusBarControlStyle.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/ToolbarStyle.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/TopToolbarButtonStyle.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Values.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/ViewBarButtonStyle.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/ViewBarControlStyle.qml
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/icons.ttf
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/qmldir
%%DATADIR%%/qmldesigner/qt4mcu/metadata.qml
%%DATADIR%%/qmldesigner/qt4mcu/qul-14.qml
%%DATADIR%%/qmldesigner/qt4mcu/qul-17.qml
%%DATADIR%%/qmldesigner/qt4mcu/qul-18.qml
%%DATADIR%%/qmldesigner/qt4mcu/qul-19.qml
%%DATADIR%%/qmldesigner/qt4mcu/qul-20.qml
%%DATADIR%%/qmldesigner/qt4mcu/qul-21.qml
%%DATADIR%%/qmldesigner/qt4mcu/qul-22.qml
%%DATADIR%%/qmldesigner/qt4mcu/qul-23.qml
%%DATADIR%%/qmldesigner/qt4mcu/qul-24.qml
%%DATADIR%%/qmldesigner/statesEditorQmlSources/StatesDelegate.qml
%%DATADIR%%/qmldesigner/statesEditorQmlSources/StatesList.qml
%%DATADIR%%/qmldesigner/statesEditorQmlSources/images/checkers.png
%%DATADIR%%/qmldesigner/statusbar/Main.qml
%%DATADIR%%/qmldesigner/studio_templates/files/custombutton/custom_button.png
%%DATADIR%%/qmldesigner/studio_templates/files/custombutton/custom_button@2.png
%%DATADIR%%/qmldesigner/studio_templates/files/custombutton/file.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/files/custombutton/wizard.json
%%DATADIR%%/qmldesigner/studio_templates/files/customcheckbox/custom_checkbox.png
%%DATADIR%%/qmldesigner/studio_templates/files/customcheckbox/custom_checkbox@2.png
%%DATADIR%%/qmldesigner/studio_templates/files/customcheckbox/file.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/files/customcheckbox/wizard.json
%%DATADIR%%/qmldesigner/studio_templates/files/customdial/custom_dial.png
%%DATADIR%%/qmldesigner/studio_templates/files/customdial/custom_dial@2.png
%%DATADIR%%/qmldesigner/studio_templates/files/customdial/file.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/files/customdial/wizard.json
%%DATADIR%%/qmldesigner/studio_templates/files/customslider/custom_slider.png
%%DATADIR%%/qmldesigner/studio_templates/files/customslider/custom_slider@2.png
%%DATADIR%%/qmldesigner/studio_templates/files/customslider/file.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/files/customslider/wizard.json
%%DATADIR%%/qmldesigner/studio_templates/files/customspinbox/custom_spinbox.png
%%DATADIR%%/qmldesigner/studio_templates/files/customspinbox/custom_spinbox@2.png
%%DATADIR%%/qmldesigner/studio_templates/files/customspinbox/file.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/files/customspinbox/wizard.json
%%DATADIR%%/qmldesigner/studio_templates/files/customswitch/custom_switch.png
%%DATADIR%%/qmldesigner/studio_templates/files/customswitch/custom_switch@2.png
%%DATADIR%%/qmldesigner/studio_templates/files/customswitch/file.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/files/customswitch/wizard.json
%%DATADIR%%/qmldesigner/studio_templates/files/flowitem/file.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/files/flowitem/flow_item.png
%%DATADIR%%/qmldesigner/studio_templates/files/flowitem/flow_item@2.png
%%DATADIR%%/qmldesigner/studio_templates/files/flowitem/wizard.json
%%DATADIR%%/qmldesigner/studio_templates/files/flowview/file.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/files/flowview/flow_view.png
%%DATADIR%%/qmldesigner/studio_templates/files/flowview/flowview2.png
%%DATADIR%%/qmldesigner/studio_templates/files/flowview/wizard.json
%%DATADIR%%/qmldesigner/studio_templates/files/javascript/file.js.tpl
%%DATADIR%%/qmldesigner/studio_templates/files/javascript/file_javascript.png
%%DATADIR%%/qmldesigner/studio_templates/files/javascript/file_javascript@2.png
%%DATADIR%%/qmldesigner/studio_templates/files/javascript/wizard.json
%%DATADIR%%/qmldesigner/studio_templates/files/listmodel/data_listmodel.png
%%DATADIR%%/qmldesigner/studio_templates/files/listmodel/data_listmodel@2.png
%%DATADIR%%/qmldesigner/studio_templates/files/listmodel/file.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/files/listmodel/wizard.json
%%DATADIR%%/qmldesigner/studio_templates/files/pane/custom_panes.png
%%DATADIR%%/qmldesigner/studio_templates/files/pane/custom_panes@2.png
%%DATADIR%%/qmldesigner/studio_templates/files/pane/file.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/files/pane/wizard.json
%%DATADIR%%/qmldesigner/studio_templates/files/qtquickfile/file.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/files/qtquickfile/file_qml.png
%%DATADIR%%/qmldesigner/studio_templates/files/qtquickfile/file_qml@2.png
%%DATADIR%%/qmldesigner/studio_templates/files/qtquickfile/wizard.json
%%DATADIR%%/qmldesigner/studio_templates/files/qtquickviews/DataModel.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/files/qtquickviews/GridDelegate.ui.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/files/qtquickviews/GridView.ui.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/files/qtquickviews/ListDelegate.ui.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/files/qtquickviews/ListView.ui.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/files/qtquickviews/data_gridmodel.png
%%DATADIR%%/qmldesigner/studio_templates/files/qtquickviews/data_gridmodel@2.png
%%DATADIR%%/qmldesigner/studio_templates/files/qtquickviews/wizard.json
%%DATADIR%%/qmldesigner/studio_templates/files/qtuiquickfile/file.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/files/qtuiquickfile/file_ui.png
%%DATADIR%%/qmldesigner/studio_templates/files/qtuiquickfile/file_ui@2.png
%%DATADIR%%/qmldesigner/studio_templates/files/qtuiquickfile/wizard.json
%%DATADIR%%/qmldesigner/studio_templates/files/qtuiquickform/file.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/files/qtuiquickform/fileForm.ui.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/files/qtuiquickform/file_ui.png
%%DATADIR%%/qmldesigner/studio_templates/files/qtuiquickform/file_ui@2.png
%%DATADIR%%/qmldesigner/studio_templates/files/qtuiquickform/wizard.json
%%DATADIR%%/qmldesigner/studio_templates/files/stackedlayout/custom_stacked_view.png
%%DATADIR%%/qmldesigner/studio_templates/files/stackedlayout/custom_stacked_view@2.png
%%DATADIR%%/qmldesigner/studio_templates/files/stackedlayout/file.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/files/stackedlayout/wizard.json
%%DATADIR%%/qmldesigner/studio_templates/files/swipeview/custom_swipe_view.png
%%DATADIR%%/qmldesigner/studio_templates/files/swipeview/custom_swipe_view@2.png
%%DATADIR%%/qmldesigner/studio_templates/files/swipeview/file.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/files/swipeview/wizard.json
%%DATADIR%%/qmldesigner/studio_templates/projects/app_mcu.qmlproject
%%DATADIR%%/qmldesigner/studio_templates/projects/application-3d/Screen01.ui.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/application-3d/contentmodule.main.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/application-3d/desktop_blank.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-3d/desktop_blank@2.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-3d/detailsPage.qml
%%DATADIR%%/qmldesigner/studio_templates/projects/application-3d/wizard.json
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/CMakeLists.txt
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/Constants.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/Button.qml
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/CheckBox.qml
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/DefaultStyle.qml
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/Dial.qml
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/ProgressBar.qml
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/RadioButton.qml
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/Slider.qml
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/SwipeView.qml
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/Switch.qml
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/button-disabled.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/button-pressed.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/button.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/checkbox-checked-pressed.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/checkbox-checked.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/checkbox-disabled.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/checkbox-partially-checked-pressed.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/checkbox-partially-checked.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/checkbox-pressed.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/checkbox.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/dial-background-disabled.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/dial-background.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/dial-progress.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/progressbar-background.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/progressbar-progress.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/radiobutton-checked-pressed.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/radiobutton-checked.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/radiobutton-disabled.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/radiobutton-pressed.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/radiobutton.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-background-disabled-vertical.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-background-disabled.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-background-vertical.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-background.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-handle-disabled-pressed.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-handle-disabled.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-handle-pressed.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-handle.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-progress-vertical.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-progress.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/switch-bg.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/switch-handle.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/switch-i.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/switch-o.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/qmldir
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/Screen01.ui.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/constants_module.qmlproject.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/desktop_blank.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/desktop_blank@2.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/detailsPage.qml
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/main.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/mcuqtquickcontrols2.conf
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/qmldir
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/wizard.json
%%DATADIR%%/qmldesigner/studio_templates/projects/application/Screen01.ui.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/application/desktop_blank.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application/desktop_blank@2.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application/detailsPage.qml
%%DATADIR%%/qmldesigner/studio_templates/projects/application/place_holder.png
%%DATADIR%%/qmldesigner/studio_templates/projects/application/wizard.json
%%DATADIR%%/qmldesigner/studio_templates/projects/common/App.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/common/CMakeLists.content.txt.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/common/CMakeLists.imports.txt.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/common/CMakeLists.main.txt.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/common/app.qmlproject.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/common/app_environment.h.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/common/asset_imports.txt
%%DATADIR%%/qmldesigner/studio_templates/projects/common/contentmodule.main.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/common/fonts.txt
%%DATADIR%%/qmldesigner/studio_templates/projects/common/import_qml_components_plugins.h.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/common/import_qml_plugins.h.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/common/insight.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/common/main.cpp.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/common/main.qml
%%DATADIR%%/qmldesigner/studio_templates/projects/common/qmlcomponents.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/common/qmlmodules.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/common/qtquickcontrols2.conf
%%DATADIR%%/qmldesigner/studio_templates/projects/common/qtquickcontrols2.conf.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/defaults/qmlapplication-project-page.json
%%DATADIR%%/qmldesigner/studio_templates/projects/desktop-launcher/Screen01.ui.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/desktop-launcher/desktop_launcher.png
%%DATADIR%%/qmldesigner/studio_templates/projects/desktop-launcher/desktop_launcher@2.png
%%DATADIR%%/qmldesigner/studio_templates/projects/desktop-launcher/detailsPage.qml
%%DATADIR%%/qmldesigner/studio_templates/projects/desktop-launcher/wizard.json
%%DATADIR%%/qmldesigner/studio_templates/projects/fonts.txt
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-scroll/Screen01.ui.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-scroll/detailsPage.qml
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-scroll/mobile_scroll.png
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-scroll/mobile_scroll@2.png
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-scroll/wizard.json
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-stack/App.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-stack/CMakeLists.content.txt.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-stack/Screen01.ui.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-stack/Screen02.ui.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-stack/detailsPage.qml
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-stack/mobile_stack.png
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-stack/mobile_stack@2.png
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-stack/wizard.json
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-swipe/App.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-swipe/CMakeLists.content.txt.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-swipe/Screen01.ui.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-swipe/Screen02.ui.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-swipe/detailsPage.qml
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-swipe/mobile_swipe.png
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-swipe/mobile_swipe@2.png
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-swipe/wizard.json
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/CMakeLists.importmodule.txt.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/Constants.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/DirectoryFontLoader.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/EventListModel.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/EventListSimulator.qml.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/designer/plugin.metainfo
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/importmodule.qmldir.tpl
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/qmldir
%%DATADIR%%/qmldesigner/textureEditorQmlSource/EmptyTextureEditorPane.qml
%%DATADIR%%/qmldesigner/textureEditorQmlSource/TextureEditorPane.qml
%%DATADIR%%/qmldesigner/textureEditorQmlSource/TextureEditorToolBar.qml
%%DATADIR%%/qmldesigner/textureEditorQmlSource/TextureEditorTopSection.qml
%%DATADIR%%/qmldesigner/toolbar/CrumbleBar.qml
%%DATADIR%%/qmldesigner/toolbar/CrumbleBread.qml
%%DATADIR%%/qmldesigner/toolbar/Main.qml
%%DATADIR%%/qmldesigner/toolbar/ToolbarButton.qml
%%DATADIR%%/qmldesigner/workspacePresets/Advanced-3D.wrk
%%DATADIR%%/qmldesigner/workspacePresets/Animation-2D.wrk
%%DATADIR%%/qmldesigner/workspacePresets/Animation-3D.wrk
%%DATADIR%%/qmldesigner/workspacePresets/Basic.wrk
%%DATADIR%%/qmldesigner/workspacePresets/Code.wrk
%%DATADIR%%/qmldesigner/workspacePresets/Essentials-3D.wrk
%%DATADIR%%/qmldesigner/workspacePresets/Essentials.wrk
%%DATADIR%%/qmldesigner/workspacePresets/UX-Design.wrk
%%DATADIR%%/qmldesigner/workspacePresets/Views-All.wrk
%%DATADIR%%/qmldesigner/workspacePresets/order.json
%%DATADIR%%/qmlicons/Qt/16x16/BorderImage.png
%%DATADIR%%/qmlicons/Qt/16x16/BusyIndicator.png
%%DATADIR%%/qmlicons/Qt/16x16/Button.png
%%DATADIR%%/qmlicons/Qt/16x16/ButtonColumn.png
%%DATADIR%%/qmlicons/Qt/16x16/ButtonRow.png
%%DATADIR%%/qmlicons/Qt/16x16/CheckBox.png
%%DATADIR%%/qmlicons/Qt/16x16/ChoiceList.png
%%DATADIR%%/qmlicons/Qt/16x16/ColorAnimation.png
%%DATADIR%%/qmlicons/Qt/16x16/Component.png
%%DATADIR%%/qmlicons/Qt/16x16/CountBubble.png
%%DATADIR%%/qmlicons/Qt/16x16/DatePickerDialog.png
%%DATADIR%%/qmlicons/Qt/16x16/Flickable.png
%%DATADIR%%/qmlicons/Qt/16x16/Flipable.png
%%DATADIR%%/qmlicons/Qt/16x16/FocusScope.png
%%DATADIR%%/qmlicons/Qt/16x16/GridView.png
%%DATADIR%%/qmlicons/Qt/16x16/Image.png
%%DATADIR%%/qmlicons/Qt/16x16/InfoBanner.png
%%DATADIR%%/qmlicons/Qt/16x16/Item.png
%%DATADIR%%/qmlicons/Qt/16x16/ListButton.png
%%DATADIR%%/qmlicons/Qt/16x16/ListDelegate.png
%%DATADIR%%/qmlicons/Qt/16x16/ListView.png
%%DATADIR%%/qmlicons/Qt/16x16/MoreIndicator.png
%%DATADIR%%/qmlicons/Qt/16x16/MouseArea.png
%%DATADIR%%/qmlicons/Qt/16x16/PageIndicator.png
%%DATADIR%%/qmlicons/Qt/16x16/ParallelAnimation.png
%%DATADIR%%/qmlicons/Qt/16x16/PathView.png
%%DATADIR%%/qmlicons/Qt/16x16/PauseAnimation.png
%%DATADIR%%/qmlicons/Qt/16x16/ProgressBar.png
%%DATADIR%%/qmlicons/Qt/16x16/PropertyChanges.png
%%DATADIR%%/qmlicons/Qt/16x16/RadioButton.png
%%DATADIR%%/qmlicons/Qt/16x16/RatingIndicator.png
%%DATADIR%%/qmlicons/Qt/16x16/Rectangle.png
%%DATADIR%%/qmlicons/Qt/16x16/SequentialAnimation.png
%%DATADIR%%/qmlicons/Qt/16x16/Slider.png
%%DATADIR%%/qmlicons/Qt/16x16/State.png
%%DATADIR%%/qmlicons/Qt/16x16/Switch.png
%%DATADIR%%/qmlicons/Qt/16x16/TabBar.png
%%DATADIR%%/qmlicons/Qt/16x16/TabButton.png
%%DATADIR%%/qmlicons/Qt/16x16/Text.png
%%DATADIR%%/qmlicons/Qt/16x16/TextArea.png
%%DATADIR%%/qmlicons/Qt/16x16/TextEdit.png
%%DATADIR%%/qmlicons/Qt/16x16/TextField.png
%%DATADIR%%/qmlicons/Qt/16x16/TextInput.png
%%DATADIR%%/qmlicons/Qt/16x16/TimePickerDialog.png
%%DATADIR%%/qmlicons/Qt/16x16/ToolBar.png
%%DATADIR%%/qmlicons/Qt/16x16/Transition.png
%%DATADIR%%/qmlicons/Qt/16x16/Tumbler.png
%%DATADIR%%/qmlicons/Qt/16x16/TumblerButton.png
%%DATADIR%%/qmlicons/Qt/16x16/TumblerColumn.png
%%DATADIR%%/qmlicons/Qt/16x16/TumblerDialog.png
%%DATADIR%%/qmlicons/Qt/16x16/Window.png
%%DATADIR%%/qmlicons/Qt/16x16/item-icon16.png
%%DATADIR%%/qmlicons/QtWebkit/16x16/WebView.png
%%DATADIR%%/schemes/MS_Visual_C++.kms
%%DATADIR%%/schemes/Xcode.kms
%%DATADIR%%/snippets/cpp.xml
%%DATADIR%%/snippets/qml.xml
%%DATADIR%%/snippets/text.xml
%%DATADIR%%/styles/creator-dark.xml
%%DATADIR%%/styles/dark.xml
%%DATADIR%%/styles/default.xml
%%DATADIR%%/styles/default_classic.xml
%%DATADIR%%/styles/grayscale.xml
%%DATADIR%%/styles/inkpot.xml
%%DATADIR%%/styles/intellij.xml
%%DATADIR%%/styles/mabakor.xml
%%DATADIR%%/styles/modnokai_night_shift_v2.xml
%%DATADIR%%/styles/solarized-dark.xml
%%DATADIR%%/styles/solarized-light.xml
%%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_collection.cpp
%%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_collection.h
%%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_plugin.pro
%%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_resources.qrc
%%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_single.cpp
%%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_single.h
%%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_widget.cpp
%%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_widget.h
%%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_widget_include.pri
%%DATADIR%%/templates/qt4project/customwidgetwizard/tpl_widget_lib.pro
%%DATADIR%%/templates/wizards/README.txt
%%DATADIR%%/templates/wizards/autotest/autotest.png
%%DATADIR%%/templates/wizards/autotest/autotest@2x.png
%%DATADIR%%/templates/wizards/autotest/files/catch2_tst.cpp
%%DATADIR%%/templates/wizards/autotest/files/googlecommon.js
%%DATADIR%%/templates/wizards/autotest/files/gtest_dependency.pri
%%DATADIR%%/templates/wizards/autotest/files/setup.cpp
%%DATADIR%%/templates/wizards/autotest/files/setup.h
%%DATADIR%%/templates/wizards/autotest/files/tst.pro
%%DATADIR%%/templates/wizards/autotest/files/tst.qbs
%%DATADIR%%/templates/wizards/autotest/files/tst.txt
%%DATADIR%%/templates/wizards/autotest/files/tst_main.cpp
%%DATADIR%%/templates/wizards/autotest/files/tst_qml.tmpl
%%DATADIR%%/templates/wizards/autotest/files/tst_src.cpp
%%DATADIR%%/templates/wizards/autotest/files/tst_src_boost.cpp
%%DATADIR%%/templates/wizards/autotest/files/tst_src_gt.cpp
%%DATADIR%%/templates/wizards/autotest/wizard.json
%%DATADIR%%/templates/wizards/classes/cpp/file.cpp
%%DATADIR%%/templates/wizards/classes/cpp/file.h
%%DATADIR%%/templates/wizards/classes/cpp/wizard.json
%%DATADIR%%/templates/wizards/classes/itemmodel/itemmodel.cpp
%%DATADIR%%/templates/wizards/classes/itemmodel/itemmodel.h
%%DATADIR%%/templates/wizards/classes/itemmodel/listmodel.cpp
%%DATADIR%%/templates/wizards/classes/itemmodel/listmodel.h
%%DATADIR%%/templates/wizards/classes/itemmodel/tablemodel.cpp
%%DATADIR%%/templates/wizards/classes/itemmodel/tablemodel.h
%%DATADIR%%/templates/wizards/classes/itemmodel/wizard.json
%%DATADIR%%/templates/wizards/classes/python/file.py
%%DATADIR%%/templates/wizards/classes/python/wizard.json
%%DATADIR%%/templates/wizards/codesnippet/CMakeLists.txt
%%DATADIR%%/templates/wizards/codesnippet/main.cpp
%%DATADIR%%/templates/wizards/codesnippet/wizard.json
%%DATADIR%%/templates/wizards/files/cppheader/file.h
%%DATADIR%%/templates/wizards/files/cppheader/wizard.json
%%DATADIR%%/templates/wizards/files/cppsource/file.cpp
%%DATADIR%%/templates/wizards/files/cppsource/wizard.json
%%DATADIR%%/templates/wizards/files/form/file.ui
%%DATADIR%%/templates/wizards/files/form/wizard.json
%%DATADIR%%/templates/wizards/files/glsl/gl/fragment/file.frag
%%DATADIR%%/templates/wizards/files/glsl/gl/fragment/wizard.json
%%DATADIR%%/templates/wizards/files/glsl/gl/vertex/file.vert
%%DATADIR%%/templates/wizards/files/glsl/gl/vertex/wizard.json
%%DATADIR%%/templates/wizards/files/glsl/gles/fragment/file.fsh
%%DATADIR%%/templates/wizards/files/glsl/gles/fragment/wizard.json
%%DATADIR%%/templates/wizards/files/glsl/gles/vertex/file.vsh
%%DATADIR%%/templates/wizards/files/glsl/gles/vertex/wizard.json
%%DATADIR%%/templates/wizards/files/java/source.java
%%DATADIR%%/templates/wizards/files/java/wizard.json
%%DATADIR%%/templates/wizards/files/js/file.js
%%DATADIR%%/templates/wizards/files/js/wizard.json
%%DATADIR%%/templates/wizards/files/markdown/file.md
%%DATADIR%%/templates/wizards/files/markdown/wizard.json
%%DATADIR%%/templates/wizards/files/modeling/model/file.qmodel
%%DATADIR%%/templates/wizards/files/modeling/model/wizard.json
%%DATADIR%%/templates/wizards/files/modeling/scratch/file.qmodel
%%DATADIR%%/templates/wizards/files/modeling/scratch/wizard.json
%%DATADIR%%/templates/wizards/files/nim/file.nim
%%DATADIR%%/templates/wizards/files/nim/wizard.json
%%DATADIR%%/templates/wizards/files/nimscript/file.nims
%%DATADIR%%/templates/wizards/files/nimscript/wizard.json
%%DATADIR%%/templates/wizards/files/python/file.py
%%DATADIR%%/templates/wizards/files/python/icon.png
%%DATADIR%%/templates/wizards/files/python/icon@2x.png
%%DATADIR%%/templates/wizards/files/python/wizard.json
%%DATADIR%%/templates/wizards/files/qrc/file.qrc
%%DATADIR%%/templates/wizards/files/qrc/wizard.json
%%DATADIR%%/templates/wizards/files/qtquick2/file.qml.tpl
%%DATADIR%%/templates/wizards/files/qtquick2/wizard.json
%%DATADIR%%/templates/wizards/files/scratch/file.txt
%%DATADIR%%/templates/wizards/files/scratch/wizard.json
%%DATADIR%%/templates/wizards/files/scxml/file.scxml
%%DATADIR%%/templates/wizards/files/scxml/wizard.json
%%DATADIR%%/templates/wizards/files/testing/file.cpp
%%DATADIR%%/templates/wizards/files/testing/wizard.json
%%DATADIR%%/templates/wizards/files/text/file.txt
%%DATADIR%%/templates/wizards/files/text/wizard.json
%%DATADIR%%/templates/wizards/global/consoleapplication.png
%%DATADIR%%/templates/wizards/global/consoleapplication@2x.png
%%DATADIR%%/templates/wizards/global/guiapplication.png
%%DATADIR%%/templates/wizards/global/guiapplication@2x.png
%%DATADIR%%/templates/wizards/global/lib.png
%%DATADIR%%/templates/wizards/global/lib@2x.png
%%DATADIR%%/templates/wizards/projects/consoleapp/CMakeLists.txt
%%DATADIR%%/templates/wizards/projects/consoleapp/file.pro
%%DATADIR%%/templates/wizards/projects/consoleapp/file.qbs
%%DATADIR%%/templates/wizards/projects/consoleapp/main.cpp
%%DATADIR%%/templates/wizards/projects/consoleapp/meson.build
%%DATADIR%%/templates/wizards/projects/consoleapp/wizard.json
%%DATADIR%%/templates/wizards/projects/cpplibrary/CMakeLists.txt
%%DATADIR%%/templates/wizards/projects/cpplibrary/lib.cpp
%%DATADIR%%/templates/wizards/projects/cpplibrary/lib.h
%%DATADIR%%/templates/wizards/projects/cpplibrary/lib_global.h
%%DATADIR%%/templates/wizards/projects/cpplibrary/meson.build
%%DATADIR%%/templates/wizards/projects/cpplibrary/project.json
%%DATADIR%%/templates/wizards/projects/cpplibrary/project.pro
%%DATADIR%%/templates/wizards/projects/cpplibrary/project.qbs
%%DATADIR%%/templates/wizards/projects/cpplibrary/wizard.json
%%DATADIR%%/templates/wizards/projects/git.ignore
%%DATADIR%%/templates/wizards/projects/nim/file.nimproject
%%DATADIR%%/templates/wizards/projects/nim/icon.png
%%DATADIR%%/templates/wizards/projects/nim/icon@2x.png
%%DATADIR%%/templates/wizards/projects/nim/main.nim
%%DATADIR%%/templates/wizards/projects/nim/wizard.json
%%DATADIR%%/templates/wizards/projects/nimble/binary/binary.nimble
%%DATADIR%%/templates/wizards/projects/nimble/binary/src/binary.nim
%%DATADIR%%/templates/wizards/projects/nimble/hybrid/hybrid.nimble
%%DATADIR%%/templates/wizards/projects/nimble/hybrid/src/hybrid.nim
%%DATADIR%%/templates/wizards/projects/nimble/hybrid/src/hybridpkg/submodule.nim
%%DATADIR%%/templates/wizards/projects/nimble/hybrid/tests/config.nims
%%DATADIR%%/templates/wizards/projects/nimble/hybrid/tests/test1.nim
%%DATADIR%%/templates/wizards/projects/nimble/library/library.nimble
%%DATADIR%%/templates/wizards/projects/nimble/library/src/library.nim
%%DATADIR%%/templates/wizards/projects/nimble/library/src/library/submodule.nim
%%DATADIR%%/templates/wizards/projects/nimble/library/tests/config.nims
%%DATADIR%%/templates/wizards/projects/nimble/library/tests/test1.nim
%%DATADIR%%/templates/wizards/projects/nimble/wizard.json
%%DATADIR%%/templates/wizards/projects/plainc/CMakeLists.txt
%%DATADIR%%/templates/wizards/projects/plainc/file.pro
%%DATADIR%%/templates/wizards/projects/plainc/file.qbs
%%DATADIR%%/templates/wizards/projects/plainc/main.c
%%DATADIR%%/templates/wizards/projects/plainc/meson.build
%%DATADIR%%/templates/wizards/projects/plainc/wizard.json
%%DATADIR%%/templates/wizards/projects/plaincpp/CMakeLists.txt
%%DATADIR%%/templates/wizards/projects/plaincpp/file.pro
%%DATADIR%%/templates/wizards/projects/plaincpp/file.qbs
%%DATADIR%%/templates/wizards/projects/plaincpp/main.cpp
%%DATADIR%%/templates/wizards/projects/plaincpp/meson.build
%%DATADIR%%/templates/wizards/projects/plaincpp/wizard.json
%%DATADIR%%/templates/wizards/projects/qmake/empty/file.pro
%%DATADIR%%/templates/wizards/projects/qmake/empty/wizard.json
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/empty/icon.png
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/empty/icon@2x.png
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/empty/wizard.json
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/icons/icon.png
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/icons/icon@2x.png
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/main.pyproject
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/main_empty.py
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/main_mainwindow.py
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/main_qtquick.py
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/main_widget.py
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/main_widget.ui
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/mainwindow/wizard.json
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/qtquickapplication/main.pyproject
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/qtquickapplication/main.qml.tpl
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/qtquickapplication/wizard.json
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/widget/main.pyproject
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/widget/wizard.json
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/CMakeLists.6.x.txt
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/example/example.cpp
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/example/example.qml.tpl
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/lib.png
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/lib@2x.png
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/object.cpp
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/object.h
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/object.qml.tpl
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/plugin.cpp
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/plugin.h
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/project.pro
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/qmldir
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/wizard.json
%%DATADIR%%/templates/wizards/projects/qtquickapplication/CMakeLists.txt
%%DATADIR%%/templates/wizards/projects/qtquickapplication/Main.qml.tpl
%%DATADIR%%/templates/wizards/projects/qtquickapplication/icon.png
%%DATADIR%%/templates/wizards/projects/qtquickapplication/icon@2x.png
%%DATADIR%%/templates/wizards/projects/qtquickapplication/main.cpp
%%DATADIR%%/templates/wizards/projects/qtquickapplication/qtquickcontrols2.conf
%%DATADIR%%/templates/wizards/projects/qtquickapplication/wizard.json
%%DATADIR%%/templates/wizards/projects/qtquickapplication_compat/CMakeLists.6.x.txt
%%DATADIR%%/templates/wizards/projects/qtquickapplication_compat/CMakeLists.txt
%%DATADIR%%/templates/wizards/projects/qtquickapplication_compat/app.pro
%%DATADIR%%/templates/wizards/projects/qtquickapplication_compat/app.qbs
%%DATADIR%%/templates/wizards/projects/qtquickapplication_compat/empty/icon.png
%%DATADIR%%/templates/wizards/projects/qtquickapplication_compat/empty/icon@2x.png
%%DATADIR%%/templates/wizards/projects/qtquickapplication_compat/empty/main.qml.tpl
%%DATADIR%%/templates/wizards/projects/qtquickapplication_compat/empty/qml.qrc
%%DATADIR%%/templates/wizards/projects/qtquickapplication_compat/empty/wizard.json
%%DATADIR%%/templates/wizards/projects/qtquickapplication_compat/main.cpp
%%DATADIR%%/templates/wizards/projects/qtquickapplication_compat/qtquickcontrols2.conf
%%DATADIR%%/templates/wizards/projects/qtquickuiprototype/app.qmlproject
%%DATADIR%%/templates/wizards/projects/qtquickuiprototype/qtquickuiprototype.png
%%DATADIR%%/templates/wizards/projects/qtquickuiprototype/qtquickuiprototype@2x.png
%%DATADIR%%/templates/wizards/projects/qtquickuiprototype/wizard.json
%%DATADIR%%/templates/wizards/projects/qtwidgetsapplication/CMakeLists.txt
%%DATADIR%%/templates/wizards/projects/qtwidgetsapplication/main.cpp
%%DATADIR%%/templates/wizards/projects/qtwidgetsapplication/meson.build
%%DATADIR%%/templates/wizards/projects/qtwidgetsapplication/project.pro
%%DATADIR%%/templates/wizards/projects/qtwidgetsapplication/project.qbs
%%DATADIR%%/templates/wizards/projects/qtwidgetsapplication/widget.cpp
%%DATADIR%%/templates/wizards/projects/qtwidgetsapplication/widget.h
%%DATADIR%%/templates/wizards/projects/qtwidgetsapplication/widget.ui
%%DATADIR%%/templates/wizards/projects/qtwidgetsapplication/wizard.json
%%DATADIR%%/templates/wizards/projects/translation.ts
%%DATADIR%%/templates/wizards/projects/vcs/bazaar/icon.png
%%DATADIR%%/templates/wizards/projects/vcs/bazaar/icon@2x.png
%%DATADIR%%/templates/wizards/projects/vcs/bazaar/wizard.json
%%DATADIR%%/templates/wizards/projects/vcs/cvs/icon.png
%%DATADIR%%/templates/wizards/projects/vcs/cvs/icon@2x.png
%%DATADIR%%/templates/wizards/projects/vcs/cvs/wizard.json
%%DATADIR%%/templates/wizards/projects/vcs/git/icon.png
%%DATADIR%%/templates/wizards/projects/vcs/git/icon@2x.png
%%DATADIR%%/templates/wizards/projects/vcs/git/wizard.json
%%DATADIR%%/templates/wizards/projects/vcs/mercurial/icon.png
%%DATADIR%%/templates/wizards/projects/vcs/mercurial/icon@2x.png
%%DATADIR%%/templates/wizards/projects/vcs/mercurial/wizard.json
%%DATADIR%%/templates/wizards/projects/vcs/subversion/icon.png
%%DATADIR%%/templates/wizards/projects/vcs/subversion/icon@2x.png
%%DATADIR%%/templates/wizards/projects/vcs/subversion/wizard.json
%%DATADIR%%/templates/wizards/qtcreatorplugin/CMakeLists.txt
%%DATADIR%%/templates/wizards/qtcreatorplugin/MyPlugin.json.in
%%DATADIR%%/templates/wizards/qtcreatorplugin/README.md
%%DATADIR%%/templates/wizards/qtcreatorplugin/github_workflows_README.md
%%DATADIR%%/templates/wizards/qtcreatorplugin/github_workflows_build_cmake.yml
%%DATADIR%%/templates/wizards/qtcreatorplugin/myplugin.cpp
%%DATADIR%%/templates/wizards/qtcreatorplugin/myplugin.h
%%DATADIR%%/templates/wizards/qtcreatorplugin/myplugin_global.h
%%DATADIR%%/templates/wizards/qtcreatorplugin/mypluginconstants.h
%%DATADIR%%/templates/wizards/qtcreatorplugin/qtcreatorplugin.png
%%DATADIR%%/templates/wizards/qtcreatorplugin/qtcreatorplugin@2x.png
%%DATADIR%%/templates/wizards/qtcreatorplugin/wizard.json
%%DATADIR%%/themes/dark.creatortheme
%%DATADIR%%/themes/default.creatortheme
%%DATADIR%%/themes/design-light.creatortheme
%%DATADIR%%/themes/design.creatortheme
%%DATADIR%%/themes/flat-dark.creatortheme
%%DATADIR%%/themes/flat-light.creatortheme
%%DATADIR%%/themes/flat.creatortheme
%%DATADIR%%/translations/qtcreator_cs.qm
%%DATADIR%%/translations/qtcreator_da.qm
%%DATADIR%%/translations/qtcreator_de.qm
%%DATADIR%%/translations/qtcreator_fr.qm
%%DATADIR%%/translations/qtcreator_hr.qm
%%DATADIR%%/translations/qtcreator_ja.qm
%%DATADIR%%/translations/qtcreator_pl.qm
%%DATADIR%%/translations/qtcreator_ru.qm
%%DATADIR%%/translations/qtcreator_sl.qm
%%DATADIR%%/translations/qtcreator_uk.qm
%%DATADIR%%/translations/qtcreator_zh_CN.qm
%%DATADIR%%/translations/qtcreator_zh_TW.qm