summaryrefslogtreecommitdiff
path: root/x11/qt5-qtbase/PLIST
blob: 7d982f6c0c7433816d00926fe119c1aca1ca953c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
@comment $NetBSD: PLIST,v 1.9 2015/10/28 15:52:11 adam Exp $
lib/pkgconfig/Qt5Bootstrap.pc
lib/pkgconfig/Qt5Concurrent.pc
lib/pkgconfig/Qt5Core.pc
lib/pkgconfig/Qt5Gui.pc
lib/pkgconfig/Qt5Network.pc
lib/pkgconfig/Qt5OpenGL.pc
lib/pkgconfig/Qt5OpenGLExtensions.pc
lib/pkgconfig/Qt5PlatformSupport.pc
lib/pkgconfig/Qt5PrintSupport.pc
lib/pkgconfig/Qt5Sql.pc
lib/pkgconfig/Qt5Test.pc
lib/pkgconfig/Qt5Widgets.pc
lib/pkgconfig/Qt5Xml.pc
qt5/bin/moc
qt5/bin/qdbuscpp2xml
qt5/bin/qdbusxml2cpp
qt5/bin/qdoc
qt5/bin/qlalr
qt5/bin/qmake
qt5/bin/rcc
qt5/bin/syncqt.pl
qt5/bin/uic
qt5/doc/global/compat.qdocconf
qt5/doc/global/config.qdocconf
qt5/doc/global/externalsites.qdocconf
qt5/doc/global/externalsites/external-resources.qdoc
qt5/doc/global/externalsites/qt-webpages.qdoc
qt5/doc/global/externalsites/qtcreator.qdoc
qt5/doc/global/externalsites/rfc.qdoc
qt5/doc/global/fileextensions.qdocconf
qt5/doc/global/html-config.qdocconf
qt5/doc/global/html-footer-online.qdocconf
qt5/doc/global/html-footer.qdocconf
qt5/doc/global/html-header-offline.qdocconf
qt5/doc/global/html-header-online.qdocconf
qt5/doc/global/includes-online/search.qdoc
qt5/doc/global/includes/examples-run.qdocinc
qt5/doc/global/macros.qdocconf
qt5/doc/global/manifest-meta.qdocconf
qt5/doc/global/qt-cpp-defines.qdocconf
qt5/doc/global/qt-html-templates-offline.qdocconf
qt5/doc/global/qt-html-templates-online.qdocconf
qt5/doc/global/qt-module-defaults-offline.qdocconf
qt5/doc/global/qt-module-defaults-online-commercial.qdocconf
qt5/doc/global/qt-module-defaults-online.qdocconf
qt5/doc/global/qt-module-defaults.qdocconf
qt5/doc/global/template/images/Qt-dark_gradient.png
qt5/doc/global/template/images/Qt-footer-bg.jpg
qt5/doc/global/template/images/Qt-footer_shadow.png
qt5/doc/global/template/images/Qt-gradient.png
qt5/doc/global/template/images/Qt-header-bg.jpg
qt5/doc/global/template/images/Qt-logo.png
qt5/doc/global/template/images/arrow.png
qt5/doc/global/template/images/arrow_bc.png
qt5/doc/global/template/images/arrow_down.png
qt5/doc/global/template/images/bg_l.png
qt5/doc/global/template/images/bg_l_blank.png
qt5/doc/global/template/images/bg_ll_blank.png
qt5/doc/global/template/images/bg_r.png
qt5/doc/global/template/images/bg_ul_blank.png
qt5/doc/global/template/images/bgrContent.png
qt5/doc/global/template/images/blu_dot.png
qt5/doc/global/template/images/box_bg.png
qt5/doc/global/template/images/breadcrumb.png
qt5/doc/global/template/images/btn_next.png
qt5/doc/global/template/images/btn_prev.png
qt5/doc/global/template/images/bullet_dn.png
qt5/doc/global/template/images/bullet_gt.png
qt5/doc/global/template/images/bullet_sq.png
qt5/doc/global/template/images/bullet_up.png
qt5/doc/global/template/images/feedbackground.png
qt5/doc/global/template/images/header_bg.png
qt5/doc/global/template/images/home.png
qt5/doc/global/template/images/horBar.png
qt5/doc/global/template/images/ico_note.png
qt5/doc/global/template/images/ico_note_attention.png
qt5/doc/global/template/images/ico_out.png
qt5/doc/global/template/images/logo.png
qt5/doc/global/template/images/page.png
qt5/doc/global/template/images/page_bg.png
qt5/doc/global/template/images/spinner.gif
qt5/doc/global/template/images/sprites-combined.png
qt5/doc/global/template/scripts/extras.js
qt5/doc/global/template/scripts/main.js
qt5/doc/global/template/style/cookiebar-x.png
qt5/doc/global/template/style/doc_search.png
qt5/doc/global/template/style/gsc.css
qt5/doc/global/template/style/icomoon.eot
qt5/doc/global/template/style/icomoon.svg
qt5/doc/global/template/style/icomoon.ttf
qt5/doc/global/template/style/icomoon.woff
qt5/doc/global/template/style/list_arrow.png
qt5/doc/global/template/style/offline.css
qt5/doc/global/template/style/online.css
qt5/doc/global/template/style/theqtcompany.png
qt5/include/QtConcurrent/QtConcurrent
qt5/include/QtConcurrent/QtConcurrentDepends
qt5/include/QtConcurrent/QtConcurrentFilter
qt5/include/QtConcurrent/QtConcurrentMap
qt5/include/QtConcurrent/QtConcurrentRun
qt5/include/QtConcurrent/QtConcurrentVersion
qt5/include/QtConcurrent/qtconcurrent_global.h
qt5/include/QtConcurrent/qtconcurrentcompilertest.h
qt5/include/QtConcurrent/qtconcurrentexception.h
qt5/include/QtConcurrent/qtconcurrentfilter.h
qt5/include/QtConcurrent/qtconcurrentfilterkernel.h
qt5/include/QtConcurrent/qtconcurrentfunctionwrappers.h
qt5/include/QtConcurrent/qtconcurrentiteratekernel.h
qt5/include/QtConcurrent/qtconcurrentmap.h
qt5/include/QtConcurrent/qtconcurrentmapkernel.h
qt5/include/QtConcurrent/qtconcurrentmedian.h
qt5/include/QtConcurrent/qtconcurrentreducekernel.h
qt5/include/QtConcurrent/qtconcurrentrun.h
qt5/include/QtConcurrent/qtconcurrentrunbase.h
qt5/include/QtConcurrent/qtconcurrentstoredfunctioncall.h
qt5/include/QtConcurrent/qtconcurrentthreadengine.h
qt5/include/QtConcurrent/qtconcurrentversion.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/cp949codetbl_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qabstractanimation_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qabstracteventdispatcher_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qabstractfileengine_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qabstractitemmodel_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qabstractproxymodel_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qabstractstate_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qabstracttransition_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qanimationgroup_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qbig5codec_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qbytedata_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcollator_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcore_mac_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcore_unix_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcoreapplication_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcorecmdlineargs_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcoreglobaldata_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qcrashhandler_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qdatastream_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qdataurl_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qdatetime_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qdatetimeparser_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qdebug_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qdir_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qelfparser_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qeucjpcodec_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qeuckrcodec_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qeventdispatcher_blackberry_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qeventdispatcher_glib_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qeventdispatcher_unix_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qeventdispatcher_win_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qeventdispatcher_winrt_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qeventloop_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qeventtransition_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfactoryloader_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfile_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfiledevice_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfileinfo_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfileselector_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfilesystemengine_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfilesystementry_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfilesystemiterator_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfilesystemmetadata_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfilesystemwatcher_fsevents_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfilesystemwatcher_inotify_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfilesystemwatcher_kqueue_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfilesystemwatcher_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfilesystemwatcher_polling_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfilesystemwatcher_win_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfreelist_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfsfileengine_iterator_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfsfileengine_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfunctions_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfutureinterface_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qfuturewatcher_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qgb18030codec_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qharfbuzz_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qhistorystate_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qhooks_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qiconvcodec_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qicucodec_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qiodevice_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qipaddress_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qisciicodec_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qitemselectionmodel_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qjiscodec_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qjni_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qjnihelpers_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qjpunicode_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qjson_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qjsonparser_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qjsonwriter_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qlatincodec_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qlibrary_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qlocale_data_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qlocale_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qlocale_tools_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qlockfile_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qloggingregistry_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmachparser_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmetaobject_moc_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmetaobject_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmetaobjectbuilder_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmetatype_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmetatypeswitcher_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmimedatabase_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmimeglobpattern_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmimemagicrule_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmimemagicrulematcher_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmimeprovider_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmimetype_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmimetypeparser_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmutex_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qmutexpool_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qnoncontiguousbytedevice_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qnumeric_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qobject_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qorderedmutexlocker_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qparallelanimationgroup_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qpodlist_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qppsattribute_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qppsattributeprivate_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qppsobject_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qppsobjectprivate_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qprocess_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qpropertyanimation_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qreadwritelock_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qresource_iterator_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qresource_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qringbuffer_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsavefile_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qscopedpointer_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsequentialanimationgroup_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsettings_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsharedmemory_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsignaleventgenerator_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsignaltransition_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsimd_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsimplecodec_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsjiscodec_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qstate_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qstatemachine_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qstorageinfo_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qstringalgorithms_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qstringiterator_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsystemerror_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsystemlibrary_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qsystemsemaphore_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qt_pch.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qtemporaryfile_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qtextcodec_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qtextstream_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qthread_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qthreadpool_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qtimerinfo_unix_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qtimezoneprivate_data_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qtimezoneprivate_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qtldurl_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qtools_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qtranslator_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qtsciicodec_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qunicodetables_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qunicodetools_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qurl_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qurltlds_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qutfcodec_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qvariant_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qvariantanimation_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qversionnumber_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qwindowscodec_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qwindowspipereader_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qwindowspipewriter_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qwinoverlappedionotifier_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qxmlstream_p.h
qt5/include/QtCore/${PKGVERSION}/QtCore/private/qxmlutils_p.h
qt5/include/QtCore/QAbstractAnimation
qt5/include/QtCore/QAbstractEventDispatcher
qt5/include/QtCore/QAbstractItemModel
qt5/include/QtCore/QAbstractListModel
qt5/include/QtCore/QAbstractNativeEventFilter
qt5/include/QtCore/QAbstractProxyModel
qt5/include/QtCore/QAbstractState
qt5/include/QtCore/QAbstractTableModel
qt5/include/QtCore/QAbstractTransition
qt5/include/QtCore/QAnimationDriver
qt5/include/QtCore/QAnimationGroup
qt5/include/QtCore/QArgument
qt5/include/QtCore/QArrayData
qt5/include/QtCore/QArrayDataPointer
qt5/include/QtCore/QArrayDataPointerRef
qt5/include/QtCore/QAssociativeIterable
qt5/include/QtCore/QAtomicInt
qt5/include/QtCore/QAtomicInteger
qt5/include/QtCore/QAtomicPointer
qt5/include/QtCore/QBBSystemLocaleData
qt5/include/QtCore/QBasicMutex
qt5/include/QtCore/QBasicTimer
qt5/include/QtCore/QBitArray
qt5/include/QtCore/QBitRef
qt5/include/QtCore/QBuffer
qt5/include/QtCore/QByteArray
qt5/include/QtCore/QByteArrayData
qt5/include/QtCore/QByteArrayDataPtr
qt5/include/QtCore/QByteArrayList
qt5/include/QtCore/QByteArrayListIterator
qt5/include/QtCore/QByteArrayMatcher
qt5/include/QtCore/QByteRef
qt5/include/QtCore/QCache
qt5/include/QtCore/QChar
qt5/include/QtCore/QCharRef
qt5/include/QtCore/QChildEvent
qt5/include/QtCore/QCollator
qt5/include/QtCore/QCollatorSortKey
qt5/include/QtCore/QCommandLineOption
qt5/include/QtCore/QCommandLineParser
qt5/include/QtCore/QContiguousCache
qt5/include/QtCore/QContiguousCacheData
qt5/include/QtCore/QContiguousCacheTypedData
qt5/include/QtCore/QCoreApplication
qt5/include/QtCore/QCryptographicHash
qt5/include/QtCore/QDataStream
qt5/include/QtCore/QDate
qt5/include/QtCore/QDateTime
qt5/include/QtCore/QDebug
qt5/include/QtCore/QDebugStateSaver
qt5/include/QtCore/QDeferredDeleteEvent
qt5/include/QtCore/QDir
qt5/include/QtCore/QDirIterator
qt5/include/QtCore/QDynamicPropertyChangeEvent
qt5/include/QtCore/QEasingCurve
qt5/include/QtCore/QElapsedTimer
qt5/include/QtCore/QEnableSharedFromThis
qt5/include/QtCore/QEvent
qt5/include/QtCore/QEventLoop
qt5/include/QtCore/QEventLoopLocker
qt5/include/QtCore/QEventTransition
qt5/include/QtCore/QException
qt5/include/QtCore/QExplicitlySharedDataPointer
qt5/include/QtCore/QFactoryInterface
qt5/include/QtCore/QFile
qt5/include/QtCore/QFileDevice
qt5/include/QtCore/QFileInfo
qt5/include/QtCore/QFileInfoList
qt5/include/QtCore/QFileSelector
qt5/include/QtCore/QFileSystemWatcher
qt5/include/QtCore/QFinalState
qt5/include/QtCore/QFlag
qt5/include/QtCore/QFlags
qt5/include/QtCore/QForeachContainer
qt5/include/QtCore/QFunctionPointer
qt5/include/QtCore/QFuture
qt5/include/QtCore/QFutureInterface
qt5/include/QtCore/QFutureInterfaceBase
qt5/include/QtCore/QFutureIterator
qt5/include/QtCore/QFutureSynchronizer
qt5/include/QtCore/QFutureWatcher
qt5/include/QtCore/QFutureWatcherBase
qt5/include/QtCore/QGenericArgument
qt5/include/QtCore/QGenericReturnArgument
qt5/include/QtCore/QGlobalStatic
qt5/include/QtCore/QHash
qt5/include/QtCore/QHashData
qt5/include/QtCore/QHashDummyValue
qt5/include/QtCore/QHashIterator
qt5/include/QtCore/QHashNode
qt5/include/QtCore/QHistoryState
qt5/include/QtCore/QIODevice
qt5/include/QtCore/QIdentityProxyModel
qt5/include/QtCore/QIncompatibleFlag
qt5/include/QtCore/QIntegerForSize
qt5/include/QtCore/QInternal
qt5/include/QtCore/QItemSelection
qt5/include/QtCore/QItemSelectionModel
qt5/include/QtCore/QItemSelectionRange
qt5/include/QtCore/QJsonArray
qt5/include/QtCore/QJsonDocument
qt5/include/QtCore/QJsonObject
qt5/include/QtCore/QJsonParseError
qt5/include/QtCore/QJsonValue
qt5/include/QtCore/QJsonValuePtr
qt5/include/QtCore/QJsonValueRef
qt5/include/QtCore/QJsonValueRefPtr
qt5/include/QtCore/QLatin1Char
qt5/include/QtCore/QLatin1Literal
qt5/include/QtCore/QLatin1String
qt5/include/QtCore/QLibrary
qt5/include/QtCore/QLibraryInfo
qt5/include/QtCore/QLine
qt5/include/QtCore/QLineF
qt5/include/QtCore/QLinkedList
qt5/include/QtCore/QLinkedListData
qt5/include/QtCore/QLinkedListIterator
qt5/include/QtCore/QLinkedListNode
qt5/include/QtCore/QList
qt5/include/QtCore/QListData
qt5/include/QtCore/QListIterator
qt5/include/QtCore/QListSpecialMethods
qt5/include/QtCore/QLocale
qt5/include/QtCore/QLockFile
qt5/include/QtCore/QLoggingCategory
qt5/include/QtCore/QMap
qt5/include/QtCore/QMapData
qt5/include/QtCore/QMapDataBase
qt5/include/QtCore/QMapIterator
qt5/include/QtCore/QMapNode
qt5/include/QtCore/QMapNodeBase
qt5/include/QtCore/QMargins
qt5/include/QtCore/QMarginsF
qt5/include/QtCore/QMessageAuthenticationCode
qt5/include/QtCore/QMessageLogContext
qt5/include/QtCore/QMessageLogger
qt5/include/QtCore/QMetaClassInfo
qt5/include/QtCore/QMetaEnum
qt5/include/QtCore/QMetaMethod
qt5/include/QtCore/QMetaObject
qt5/include/QtCore/QMetaProperty
qt5/include/QtCore/QMetaType
qt5/include/QtCore/QMetaTypeId
qt5/include/QtCore/QMetaTypeId2
qt5/include/QtCore/QMetaTypeIdQObject
qt5/include/QtCore/QMimeData
qt5/include/QtCore/QMimeDatabase
qt5/include/QtCore/QMimeType
qt5/include/QtCore/QModelIndex
qt5/include/QtCore/QModelIndexList
qt5/include/QtCore/QMultiHash
qt5/include/QtCore/QMultiMap
qt5/include/QtCore/QMutableByteArrayListIterator
qt5/include/QtCore/QMutableFutureIterator
qt5/include/QtCore/QMutableHashIterator
qt5/include/QtCore/QMutableLinkedListIterator
qt5/include/QtCore/QMutableListIterator
qt5/include/QtCore/QMutableMapIterator
qt5/include/QtCore/QMutableSetIterator
qt5/include/QtCore/QMutableStringListIterator
qt5/include/QtCore/QMutableVectorIterator
qt5/include/QtCore/QMutex
qt5/include/QtCore/QMutexLocker
qt5/include/QtCore/QNoDebug
qt5/include/QtCore/QObject
qt5/include/QtCore/QObjectCleanupHandler
qt5/include/QtCore/QObjectData
qt5/include/QtCore/QObjectList
qt5/include/QtCore/QObjectUserData
qt5/include/QtCore/QPair
qt5/include/QtCore/QParallelAnimationGroup
qt5/include/QtCore/QPauseAnimation
qt5/include/QtCore/QPersistentModelIndex
qt5/include/QtCore/QPluginLoader
qt5/include/QtCore/QPoint
qt5/include/QtCore/QPointF
qt5/include/QtCore/QPointer
qt5/include/QtCore/QProcess
qt5/include/QtCore/QProcessEnvironment
qt5/include/QtCore/QPropertyAnimation
qt5/include/QtCore/QQueue
qt5/include/QtCore/QReadLocker
qt5/include/QtCore/QReadWriteLock
qt5/include/QtCore/QRect
qt5/include/QtCore/QRectF
qt5/include/QtCore/QRegExp
qt5/include/QtCore/QRegularExpression
qt5/include/QtCore/QRegularExpressionMatch
qt5/include/QtCore/QRegularExpressionMatchIterator
qt5/include/QtCore/QResource
qt5/include/QtCore/QReturnArgument
qt5/include/QtCore/QRunnable
qt5/include/QtCore/QSaveFile
qt5/include/QtCore/QScopedArrayPointer
qt5/include/QtCore/QScopedPointer
qt5/include/QtCore/QScopedPointerArrayDeleter
qt5/include/QtCore/QScopedPointerDeleteLater
qt5/include/QtCore/QScopedPointerDeleter
qt5/include/QtCore/QScopedPointerObjectDeleteLater
qt5/include/QtCore/QScopedPointerPodDeleter
qt5/include/QtCore/QScopedValueRollback
qt5/include/QtCore/QSemaphore
qt5/include/QtCore/QSequentialAnimationGroup
qt5/include/QtCore/QSequentialIterable
qt5/include/QtCore/QSet
qt5/include/QtCore/QSetIterator
qt5/include/QtCore/QSettings
qt5/include/QtCore/QSharedData
qt5/include/QtCore/QSharedDataPointer
qt5/include/QtCore/QSharedMemory
qt5/include/QtCore/QSharedPointer
qt5/include/QtCore/QSignalBlocker
qt5/include/QtCore/QSignalMapper
qt5/include/QtCore/QSignalTransition
qt5/include/QtCore/QSize
qt5/include/QtCore/QSizeF
qt5/include/QtCore/QSocketNotifier
qt5/include/QtCore/QSortFilterProxyModel
qt5/include/QtCore/QStack
qt5/include/QtCore/QStandardPaths
qt5/include/QtCore/QState
qt5/include/QtCore/QStateMachine
qt5/include/QtCore/QStaticArrayData
qt5/include/QtCore/QStaticAssertFailure
qt5/include/QtCore/QStaticByteArrayData
qt5/include/QtCore/QStaticPlugin
qt5/include/QtCore/QStaticStringData
qt5/include/QtCore/QStorageInfo
qt5/include/QtCore/QString
qt5/include/QtCore/QStringBuilder
qt5/include/QtCore/QStringData
qt5/include/QtCore/QStringDataPtr
qt5/include/QtCore/QStringList
qt5/include/QtCore/QStringListIterator
qt5/include/QtCore/QStringListModel
qt5/include/QtCore/QStringMatcher
qt5/include/QtCore/QStringRef
qt5/include/QtCore/QSysInfo
qt5/include/QtCore/QSystemSemaphore
qt5/include/QtCore/QTemporaryDir
qt5/include/QtCore/QTemporaryFile
qt5/include/QtCore/QTextBoundaryFinder
qt5/include/QtCore/QTextCodec
qt5/include/QtCore/QTextDecoder
qt5/include/QtCore/QTextEncoder
qt5/include/QtCore/QTextStream
qt5/include/QtCore/QTextStreamFunction
qt5/include/QtCore/QTextStreamManipulator
qt5/include/QtCore/QThread
qt5/include/QtCore/QThreadPool
qt5/include/QtCore/QThreadStorage
qt5/include/QtCore/QThreadStorageData
qt5/include/QtCore/QTime
qt5/include/QtCore/QTimeLine
qt5/include/QtCore/QTimeZone
qt5/include/QtCore/QTimer
qt5/include/QtCore/QTimerEvent
qt5/include/QtCore/QTranslator
qt5/include/QtCore/QTypeInfo
qt5/include/QtCore/QTypeInfoMerger
qt5/include/QtCore/QUnhandledException
qt5/include/QtCore/QUrl
qt5/include/QtCore/QUrlQuery
qt5/include/QtCore/QUrlTwoFlags
qt5/include/QtCore/QUuid
qt5/include/QtCore/QVarLengthArray
qt5/include/QtCore/QVariant
qt5/include/QtCore/QVariantAnimation
qt5/include/QtCore/QVariantComparisonHelper
qt5/include/QtCore/QVariantHash
qt5/include/QtCore/QVariantList
qt5/include/QtCore/QVariantMap
qt5/include/QtCore/QVector
qt5/include/QtCore/QVectorIterator
qt5/include/QtCore/QWaitCondition
qt5/include/QtCore/QWeakPointer
qt5/include/QtCore/QWinEventNotifier
qt5/include/QtCore/QWriteLocker
qt5/include/QtCore/QXmlStreamAttribute
qt5/include/QtCore/QXmlStreamAttributes
qt5/include/QtCore/QXmlStreamEntityDeclaration
qt5/include/QtCore/QXmlStreamEntityDeclarations
qt5/include/QtCore/QXmlStreamEntityResolver
qt5/include/QtCore/QXmlStreamNamespaceDeclaration
qt5/include/QtCore/QXmlStreamNamespaceDeclarations
qt5/include/QtCore/QXmlStreamNotationDeclaration
qt5/include/QtCore/QXmlStreamNotationDeclarations
qt5/include/QtCore/QXmlStreamReader
qt5/include/QtCore/QXmlStreamStringRef
qt5/include/QtCore/QXmlStreamWriter
qt5/include/QtCore/Q_PID
qt5/include/QtCore/Qt
qt5/include/QtCore/QtAlgorithms
qt5/include/QtCore/QtCleanUpFunction
qt5/include/QtCore/QtConfig
qt5/include/QtCore/QtContainerFwd
qt5/include/QtCore/QtCore
qt5/include/QtCore/QtCoreDepends
qt5/include/QtCore/QtCoreVersion
qt5/include/QtCore/QtDebug
qt5/include/QtCore/QtEndian
qt5/include/QtCore/QtGlobal
qt5/include/QtCore/QtMath
qt5/include/QtCore/QtMessageHandler
qt5/include/QtCore/QtMsgHandler
qt5/include/QtCore/QtNumeric
qt5/include/QtCore/QtPlugin
qt5/include/QtCore/QtPluginInstanceFunction
qt5/include/QtCore/QtPluginMetaDataFunction
qt5/include/QtCore/qabstractanimation.h
qt5/include/QtCore/qabstracteventdispatcher.h
qt5/include/QtCore/qabstractitemmodel.h
qt5/include/QtCore/qabstractnativeeventfilter.h
qt5/include/QtCore/qabstractproxymodel.h
qt5/include/QtCore/qabstractstate.h
qt5/include/QtCore/qabstracttransition.h
qt5/include/QtCore/qalgorithms.h
qt5/include/QtCore/qanimationgroup.h
qt5/include/QtCore/qarraydata.h
qt5/include/QtCore/qarraydataops.h
qt5/include/QtCore/qarraydatapointer.h
qt5/include/QtCore/qatomic.h
qt5/include/QtCore/qatomic_armv5.h
qt5/include/QtCore/qatomic_armv6.h
qt5/include/QtCore/qatomic_armv7.h
qt5/include/QtCore/qatomic_bootstrap.h
qt5/include/QtCore/qatomic_cxx11.h
qt5/include/QtCore/qatomic_gcc.h
qt5/include/QtCore/qatomic_ia64.h
qt5/include/QtCore/qatomic_mips.h
qt5/include/QtCore/qatomic_msvc.h
qt5/include/QtCore/qatomic_unix.h
qt5/include/QtCore/qatomic_x86.h
qt5/include/QtCore/qbasicatomic.h
qt5/include/QtCore/qbasictimer.h
qt5/include/QtCore/qbitarray.h
qt5/include/QtCore/qbuffer.h
qt5/include/QtCore/qbytearray.h
qt5/include/QtCore/qbytearraylist.h
qt5/include/QtCore/qbytearraymatcher.h
qt5/include/QtCore/qcache.h
qt5/include/QtCore/qchar.h
qt5/include/QtCore/qcollator.h
qt5/include/QtCore/qcommandlineoption.h
qt5/include/QtCore/qcommandlineparser.h
qt5/include/QtCore/qcompilerdetection.h
qt5/include/QtCore/qconfig-dist.h
qt5/include/QtCore/qconfig-large.h
qt5/include/QtCore/qconfig-medium.h
qt5/include/QtCore/qconfig-minimal.h
qt5/include/QtCore/qconfig-nacl.h
qt5/include/QtCore/qconfig-small.h
qt5/include/QtCore/qconfig.h
qt5/include/QtCore/qcontainerfwd.h
qt5/include/QtCore/qcontiguouscache.h
qt5/include/QtCore/qcoreapplication.h
qt5/include/QtCore/qcoreevent.h
qt5/include/QtCore/qcryptographichash.h
qt5/include/QtCore/qdatastream.h
qt5/include/QtCore/qdatetime.h
qt5/include/QtCore/qdebug.h
qt5/include/QtCore/qdir.h
qt5/include/QtCore/qdiriterator.h
qt5/include/QtCore/qeasingcurve.h
qt5/include/QtCore/qelapsedtimer.h
qt5/include/QtCore/qendian.h
qt5/include/QtCore/qeventloop.h
qt5/include/QtCore/qeventtransition.h
qt5/include/QtCore/qexception.h
qt5/include/QtCore/qfactoryinterface.h
qt5/include/QtCore/qfeatures.h
qt5/include/QtCore/qfile.h
qt5/include/QtCore/qfiledevice.h
qt5/include/QtCore/qfileinfo.h
qt5/include/QtCore/qfileselector.h
qt5/include/QtCore/qfilesystemwatcher.h
qt5/include/QtCore/qfinalstate.h
qt5/include/QtCore/qflags.h
qt5/include/QtCore/qfunctions_nacl.h
qt5/include/QtCore/qfunctions_vxworks.h
qt5/include/QtCore/qfunctions_wince.h
qt5/include/QtCore/qfunctions_winrt.h
qt5/include/QtCore/qfuture.h
qt5/include/QtCore/qfutureinterface.h
qt5/include/QtCore/qfuturesynchronizer.h
qt5/include/QtCore/qfuturewatcher.h
qt5/include/QtCore/qgenericatomic.h
qt5/include/QtCore/qglobal.h
qt5/include/QtCore/qglobalstatic.h
qt5/include/QtCore/qhash.h
qt5/include/QtCore/qhistorystate.h
qt5/include/QtCore/qidentityproxymodel.h
qt5/include/QtCore/qiodevice.h
qt5/include/QtCore/qisenum.h
qt5/include/QtCore/qitemselectionmodel.h
qt5/include/QtCore/qiterator.h
qt5/include/QtCore/qjsonarray.h
qt5/include/QtCore/qjsondocument.h
qt5/include/QtCore/qjsonobject.h
qt5/include/QtCore/qjsonvalue.h
qt5/include/QtCore/qlibrary.h
qt5/include/QtCore/qlibraryinfo.h
qt5/include/QtCore/qline.h
qt5/include/QtCore/qlinkedlist.h
qt5/include/QtCore/qlist.h
qt5/include/QtCore/qlocale.h
qt5/include/QtCore/qlocale_blackberry.h
qt5/include/QtCore/qlockfile.h
qt5/include/QtCore/qlogging.h
qt5/include/QtCore/qloggingcategory.h
qt5/include/QtCore/qmap.h
qt5/include/QtCore/qmargins.h
qt5/include/QtCore/qmath.h
qt5/include/QtCore/qmessageauthenticationcode.h
qt5/include/QtCore/qmetaobject.h
qt5/include/QtCore/qmetatype.h
qt5/include/QtCore/qmimedata.h
qt5/include/QtCore/qmimedatabase.h
qt5/include/QtCore/qmimetype.h
qt5/include/QtCore/qmutex.h
qt5/include/QtCore/qnamespace.h
qt5/include/QtCore/qnumeric.h
qt5/include/QtCore/qobject.h
qt5/include/QtCore/qobject_impl.h
qt5/include/QtCore/qobjectcleanuphandler.h
qt5/include/QtCore/qobjectdefs.h
qt5/include/QtCore/qobjectdefs_impl.h
qt5/include/QtCore/qpair.h
qt5/include/QtCore/qparallelanimationgroup.h
qt5/include/QtCore/qpauseanimation.h
qt5/include/QtCore/qplugin.h
qt5/include/QtCore/qpluginloader.h
qt5/include/QtCore/qpoint.h
qt5/include/QtCore/qpointer.h
qt5/include/QtCore/qprocess.h
qt5/include/QtCore/qprocessordetection.h
qt5/include/QtCore/qpropertyanimation.h
qt5/include/QtCore/qqueue.h
qt5/include/QtCore/qreadwritelock.h
qt5/include/QtCore/qrect.h
qt5/include/QtCore/qrefcount.h
qt5/include/QtCore/qregexp.h
qt5/include/QtCore/qregularexpression.h
qt5/include/QtCore/qresource.h
qt5/include/QtCore/qresultstore.h
qt5/include/QtCore/qrunnable.h
qt5/include/QtCore/qsavefile.h
qt5/include/QtCore/qscopedpointer.h
qt5/include/QtCore/qscopedvaluerollback.h
qt5/include/QtCore/qsemaphore.h
qt5/include/QtCore/qsequentialanimationgroup.h
qt5/include/QtCore/qset.h
qt5/include/QtCore/qsettings.h
qt5/include/QtCore/qshareddata.h
qt5/include/QtCore/qsharedmemory.h
qt5/include/QtCore/qsharedpointer.h
qt5/include/QtCore/qsharedpointer_impl.h
qt5/include/QtCore/qsignalmapper.h
qt5/include/QtCore/qsignaltransition.h
qt5/include/QtCore/qsize.h
qt5/include/QtCore/qsocketnotifier.h
qt5/include/QtCore/qsortfilterproxymodel.h
qt5/include/QtCore/qstack.h
qt5/include/QtCore/qstandardpaths.h
qt5/include/QtCore/qstate.h
qt5/include/QtCore/qstatemachine.h
qt5/include/QtCore/qstorageinfo.h
qt5/include/QtCore/qstring.h
qt5/include/QtCore/qstringbuilder.h
qt5/include/QtCore/qstringlist.h
qt5/include/QtCore/qstringlistmodel.h
qt5/include/QtCore/qstringmatcher.h
qt5/include/QtCore/qsysinfo.h
qt5/include/QtCore/qsystemdetection.h
qt5/include/QtCore/qsystemsemaphore.h
qt5/include/QtCore/qt_windows.h
qt5/include/QtCore/qtcoreversion.h
qt5/include/QtCore/qtemporarydir.h
qt5/include/QtCore/qtemporaryfile.h
qt5/include/QtCore/qtextboundaryfinder.h
qt5/include/QtCore/qtextcodec.h
qt5/include/QtCore/qtextstream.h
qt5/include/QtCore/qthread.h
qt5/include/QtCore/qthreadpool.h
qt5/include/QtCore/qthreadstorage.h
qt5/include/QtCore/qtimeline.h
qt5/include/QtCore/qtimer.h
qt5/include/QtCore/qtimezone.h
qt5/include/QtCore/qtranslator.h
qt5/include/QtCore/qtypeinfo.h
qt5/include/QtCore/qtypetraits.h
qt5/include/QtCore/qurl.h
qt5/include/QtCore/qurlquery.h
qt5/include/QtCore/quuid.h
qt5/include/QtCore/qvariant.h
qt5/include/QtCore/qvariantanimation.h
qt5/include/QtCore/qvarlengtharray.h
qt5/include/QtCore/qvector.h
qt5/include/QtCore/qwaitcondition.h
qt5/include/QtCore/qwineventnotifier.h
qt5/include/QtCore/qxmlstream.h
qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/dbus_minimal_p.h
qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbus_symbols_p.h
qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusabstractadaptor_p.h
qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusabstractinterface_p.h
qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusargument_p.h
qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusconnection_p.h
qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusconnectionmanager_p.h
qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbuscontext_p.h
qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusintegrator_p.h
qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusinterface_p.h
qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusintrospection_p.h
qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusmessage_p.h
qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusmetaobject_p.h
qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusmetatype_p.h
qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbuspendingcall_p.h
qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusthreaddebug_p.h
qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusutil_p.h
qt5/include/QtDBus/${PKGVERSION}/QtDBus/private/qdbusxmlparser_p.h
qt5/include/QtDBus/QDBusAbstractAdaptor
qt5/include/QtDBus/QDBusAbstractInterface
qt5/include/QtDBus/QDBusAbstractInterfaceBase
qt5/include/QtDBus/QDBusArgument
qt5/include/QtDBus/QDBusConnection
qt5/include/QtDBus/QDBusConnectionInterface
qt5/include/QtDBus/QDBusContext
qt5/include/QtDBus/QDBusError
qt5/include/QtDBus/QDBusInterface
qt5/include/QtDBus/QDBusMessage
qt5/include/QtDBus/QDBusMetaType
qt5/include/QtDBus/QDBusObjectPath
qt5/include/QtDBus/QDBusPendingCall
qt5/include/QtDBus/QDBusPendingCallWatcher
qt5/include/QtDBus/QDBusPendingReply
qt5/include/QtDBus/QDBusPendingReplyData
qt5/include/QtDBus/QDBusReply
qt5/include/QtDBus/QDBusServer
qt5/include/QtDBus/QDBusServiceWatcher
qt5/include/QtDBus/QDBusSignature
qt5/include/QtDBus/QDBusUnixFileDescriptor
qt5/include/QtDBus/QDBusVariant
qt5/include/QtDBus/QDBusVirtualObject
qt5/include/QtDBus/QtDBus
qt5/include/QtDBus/QtDBusDepends
qt5/include/QtDBus/QtDBusVersion
qt5/include/QtDBus/qdbusabstractadaptor.h
qt5/include/QtDBus/qdbusabstractinterface.h
qt5/include/QtDBus/qdbusargument.h
qt5/include/QtDBus/qdbusconnection.h
qt5/include/QtDBus/qdbusconnectioninterface.h
qt5/include/QtDBus/qdbuscontext.h
qt5/include/QtDBus/qdbuserror.h
qt5/include/QtDBus/qdbusextratypes.h
qt5/include/QtDBus/qdbusinterface.h
qt5/include/QtDBus/qdbusmacros.h
qt5/include/QtDBus/qdbusmessage.h
qt5/include/QtDBus/qdbusmetatype.h
qt5/include/QtDBus/qdbuspendingcall.h
qt5/include/QtDBus/qdbuspendingreply.h
qt5/include/QtDBus/qdbusreply.h
qt5/include/QtDBus/qdbusserver.h
qt5/include/QtDBus/qdbusservicewatcher.h
qt5/include/QtDBus/qdbusunixfiledescriptor.h
qt5/include/QtDBus/qdbusvirtualobject.h
qt5/include/QtDBus/qtdbusversion.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qabstractlayoutstyleinfo_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qabstracttextdocumentlayout_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qaccessiblecache_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qbezier_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qblendfunctions_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qblittable_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qbmphandler_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qcolor_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qcosmeticstroker_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qcssparser_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qcssutil_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qcursor_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qdatabuffer_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qdistancefield_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qdnd_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qdrawhelper_mips_dsp_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qdrawhelper_neon_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qdrawhelper_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qdrawhelper_x86_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qdrawingprimitive_sse2_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qemulationpaintengine_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qevent_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qfixed_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qfont_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qfontengine_ft_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qfontengine_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qfontengine_qpf2_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qfontengineglyphcache_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qfontsubset_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qfragmentmap_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qgifhandler_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qglyphrun_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qgrayraster_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qgridlayoutengine_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qguiapplication_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qharfbuzzng_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qhexstring_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qicon_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qiconloader_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qimage_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qimagepixmapcleanuphooks_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qimagescale_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qinputmethod_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qjpeghandler_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qkeymapper_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qkeysequence_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qlayoutpolicy_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qmath_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qmemrotate_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qnativeimage_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopengl2pexvertexarray_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopengl_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglcontext_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglcustomshaderstage_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglengineshadermanager_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglengineshadersource_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglextensions_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglframebufferobject_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglgradientcache_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglpaintdevice_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglpaintengine_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglqueryhelper_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglshadercache_meego_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglshadercache_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopengltexture_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopengltextureblitter_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopengltexturecache_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopengltextureglyphcache_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopengltexturehelper_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglversionfunctionsfactory_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qopenglvertexarrayobject_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qoutlinemapper_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpagedpaintdevice_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpaintdevicewindow_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpaintengine_blitter_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpaintengine_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpaintengine_pic_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpaintengine_raster_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpaintengineex_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpainter_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpainterpath_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpathclipper_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpathsimplifier_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpdf_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpen_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpicture_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpixmap_blitter_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpixmap_raster_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpixmapcache_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpnghandler_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qpolygonclipper_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qppmhandler_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qrasterdefs_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qrasterizer_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qrawfont_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qrbtree_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qscreen_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qsessionmanager_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qshapedpixmapdndwindow_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qshortcutmap_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qsimpledrag_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qstandarditemmodel_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qstatictext_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qstroker_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qt_gui_pch.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qt_mips_asm_dsp_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextcursor_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextdocument_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextdocumentfragment_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextdocumentlayout_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextengine_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextformat_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtexthtmlparser_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextimagehandler_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextobject_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextodfwriter_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtexttable_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtextureglyphcache_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtouchdevice_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtriangulatingstroker_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qtriangulator_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qvectorpath_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qwindow_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qxbmhandler_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qxpmhandler_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qzipreader_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qzipwriter_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformaccessibility.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformbackingstore.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformclipboard.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformcursor.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformdialoghelper.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformdrag.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformfontdatabase.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformgraphicsbuffer.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformgraphicsbufferhelper.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatforminputcontext.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatforminputcontext_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatforminputcontextfactory_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatforminputcontextplugin_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformintegration.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformintegrationfactory_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformintegrationplugin.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformmenu.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformnativeinterface.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformoffscreensurface.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformopenglcontext.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformpixmap.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformscreen.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformscreen_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformservices.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformsessionmanager.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformsharedgraphicscache.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformsurface.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformsystemtrayicon.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformtheme.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformtheme_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformthemefactory_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformthemeplugin.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformwindow.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qplatformwindow_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qwindowsysteminterface.h
qt5/include/QtGui/${PKGVERSION}/QtGui/qpa/qwindowsysteminterface_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qinputdevicemanager_p.h
qt5/include/QtGui/${PKGVERSION}/QtGui/private/qinputdevicemanager_p_p.h
qt5/include/QtGui/QAbstractTextDocumentLayout
qt5/include/QtGui/QAbstractUndoItem
qt5/include/QtGui/QAccessible
qt5/include/QtGui/QAccessibleActionInterface
qt5/include/QtGui/QAccessibleApplication
qt5/include/QtGui/QAccessibleBridge
qt5/include/QtGui/QAccessibleBridgePlugin
qt5/include/QtGui/QAccessibleEditableTextInterface
qt5/include/QtGui/QAccessibleEvent
qt5/include/QtGui/QAccessibleImageInterface
qt5/include/QtGui/QAccessibleInterface
qt5/include/QtGui/QAccessibleObject
qt5/include/QtGui/QAccessiblePlugin
qt5/include/QtGui/QAccessibleStateChangeEvent
qt5/include/QtGui/QAccessibleTableCellInterface
qt5/include/QtGui/QAccessibleTableInterface
qt5/include/QtGui/QAccessibleTableModelChangeEvent
qt5/include/QtGui/QAccessibleTextCursorEvent
qt5/include/QtGui/QAccessibleTextInsertEvent
qt5/include/QtGui/QAccessibleTextInterface
qt5/include/QtGui/QAccessibleTextRemoveEvent
qt5/include/QtGui/QAccessibleTextSelectionEvent
qt5/include/QtGui/QAccessibleTextUpdateEvent
qt5/include/QtGui/QAccessibleValueChangeEvent
qt5/include/QtGui/QAccessibleValueInterface
qt5/include/QtGui/QActionEvent
qt5/include/QtGui/QApplicationStateChangeEvent
qt5/include/QtGui/QBackingStore
qt5/include/QtGui/QBitmap
qt5/include/QtGui/QBrush
qt5/include/QtGui/QBrushData
qt5/include/QtGui/QClipboard
qt5/include/QtGui/QCloseEvent
qt5/include/QtGui/QColor
qt5/include/QtGui/QConicalGradient
qt5/include/QtGui/QContextMenuEvent
qt5/include/QtGui/QCursor
qt5/include/QtGui/QDesktopServices
qt5/include/QtGui/QDoubleValidator
qt5/include/QtGui/QDrag
qt5/include/QtGui/QDragEnterEvent
qt5/include/QtGui/QDragLeaveEvent
qt5/include/QtGui/QDragMoveEvent
qt5/include/QtGui/QDropEvent
qt5/include/QtGui/QEnterEvent
qt5/include/QtGui/QExposeEvent
qt5/include/QtGui/QFileOpenEvent
qt5/include/QtGui/QFocusEvent
qt5/include/QtGui/QFont
qt5/include/QtGui/QFontDatabase
qt5/include/QtGui/QFontInfo
qt5/include/QtGui/QFontMetrics
qt5/include/QtGui/QFontMetricsF
qt5/include/QtGui/QGenericMatrix
qt5/include/QtGui/QGenericPlugin
qt5/include/QtGui/QGenericPluginFactory
qt5/include/QtGui/QGlyphRun
qt5/include/QtGui/QGradient
qt5/include/QtGui/QGradientStop
qt5/include/QtGui/QGradientStops
qt5/include/QtGui/QGuiApplication
qt5/include/QtGui/QHelpEvent
qt5/include/QtGui/QHideEvent
qt5/include/QtGui/QHoverEvent
qt5/include/QtGui/QIcon
qt5/include/QtGui/QIconDragEvent
qt5/include/QtGui/QIconEngine
qt5/include/QtGui/QIconEnginePlugin
qt5/include/QtGui/QIconEngineV2
qt5/include/QtGui/QImage
qt5/include/QtGui/QImageCleanupFunction
qt5/include/QtGui/QImageIOHandler
qt5/include/QtGui/QImageIOPlugin
qt5/include/QtGui/QImageReader
qt5/include/QtGui/QImageTextKeyLang
qt5/include/QtGui/QImageWriter
qt5/include/QtGui/QInputEvent
qt5/include/QtGui/QInputMethod
qt5/include/QtGui/QInputMethodEvent
qt5/include/QtGui/QInputMethodQueryEvent
qt5/include/QtGui/QIntValidator
qt5/include/QtGui/QKeyEvent
qt5/include/QtGui/QKeySequence
qt5/include/QtGui/QLinearGradient
qt5/include/QtGui/QMatrix
qt5/include/QtGui/QMatrix2x2
qt5/include/QtGui/QMatrix2x3
qt5/include/QtGui/QMatrix2x4
qt5/include/QtGui/QMatrix3x2
qt5/include/QtGui/QMatrix3x3
qt5/include/QtGui/QMatrix3x4
qt5/include/QtGui/QMatrix4x2
qt5/include/QtGui/QMatrix4x3
qt5/include/QtGui/QMatrix4x4
qt5/include/QtGui/QMouseEvent
qt5/include/QtGui/QMoveEvent
qt5/include/QtGui/QMovie
qt5/include/QtGui/QNativeGestureEvent
qt5/include/QtGui/QOffscreenSurface
qt5/include/QtGui/QOpenGLBuffer
qt5/include/QtGui/QOpenGLContext
qt5/include/QtGui/QOpenGLContextGroup
qt5/include/QtGui/QOpenGLDebugLogger
qt5/include/QtGui/QOpenGLDebugMessage
qt5/include/QtGui/QOpenGLFramebufferObject
qt5/include/QtGui/QOpenGLFramebufferObjectFormat
qt5/include/QtGui/QOpenGLFunctions
qt5/include/QtGui/QOpenGLFunctionsPrivate
qt5/include/QtGui/QOpenGLFunctions_1_0
qt5/include/QtGui/QOpenGLFunctions_1_1
qt5/include/QtGui/QOpenGLFunctions_1_2
qt5/include/QtGui/QOpenGLFunctions_1_3
qt5/include/QtGui/QOpenGLFunctions_1_4
qt5/include/QtGui/QOpenGLFunctions_1_5
qt5/include/QtGui/QOpenGLFunctions_2_0
qt5/include/QtGui/QOpenGLFunctions_2_1
qt5/include/QtGui/QOpenGLFunctions_3_0
qt5/include/QtGui/QOpenGLFunctions_3_1
qt5/include/QtGui/QOpenGLFunctions_3_2_Compatibility
qt5/include/QtGui/QOpenGLFunctions_3_2_Core
qt5/include/QtGui/QOpenGLFunctions_3_3_Compatibility
qt5/include/QtGui/QOpenGLFunctions_3_3_Core
qt5/include/QtGui/QOpenGLFunctions_4_0_Compatibility
qt5/include/QtGui/QOpenGLFunctions_4_0_Core
qt5/include/QtGui/QOpenGLFunctions_4_1_Compatibility
qt5/include/QtGui/QOpenGLFunctions_4_1_Core
qt5/include/QtGui/QOpenGLFunctions_4_2_Compatibility
qt5/include/QtGui/QOpenGLFunctions_4_2_Core
qt5/include/QtGui/QOpenGLFunctions_4_3_Compatibility
qt5/include/QtGui/QOpenGLFunctions_4_3_Core
qt5/include/QtGui/QOpenGLFunctions_4_4_Compatibility
qt5/include/QtGui/QOpenGLFunctions_4_4_Core
qt5/include/QtGui/QOpenGLFunctions_4_5_Compatibility
qt5/include/QtGui/QOpenGLFunctions_4_5_Core
qt5/include/QtGui/QOpenGLFunctions_ES2
qt5/include/QtGui/QOpenGLPaintDevice
qt5/include/QtGui/QOpenGLPixelTransferOptions
qt5/include/QtGui/QOpenGLShader
qt5/include/QtGui/QOpenGLShaderProgram
qt5/include/QtGui/QOpenGLTexture
qt5/include/QtGui/QOpenGLTimeMonitor
qt5/include/QtGui/QOpenGLTimerQuery
qt5/include/QtGui/QOpenGLVersionFunctions
qt5/include/QtGui/QOpenGLVersionProfile
qt5/include/QtGui/QOpenGLVertexArrayObject
qt5/include/QtGui/QOpenGLWindow
qt5/include/QtGui/QPageLayout
qt5/include/QtGui/QPageSize
qt5/include/QtGui/QPagedPaintDevice
qt5/include/QtGui/QPaintDevice
qt5/include/QtGui/QPaintDeviceWindow
qt5/include/QtGui/QPaintEngine
qt5/include/QtGui/QPaintEngineState
qt5/include/QtGui/QPaintEvent
qt5/include/QtGui/QPainter
qt5/include/QtGui/QPainterPath
qt5/include/QtGui/QPainterPathStroker
qt5/include/QtGui/QPalette
qt5/include/QtGui/QPdfWriter
qt5/include/QtGui/QPen
qt5/include/QtGui/QPicture
qt5/include/QtGui/QPictureFormatPlugin
qt5/include/QtGui/QPictureIO
qt5/include/QtGui/QPixelFormat
qt5/include/QtGui/QPixmap
qt5/include/QtGui/QPixmapCache
qt5/include/QtGui/QPlatformSurfaceEvent
qt5/include/QtGui/QPolygon
qt5/include/QtGui/QPolygonF
qt5/include/QtGui/QQuaternion
qt5/include/QtGui/QRadialGradient
qt5/include/QtGui/QRasterWindow
qt5/include/QtGui/QRawFont
qt5/include/QtGui/QRegExpValidator
qt5/include/QtGui/QRegion
qt5/include/QtGui/QRegularExpressionValidator
qt5/include/QtGui/QResizeEvent
qt5/include/QtGui/QRgb
qt5/include/QtGui/QScreen
qt5/include/QtGui/QScreenOrientationChangeEvent
qt5/include/QtGui/QScrollEvent
qt5/include/QtGui/QScrollPrepareEvent
qt5/include/QtGui/QSessionManager
qt5/include/QtGui/QShortcutEvent
qt5/include/QtGui/QShowEvent
qt5/include/QtGui/QStandardItem
qt5/include/QtGui/QStandardItemModel
qt5/include/QtGui/QStaticText
qt5/include/QtGui/QStatusTipEvent
qt5/include/QtGui/QStyleHints
qt5/include/QtGui/QSurface
qt5/include/QtGui/QSurfaceFormat
qt5/include/QtGui/QSyntaxHighlighter
qt5/include/QtGui/QTabletEvent
qt5/include/QtGui/QTextBlock
qt5/include/QtGui/QTextBlockFormat
qt5/include/QtGui/QTextBlockGroup
qt5/include/QtGui/QTextBlockUserData
qt5/include/QtGui/QTextCharFormat
qt5/include/QtGui/QTextCursor
qt5/include/QtGui/QTextDocument
qt5/include/QtGui/QTextDocumentFragment
qt5/include/QtGui/QTextDocumentWriter
qt5/include/QtGui/QTextFormat
qt5/include/QtGui/QTextFragment
qt5/include/QtGui/QTextFrame
qt5/include/QtGui/QTextFrameFormat
qt5/include/QtGui/QTextFrameLayoutData
qt5/include/QtGui/QTextImageFormat
qt5/include/QtGui/QTextInlineObject
qt5/include/QtGui/QTextItem
qt5/include/QtGui/QTextLayout
qt5/include/QtGui/QTextLength
qt5/include/QtGui/QTextLine
qt5/include/QtGui/QTextList
qt5/include/QtGui/QTextListFormat
qt5/include/QtGui/QTextObject
qt5/include/QtGui/QTextObjectInterface
qt5/include/QtGui/QTextOption
qt5/include/QtGui/QTextTable
qt5/include/QtGui/QTextTableCell
qt5/include/QtGui/QTextTableCellFormat
qt5/include/QtGui/QTextTableFormat
qt5/include/QtGui/QToolBarChangeEvent
qt5/include/QtGui/QTouchDevice
qt5/include/QtGui/QTouchEvent
qt5/include/QtGui/QTransform
qt5/include/QtGui/QValidator
qt5/include/QtGui/QVector2D
qt5/include/QtGui/QVector3D
qt5/include/QtGui/QVector4D
qt5/include/QtGui/QWhatsThisClickedEvent
qt5/include/QtGui/QWheelEvent
qt5/include/QtGui/QWidgetList
qt5/include/QtGui/QWidgetMapper
qt5/include/QtGui/QWidgetSet
qt5/include/QtGui/QWindow
qt5/include/QtGui/QWindowList
qt5/include/QtGui/QWindowStateChangeEvent
qt5/include/QtGui/QtEvents
qt5/include/QtGui/QtGui
qt5/include/QtGui/QtGuiDepends
qt5/include/QtGui/QtGuiVersion
qt5/include/QtGui/qabstracttextdocumentlayout.h
qt5/include/QtGui/qaccessible.h
qt5/include/QtGui/qaccessiblebridge.h
qt5/include/QtGui/qaccessibleobject.h
qt5/include/QtGui/qaccessibleplugin.h
qt5/include/QtGui/qbackingstore.h
qt5/include/QtGui/qbitmap.h
qt5/include/QtGui/qbrush.h
qt5/include/QtGui/qclipboard.h
qt5/include/QtGui/qcolor.h
qt5/include/QtGui/qcursor.h
qt5/include/QtGui/qdesktopservices.h
qt5/include/QtGui/qdrag.h
qt5/include/QtGui/qevent.h
qt5/include/QtGui/qfont.h
qt5/include/QtGui/qfontdatabase.h
qt5/include/QtGui/qfontinfo.h
qt5/include/QtGui/qfontmetrics.h
qt5/include/QtGui/qgenericmatrix.h
qt5/include/QtGui/qgenericplugin.h
qt5/include/QtGui/qgenericpluginfactory.h
qt5/include/QtGui/qglyphrun.h
qt5/include/QtGui/qguiapplication.h
qt5/include/QtGui/qicon.h
qt5/include/QtGui/qiconengine.h
qt5/include/QtGui/qiconengineplugin.h
qt5/include/QtGui/qimage.h
qt5/include/QtGui/qimageiohandler.h
qt5/include/QtGui/qimagereader.h
qt5/include/QtGui/qimagewriter.h
qt5/include/QtGui/qinputmethod.h
qt5/include/QtGui/qkeysequence.h
qt5/include/QtGui/qmatrix.h
qt5/include/QtGui/qmatrix4x4.h
qt5/include/QtGui/qmovie.h
qt5/include/QtGui/qoffscreensurface.h
qt5/include/QtGui/qopengl.h
qt5/include/QtGui/qopenglbuffer.h
qt5/include/QtGui/qopenglcontext.h
qt5/include/QtGui/qopengldebug.h
qt5/include/QtGui/qopengles2ext.h
qt5/include/QtGui/qopenglext.h
qt5/include/QtGui/qopenglframebufferobject.h
qt5/include/QtGui/qopenglfunctions.h
qt5/include/QtGui/qopenglfunctions_1_0.h
qt5/include/QtGui/qopenglfunctions_1_1.h
qt5/include/QtGui/qopenglfunctions_1_2.h
qt5/include/QtGui/qopenglfunctions_1_3.h
qt5/include/QtGui/qopenglfunctions_1_4.h
qt5/include/QtGui/qopenglfunctions_1_5.h
qt5/include/QtGui/qopenglfunctions_2_0.h
qt5/include/QtGui/qopenglfunctions_2_1.h
qt5/include/QtGui/qopenglfunctions_3_0.h
qt5/include/QtGui/qopenglfunctions_3_1.h
qt5/include/QtGui/qopenglfunctions_3_2_compatibility.h
qt5/include/QtGui/qopenglfunctions_3_2_core.h
qt5/include/QtGui/qopenglfunctions_3_3_compatibility.h
qt5/include/QtGui/qopenglfunctions_3_3_core.h
qt5/include/QtGui/qopenglfunctions_4_0_compatibility.h
qt5/include/QtGui/qopenglfunctions_4_0_core.h
qt5/include/QtGui/qopenglfunctions_4_1_compatibility.h
qt5/include/QtGui/qopenglfunctions_4_1_core.h
qt5/include/QtGui/qopenglfunctions_4_2_compatibility.h
qt5/include/QtGui/qopenglfunctions_4_2_core.h
qt5/include/QtGui/qopenglfunctions_4_3_compatibility.h
qt5/include/QtGui/qopenglfunctions_4_3_core.h
qt5/include/QtGui/qopenglfunctions_4_4_compatibility.h
qt5/include/QtGui/qopenglfunctions_4_4_core.h
qt5/include/QtGui/qopenglfunctions_4_5_compatibility.h
qt5/include/QtGui/qopenglfunctions_4_5_core.h
qt5/include/QtGui/qopenglfunctions_es2.h
qt5/include/QtGui/qopenglpaintdevice.h
qt5/include/QtGui/qopenglpixeltransferoptions.h
qt5/include/QtGui/qopenglshaderprogram.h
qt5/include/QtGui/qopengltexture.h
qt5/include/QtGui/qopengltimerquery.h
qt5/include/QtGui/qopenglversionfunctions.h
qt5/include/QtGui/qopenglvertexarrayobject.h
qt5/include/QtGui/qopenglwindow.h
qt5/include/QtGui/qpagedpaintdevice.h
qt5/include/QtGui/qpagelayout.h
qt5/include/QtGui/qpagesize.h
qt5/include/QtGui/qpaintdevice.h
qt5/include/QtGui/qpaintdevicewindow.h
qt5/include/QtGui/qpaintengine.h
qt5/include/QtGui/qpainter.h
qt5/include/QtGui/qpainterpath.h
qt5/include/QtGui/qpalette.h
qt5/include/QtGui/qpdfwriter.h
qt5/include/QtGui/qpen.h
qt5/include/QtGui/qpicture.h
qt5/include/QtGui/qpictureformatplugin.h
qt5/include/QtGui/qpixelformat.h
qt5/include/QtGui/qpixmap.h
qt5/include/QtGui/qpixmapcache.h
qt5/include/QtGui/qpolygon.h
qt5/include/QtGui/qquaternion.h
qt5/include/QtGui/qrasterwindow.h
qt5/include/QtGui/qrawfont.h
qt5/include/QtGui/qregion.h
qt5/include/QtGui/qrgb.h
qt5/include/QtGui/qscreen.h
qt5/include/QtGui/qsessionmanager.h
qt5/include/QtGui/qstandarditemmodel.h
qt5/include/QtGui/qstatictext.h
qt5/include/QtGui/qstylehints.h
qt5/include/QtGui/qsurface.h
qt5/include/QtGui/qsurfaceformat.h
qt5/include/QtGui/qsyntaxhighlighter.h
qt5/include/QtGui/qtextcursor.h
qt5/include/QtGui/qtextdocument.h
qt5/include/QtGui/qtextdocumentfragment.h
qt5/include/QtGui/qtextdocumentwriter.h
qt5/include/QtGui/qtextformat.h
qt5/include/QtGui/qtextlayout.h
qt5/include/QtGui/qtextlist.h
qt5/include/QtGui/qtextobject.h
qt5/include/QtGui/qtextoption.h
qt5/include/QtGui/qtexttable.h
qt5/include/QtGui/qtguiversion.h
qt5/include/QtGui/qtouchdevice.h
qt5/include/QtGui/qtransform.h
qt5/include/QtGui/qvalidator.h
qt5/include/QtGui/qvector2d.h
qt5/include/QtGui/qvector3d.h
qt5/include/QtGui/qvector4d.h
qt5/include/QtGui/qwindow.h
qt5/include/QtGui/qwindowdefs.h
qt5/include/QtGui/qwindowdefs_win.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qabstractnetworkcache_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qabstractprotocolhandler_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qabstractsocket_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qabstractsocketengine_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qasn1element_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qauthenticator_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qbearerengine_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qbearerplugin_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qdnslookup_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qftp_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhostaddress_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhostinfo_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhttpmultipart_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhttpnetworkconnection_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhttpnetworkconnectionchannel_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhttpnetworkheader_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhttpnetworkreply_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhttpnetworkrequest_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhttpprotocolhandler_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhttpsocketengine_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhttpthreaddelegate_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qlocalserver_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qlocalsocket_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnativesocketengine_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnativesocketengine_winrt_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnet_unix_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkaccessauthenticationmanager_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkaccessbackend_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkaccesscache_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkaccesscachebackend_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkaccessdebugpipebackend_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkaccessfilebackend_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkaccessftpbackend_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkaccessmanager_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkconfigmanager_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkconfiguration_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkcookie_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkcookiejar_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkdiskcache_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkinterface_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkinterface_win_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkproxy_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkreply_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkreplydataimpl_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkreplyfileimpl_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkreplyhttpimpl_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkreplyimpl_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkreplynsurlconnectionimpl_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkrequest_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworksession_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsharednetworksession_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsocks5socketengine_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qspdyprotocolhandler_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qssl_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslcertificate_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslcertificateextension_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslcipher_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslconfiguration_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslcontext_openssl_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslkey_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_openssl_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_openssl_symbols_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_winrt_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtcpsocket_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qurlinfo_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslpresharedkeyauthenticator_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_mac_p.h
qt5/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtcpserver_p.h
qt5/include/QtNetwork/QAbstractNetworkCache
qt5/include/QtNetwork/QAbstractSocket
qt5/include/QtNetwork/QAuthenticator
qt5/include/QtNetwork/QDnsDomainNameRecord
qt5/include/QtNetwork/QDnsHostAddressRecord
qt5/include/QtNetwork/QDnsLookup
qt5/include/QtNetwork/QDnsMailExchangeRecord
qt5/include/QtNetwork/QDnsServiceRecord
qt5/include/QtNetwork/QDnsTextRecord
qt5/include/QtNetwork/QHostAddress
qt5/include/QtNetwork/QHostInfo
qt5/include/QtNetwork/QHttpMultiPart
qt5/include/QtNetwork/QHttpPart
qt5/include/QtNetwork/QIPv6Address
qt5/include/QtNetwork/QLocalServer
qt5/include/QtNetwork/QLocalSocket
qt5/include/QtNetwork/QNetworkAccessManager
qt5/include/QtNetwork/QNetworkAddressEntry
qt5/include/QtNetwork/QNetworkCacheMetaData
qt5/include/QtNetwork/QNetworkConfiguration
qt5/include/QtNetwork/QNetworkConfigurationManager
qt5/include/QtNetwork/QNetworkCookie
qt5/include/QtNetwork/QNetworkCookieJar
qt5/include/QtNetwork/QNetworkDiskCache
qt5/include/QtNetwork/QNetworkInterface
qt5/include/QtNetwork/QNetworkProxy
qt5/include/QtNetwork/QNetworkProxyFactory
qt5/include/QtNetwork/QNetworkProxyQuery
qt5/include/QtNetwork/QNetworkReply
qt5/include/QtNetwork/QNetworkRequest
qt5/include/QtNetwork/QNetworkSession
qt5/include/QtNetwork/QSsl
qt5/include/QtNetwork/QSslCertificate
qt5/include/QtNetwork/QSslCertificateExtension
qt5/include/QtNetwork/QSslCipher
qt5/include/QtNetwork/QSslConfiguration
qt5/include/QtNetwork/QSslEllipticCurve
qt5/include/QtNetwork/QSslError
qt5/include/QtNetwork/QSslKey
qt5/include/QtNetwork/QSslPreSharedKeyAuthenticator
qt5/include/QtNetwork/QSslSocket
qt5/include/QtNetwork/QTcpServer
qt5/include/QtNetwork/QTcpSocket
qt5/include/QtNetwork/QUdpSocket
qt5/include/QtNetwork/Q_IPV6ADDR
qt5/include/QtNetwork/QtNetwork
qt5/include/QtNetwork/QtNetworkDepends
qt5/include/QtNetwork/QtNetworkVersion
qt5/include/QtNetwork/qabstractnetworkcache.h
qt5/include/QtNetwork/qabstractsocket.h
qt5/include/QtNetwork/qauthenticator.h
qt5/include/QtNetwork/qdnslookup.h
qt5/include/QtNetwork/qhostaddress.h
qt5/include/QtNetwork/qhostinfo.h
qt5/include/QtNetwork/qhttpmultipart.h
qt5/include/QtNetwork/qlocalserver.h
qt5/include/QtNetwork/qlocalsocket.h
qt5/include/QtNetwork/qnetworkaccessmanager.h
qt5/include/QtNetwork/qnetworkconfigmanager.h
qt5/include/QtNetwork/qnetworkconfiguration.h
qt5/include/QtNetwork/qnetworkcookie.h
qt5/include/QtNetwork/qnetworkcookiejar.h
qt5/include/QtNetwork/qnetworkdiskcache.h
qt5/include/QtNetwork/qnetworkfunctions_wince.h
qt5/include/QtNetwork/qnetworkinterface.h
qt5/include/QtNetwork/qnetworkproxy.h
qt5/include/QtNetwork/qnetworkreply.h
qt5/include/QtNetwork/qnetworkrequest.h
qt5/include/QtNetwork/qnetworksession.h
qt5/include/QtNetwork/qssl.h
qt5/include/QtNetwork/qsslcertificate.h
qt5/include/QtNetwork/qsslcertificateextension.h
qt5/include/QtNetwork/qsslcipher.h
qt5/include/QtNetwork/qsslconfiguration.h
qt5/include/QtNetwork/qsslellipticcurve.h
qt5/include/QtNetwork/qsslerror.h
qt5/include/QtNetwork/qsslkey.h
qt5/include/QtNetwork/qsslpresharedkeyauthenticator.h
qt5/include/QtNetwork/qsslsocket.h
qt5/include/QtNetwork/qtcpserver.h
qt5/include/QtNetwork/qtcpsocket.h
qt5/include/QtNetwork/qtnetworkversion.h
qt5/include/QtNetwork/qudpsocket.h
qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qgl2pexvertexarray_p.h
qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qgl_p.h
qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qglcustomshaderstage_p.h
qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qglengineshadermanager_p.h
qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qglengineshadersource_p.h
qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qglframebufferobject_p.h
qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qglgradientcache_p.h
qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qglpaintdevice_p.h
qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qglpixelbuffer_p.h
qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qglshadercache_meego_p.h
qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qglshadercache_p.h
qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qgraphicsshadereffect_p.h
qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qpaintengineex_opengl2_p.h
qt5/include/QtOpenGL/${PKGVERSION}/QtOpenGL/private/qtextureglyphcache_gl_p.h
qt5/include/QtOpenGL/QGL
qt5/include/QtOpenGL/QGLBuffer
qt5/include/QtOpenGL/QGLColormap
qt5/include/QtOpenGL/QGLContext
qt5/include/QtOpenGL/QGLFormat
qt5/include/QtOpenGL/QGLFramebufferObject
qt5/include/QtOpenGL/QGLFramebufferObjectFormat
qt5/include/QtOpenGL/QGLFunctions
qt5/include/QtOpenGL/QGLFunctionsPrivate
qt5/include/QtOpenGL/QGLPixelBuffer
qt5/include/QtOpenGL/QGLShader
qt5/include/QtOpenGL/QGLShaderProgram
qt5/include/QtOpenGL/QGLWidget
qt5/include/QtOpenGL/QtOpenGL
qt5/include/QtOpenGL/QtOpenGLDepends
qt5/include/QtOpenGL/QtOpenGLVersion
qt5/include/QtOpenGL/qgl.h
qt5/include/QtOpenGL/qglbuffer.h
qt5/include/QtOpenGL/qglcolormap.h
qt5/include/QtOpenGL/qglframebufferobject.h
qt5/include/QtOpenGL/qglfunctions.h
qt5/include/QtOpenGL/qglpixelbuffer.h
qt5/include/QtOpenGL/qglshaderprogram.h
qt5/include/QtOpenGL/qtopenglglobal.h
qt5/include/QtOpenGL/qtopenglversion.h
qt5/include/QtOpenGLExtensions/QOpenGLExtensions
qt5/include/QtOpenGLExtensions/QtOpenGLExtensions
qt5/include/QtOpenGLExtensions/QtOpenGLExtensionsDepends
qt5/include/QtOpenGLExtensions/QtOpenGLExtensionsVersion
qt5/include/QtOpenGLExtensions/qopenglextensions.h
qt5/include/QtOpenGLExtensions/qtopenglextensionsversion.h
qt5/include/QtPlatformHeaders/QCocoaNativeContext
qt5/include/QtPlatformHeaders/QEGLNativeContext
qt5/include/QtPlatformHeaders/QEglFSFunctions
qt5/include/QtPlatformHeaders/QGLXNativeContext
qt5/include/QtPlatformHeaders/QWGLNativeContext
qt5/include/QtPlatformHeaders/QWindowsWindowFunctions
qt5/include/QtPlatformHeaders/QXcbWindowFunctions
qt5/include/QtPlatformHeaders/QtPlatformHeaders
qt5/include/QtPlatformHeaders/QtPlatformHeadersDepends
qt5/include/QtPlatformHeaders/QtPlatformHeadersVersion
qt5/include/QtPlatformHeaders/qcocoanativecontext.h
qt5/include/QtPlatformHeaders/qeglfsfunctions.h
qt5/include/QtPlatformHeaders/qeglnativecontext.h
qt5/include/QtPlatformHeaders/qglxnativecontext.h
qt5/include/QtPlatformHeaders/qtplatformheadersversion.h
qt5/include/QtPlatformHeaders/qwglnativecontext.h
qt5/include/QtPlatformHeaders/qwindowswindowfunctions.h
qt5/include/QtPlatformHeaders/qxcbwindowfunctions.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/application_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/atspiadaptor_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/bridge_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/cache_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/cglconvenience_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/constant_mappings_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/dbusconnection_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qaccessiblebridgeutils_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qbasicfontdatabase_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qcfsocketnotifier_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qcoretextfontdatabase_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qdevicediscovery_dummy_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qdevicediscovery_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qdevicediscovery_static_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qdevicediscovery_udev_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qeglconvenience_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qeglpbuffer_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qeglplatformcontext_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qeglplatformcursor_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qeglplatformintegration_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qeglplatformscreen_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qeglplatformwindow_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qevdevkeyboard_defaultmap_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qevdevkeyboardhandler_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qevdevkeyboardmanager_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qevdevmousehandler_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qevdevmousemanager_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qevdevtablet_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qeventdispatcher_cf_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qeventdispatcher_glib_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qfbbackingstore_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qfbcursor_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qfbscreen_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qfbvthandler_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qfbwindow_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qfontconfigdatabase_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qfontengine_coretext_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qfontenginemultifontconfig_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qgenericunixeventdispatcher_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qgenericunixfontdatabase_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qgenericunixservices_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qgenericunixthemes_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qglxconvenience_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qmacmime_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qunixeventdispatcher_qpa_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qxlibeglintegration_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/struct_marshallers_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qdbusmenuadaptor_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qdbusmenuconnection_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qdbusmenutypes_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qdbusplatformmenu_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qdbustrayicon_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qdbustraytypes_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qevdevtouchhandler_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qevdevtouchmanager_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qlibinputhandler_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qlibinputkeyboard_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qlibinputpointer_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qlibinputtouch_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qopenglcompositor_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qopenglcompositorbackingstore_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qstatusnotifieritemadaptor_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qtslib_p.h
qt5/include/QtPlatformSupport/${PKGVERSION}/QtPlatformSupport/private/qxdgnotificationproxy_p.h
qt5/include/QtPlatformSupport/QtPlatformSupport
qt5/include/QtPlatformSupport/QtPlatformSupportDepends
qt5/include/QtPlatformSupport/QtPlatformSupportVersion
qt5/include/QtPlatformSupport/qtplatformsupportversion.h
qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/qpa/qplatformprintdevice.h
qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/qpa/qplatformprintersupport.h
qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/qpa/qplatformprintplugin.h
qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qabstractprintdialog_p.h
qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qcups_p.h
qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qcupsjobwidget_p.h
qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qpagesetupdialog_p.h
qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qpagesetupdialog_unix_p.h
qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qpaintengine_alpha_p.h
qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qpaintengine_preview_p.h
qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qprint_p.h
qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qprintdevice_p.h
qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qprintengine_pdf_p.h
qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qprintengine_win_p.h
qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qprinter_p.h
qt5/include/QtPrintSupport/${PKGVERSION}/QtPrintSupport/private/qprinterinfo_p.h
qt5/include/QtPrintSupport/QAbstractPrintDialog
qt5/include/QtPrintSupport/QPageSetupDialog
qt5/include/QtPrintSupport/QPrintDialog
qt5/include/QtPrintSupport/QPrintEngine
qt5/include/QtPrintSupport/QPrintPreviewDialog
qt5/include/QtPrintSupport/QPrintPreviewWidget
qt5/include/QtPrintSupport/QPrinter
qt5/include/QtPrintSupport/QPrinterInfo
qt5/include/QtPrintSupport/QtPrintSupport
qt5/include/QtPrintSupport/QtPrintSupportDepends
qt5/include/QtPrintSupport/QtPrintSupportVersion
qt5/include/QtPrintSupport/qabstractprintdialog.h
qt5/include/QtPrintSupport/qpagesetupdialog.h
qt5/include/QtPrintSupport/qprintdialog.h
qt5/include/QtPrintSupport/qprintengine.h
qt5/include/QtPrintSupport/qprinter.h
qt5/include/QtPrintSupport/qprinterinfo.h
qt5/include/QtPrintSupport/qprintpreviewdialog.h
qt5/include/QtPrintSupport/qprintpreviewwidget.h
qt5/include/QtPrintSupport/qtprintsupportglobal.h
qt5/include/QtPrintSupport/qtprintsupportversion.h
qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsql_db2_p.h
qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsql_ibase_p.h
qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsql_mysql_p.h
qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsql_oci_p.h
qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsql_odbc_p.h
qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsql_psql_p.h
qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsql_sqlite2_p.h
qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsql_sqlite_p.h
qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsql_tds_p.h
qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsqlcachedresult_p.h
qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsqldriver_p.h
qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsqlnulldriver_p.h
qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsqlquerymodel_p.h
qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsqlresult_p.h
qt5/include/QtSql/${PKGVERSION}/QtSql/private/qsqltablemodel_p.h
qt5/include/QtSql/QSql
qt5/include/QtSql/QSqlDatabase
qt5/include/QtSql/QSqlDriver
qt5/include/QtSql/QSqlDriverCreator
qt5/include/QtSql/QSqlDriverCreatorBase
qt5/include/QtSql/QSqlDriverPlugin
qt5/include/QtSql/QSqlError
qt5/include/QtSql/QSqlField
qt5/include/QtSql/QSqlIndex
qt5/include/QtSql/QSqlQuery
qt5/include/QtSql/QSqlQueryModel
qt5/include/QtSql/QSqlRecord
qt5/include/QtSql/QSqlRelation
qt5/include/QtSql/QSqlRelationalDelegate
qt5/include/QtSql/QSqlRelationalTableModel
qt5/include/QtSql/QSqlResult
qt5/include/QtSql/QSqlTableModel
qt5/include/QtSql/QtSql
qt5/include/QtSql/QtSqlDepends
qt5/include/QtSql/QtSqlVersion
qt5/include/QtSql/qsql.h
qt5/include/QtSql/qsqldatabase.h
qt5/include/QtSql/qsqldriver.h
qt5/include/QtSql/qsqldriverplugin.h
qt5/include/QtSql/qsqlerror.h
qt5/include/QtSql/qsqlfield.h
qt5/include/QtSql/qsqlindex.h
qt5/include/QtSql/qsqlquery.h
qt5/include/QtSql/qsqlquerymodel.h
qt5/include/QtSql/qsqlrecord.h
qt5/include/QtSql/qsqlrelationaldelegate.h
qt5/include/QtSql/qsqlrelationaltablemodel.h
qt5/include/QtSql/qsqlresult.h
qt5/include/QtSql/qsqltablemodel.h
qt5/include/QtSql/qtsqlversion.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/callgrind_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/cycle_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/linux_perf_event_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qabstracttestlogger_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qbenchmark_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qbenchmarkevent_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qbenchmarkmeasurement_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qbenchmarkmetric_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qbenchmarkperfevents_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qbenchmarkvalgrind_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qcsvbenchmarklogger_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qplaintestlogger_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qsignaldumper_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestblacklist_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestcoreelement_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestcorelist_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestelement_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestelementattribute_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestlog_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestresult_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtesttable_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qtestxunitstreamer_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qxctestlogger_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qxmltestlogger_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/qxunittestlogger_p.h
qt5/include/QtTest/${PKGVERSION}/QtTest/private/valgrind_p.h
qt5/include/QtTest/QEventSizeOfChecker
qt5/include/QtTest/QSignalSpy
qt5/include/QtTest/QSpontaneKeyEvent
qt5/include/QtTest/QTest
qt5/include/QtTest/QTestAccessibility
qt5/include/QtTest/QTestData
qt5/include/QtTest/QTestDelayEvent
qt5/include/QtTest/QTestEvent
qt5/include/QtTest/QTestEventList
qt5/include/QtTest/QTestEventLoop
qt5/include/QtTest/QTestKeyClicksEvent
qt5/include/QtTest/QTestKeyEvent
qt5/include/QtTest/QTestMouseEvent
qt5/include/QtTest/QtTest
qt5/include/QtTest/QtTestDepends
qt5/include/QtTest/QtTestGui
qt5/include/QtTest/QtTestVersion
qt5/include/QtTest/QtTestWidgets
qt5/include/QtTest/qbenchmark.h
qt5/include/QtTest/qbenchmarkmetric.h
qt5/include/QtTest/qsignalspy.h
qt5/include/QtTest/qtest.h
qt5/include/QtTest/qtest_global.h
qt5/include/QtTest/qtest_gui.h
qt5/include/QtTest/qtest_widgets.h
qt5/include/QtTest/qtestaccessible.h
qt5/include/QtTest/qtestassert.h
qt5/include/QtTest/qtestcase.h
qt5/include/QtTest/qtestdata.h
qt5/include/QtTest/qtestevent.h
qt5/include/QtTest/qtesteventloop.h
qt5/include/QtTest/qtestkeyboard.h
qt5/include/QtTest/qtestmouse.h
qt5/include/QtTest/qtestspontaneevent.h
qt5/include/QtTest/qtestsystem.h
qt5/include/QtTest/qtesttouch.h
qt5/include/QtTest/qttestversion.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qabstractbutton_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qabstractitemdelegate_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qabstractitemview_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qabstractscrollarea_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qabstractslider_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qabstractspinbox_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qaccessiblewidgetfactory_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qaction_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qandroidstyle_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qapplication_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qbasickeyeventtransition_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qbasicmouseeventtransition_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qbsptree_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qcolordialog_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qcolumnview_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qcolumnviewgrip_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qcombobox_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qcommonstyle_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qcommonstylepixmaps_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qcompleter_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qdatetimeedit_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qdesktopwidget_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qdialog_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qdockarealayout_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qdockwidget_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qeffects_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qfiledialog_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qfileiconprovider_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qfileinfogatherer_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qfilesystemmodel_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qflickgesture_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qfontdialog_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qframe_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qfscompleter_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qfusionstyle_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qfusionstyle_p_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgesture_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgesturemanager_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraph_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicsanchorlayout_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicseffect_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicsgridlayoutengine_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicsitem_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicslayout_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicslayoutitem_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicslayoutstyleinfo_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicsproxywidget_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicsscene_bsp_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicsscene_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicsscenebsptreeindex_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicssceneindex_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicsscenelinearindex_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicstransform_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicsview_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgraphicswidget_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgtk2painter_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgtkglobal_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgtkpainter_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgtkstyle_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qgtkstyle_p_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qheaderview_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qitemeditorfactory_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qkeysequenceedit_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qlabel_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qlayout_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qlayoutengine_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qlineedit_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qlistview_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qlistwidget_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qmacgesturerecognizer_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qmacstyle_mac_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qmacstyle_mac_p_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qmainwindowlayout_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qmdiarea_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qmdisubwindow_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qmenu_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qmenu_wince_resource_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qmenubar_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qpixmapfilter_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qplaintextedit_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qproxystyle_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qpushbutton_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qscrollarea_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qscrollbar_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qscroller_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qscrollerproperties_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qsidebar_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qsimplex_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qsplitter_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qstandardgestures_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qstyle_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qstyleanimation_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qstylehelper_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qstylesheetstyle_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qsystemtrayicon_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qt_widgets_pch.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qtabbar_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qtableview_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qtablewidget_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qtextedit_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qtoolbar_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qtoolbararealayout_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qtoolbarextension_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qtoolbarlayout_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qtoolbarseparator_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qtreeview_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qtreewidget_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qtreewidgetitemiterator_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qundostack_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwidget_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwidgetaction_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwidgetanimator_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwidgetbackingstore_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwidgetitemdata_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwidgetlinecontrol_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwidgetresizehandler_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwidgettextcontrol_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwidgettextcontrol_p_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwidgetwindow_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowcontainer_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowscestyle_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowscestyle_p_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowsmobilestyle_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowsmobilestyle_p_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowsstyle_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowsstyle_p_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowsvistastyle_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowsvistastyle_p_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowsxpstyle_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwindowsxpstyle_p_p.h
qt5/include/QtWidgets/${PKGVERSION}/QtWidgets/private/qwizard_win_p.h
qt5/include/QtWidgets/5.5.1/QtWidgets/private/complexwidgets_p.h
qt5/include/QtWidgets/5.5.1/QtWidgets/private/itemviews_p.h
qt5/include/QtWidgets/5.5.1/QtWidgets/private/qaccessiblemenu_p.h
qt5/include/QtWidgets/5.5.1/QtWidgets/private/qaccessiblewidgets_p.h
qt5/include/QtWidgets/5.5.1/QtWidgets/private/rangecontrols_p.h
qt5/include/QtWidgets/5.5.1/QtWidgets/private/simplewidgets_p.h
qt5/include/QtWidgets/QAbstractButton
qt5/include/QtWidgets/QAbstractGraphicsShapeItem
qt5/include/QtWidgets/QAbstractItemDelegate
qt5/include/QtWidgets/QAbstractItemView
qt5/include/QtWidgets/QAbstractScrollArea
qt5/include/QtWidgets/QAbstractSlider
qt5/include/QtWidgets/QAbstractSpinBox
qt5/include/QtWidgets/QAccessibleWidget
qt5/include/QtWidgets/QAction
qt5/include/QtWidgets/QActionGroup
qt5/include/QtWidgets/QApplication
qt5/include/QtWidgets/QBoxLayout
qt5/include/QtWidgets/QButtonGroup
qt5/include/QtWidgets/QCalendarWidget
qt5/include/QtWidgets/QCheckBox
qt5/include/QtWidgets/QColorDialog
qt5/include/QtWidgets/QColormap
qt5/include/QtWidgets/QColumnView
qt5/include/QtWidgets/QComboBox
qt5/include/QtWidgets/QCommandLinkButton
qt5/include/QtWidgets/QCommonStyle
qt5/include/QtWidgets/QCompleter
qt5/include/QtWidgets/QDataWidgetMapper
qt5/include/QtWidgets/QDateEdit
qt5/include/QtWidgets/QDateTimeEdit
qt5/include/QtWidgets/QDesktopWidget
qt5/include/QtWidgets/QDial
qt5/include/QtWidgets/QDialog
qt5/include/QtWidgets/QDialogButtonBox
qt5/include/QtWidgets/QDirModel
qt5/include/QtWidgets/QDockWidget
qt5/include/QtWidgets/QDoubleSpinBox
qt5/include/QtWidgets/QErrorMessage
qt5/include/QtWidgets/QFileDialog
qt5/include/QtWidgets/QFileIconProvider
qt5/include/QtWidgets/QFileSystemModel
qt5/include/QtWidgets/QFocusFrame
qt5/include/QtWidgets/QFontComboBox
qt5/include/QtWidgets/QFontDialog
qt5/include/QtWidgets/QFormLayout
qt5/include/QtWidgets/QFrame
qt5/include/QtWidgets/QGesture
qt5/include/QtWidgets/QGestureEvent
qt5/include/QtWidgets/QGestureRecognizer
qt5/include/QtWidgets/QGraphicsAnchor
qt5/include/QtWidgets/QGraphicsAnchorLayout
qt5/include/QtWidgets/QGraphicsBlurEffect
qt5/include/QtWidgets/QGraphicsColorizeEffect
qt5/include/QtWidgets/QGraphicsDropShadowEffect
qt5/include/QtWidgets/QGraphicsEffect
qt5/include/QtWidgets/QGraphicsEllipseItem
qt5/include/QtWidgets/QGraphicsGridLayout
qt5/include/QtWidgets/QGraphicsItem
qt5/include/QtWidgets/QGraphicsItemAnimation
qt5/include/QtWidgets/QGraphicsItemGroup
qt5/include/QtWidgets/QGraphicsLayout
qt5/include/QtWidgets/QGraphicsLayoutItem
qt5/include/QtWidgets/QGraphicsLineItem
qt5/include/QtWidgets/QGraphicsLinearLayout
qt5/include/QtWidgets/QGraphicsObject
qt5/include/QtWidgets/QGraphicsOpacityEffect
qt5/include/QtWidgets/QGraphicsPathItem
qt5/include/QtWidgets/QGraphicsPixmapItem
qt5/include/QtWidgets/QGraphicsPolygonItem
qt5/include/QtWidgets/QGraphicsProxyWidget
qt5/include/QtWidgets/QGraphicsRectItem
qt5/include/QtWidgets/QGraphicsRotation
qt5/include/QtWidgets/QGraphicsScale
qt5/include/QtWidgets/QGraphicsScene
qt5/include/QtWidgets/QGraphicsSceneContextMenuEvent
qt5/include/QtWidgets/QGraphicsSceneDragDropEvent
qt5/include/QtWidgets/QGraphicsSceneEvent
qt5/include/QtWidgets/QGraphicsSceneHelpEvent
qt5/include/QtWidgets/QGraphicsSceneHoverEvent
qt5/include/QtWidgets/QGraphicsSceneMouseEvent
qt5/include/QtWidgets/QGraphicsSceneMoveEvent
qt5/include/QtWidgets/QGraphicsSceneResizeEvent
qt5/include/QtWidgets/QGraphicsSceneWheelEvent
qt5/include/QtWidgets/QGraphicsSimpleTextItem
qt5/include/QtWidgets/QGraphicsTextItem
qt5/include/QtWidgets/QGraphicsTransform
qt5/include/QtWidgets/QGraphicsView
qt5/include/QtWidgets/QGraphicsWidget
qt5/include/QtWidgets/QGridLayout
qt5/include/QtWidgets/QGroupBox
qt5/include/QtWidgets/QHBoxLayout
qt5/include/QtWidgets/QHeaderView
qt5/include/QtWidgets/QInputDialog
qt5/include/QtWidgets/QItemDelegate
qt5/include/QtWidgets/QItemEditorCreator
qt5/include/QtWidgets/QItemEditorCreatorBase
qt5/include/QtWidgets/QItemEditorFactory
qt5/include/QtWidgets/QKeyEventTransition
qt5/include/QtWidgets/QKeySequenceEdit
qt5/include/QtWidgets/QLCDNumber
qt5/include/QtWidgets/QLabel
qt5/include/QtWidgets/QLayout
qt5/include/QtWidgets/QLayoutItem
qt5/include/QtWidgets/QLineEdit
qt5/include/QtWidgets/QListView
qt5/include/QtWidgets/QListWidget
qt5/include/QtWidgets/QListWidgetItem
qt5/include/QtWidgets/QMacCocoaViewContainer
qt5/include/QtWidgets/QMacNativeWidget
qt5/include/QtWidgets/QMainWindow
qt5/include/QtWidgets/QMdiArea
qt5/include/QtWidgets/QMdiSubWindow
qt5/include/QtWidgets/QMenu
qt5/include/QtWidgets/QMenuBar
qt5/include/QtWidgets/QMessageBox
qt5/include/QtWidgets/QMouseEventTransition
qt5/include/QtWidgets/QOpenGLWidget
qt5/include/QtWidgets/QPanGesture
qt5/include/QtWidgets/QPinchGesture
qt5/include/QtWidgets/QPlainTextDocumentLayout
qt5/include/QtWidgets/QPlainTextEdit
qt5/include/QtWidgets/QProgressBar
qt5/include/QtWidgets/QProgressDialog
qt5/include/QtWidgets/QProxyStyle
qt5/include/QtWidgets/QPushButton
qt5/include/QtWidgets/QRadioButton
qt5/include/QtWidgets/QRubberBand
qt5/include/QtWidgets/QScrollArea
qt5/include/QtWidgets/QScrollBar
qt5/include/QtWidgets/QScroller
qt5/include/QtWidgets/QScrollerProperties
qt5/include/QtWidgets/QShortcut
qt5/include/QtWidgets/QSizeGrip
qt5/include/QtWidgets/QSizePolicy
qt5/include/QtWidgets/QSlider
qt5/include/QtWidgets/QSpacerItem
qt5/include/QtWidgets/QSpinBox
qt5/include/QtWidgets/QSplashScreen
qt5/include/QtWidgets/QSplitter
qt5/include/QtWidgets/QSplitterHandle
qt5/include/QtWidgets/QStackedLayout
qt5/include/QtWidgets/QStackedWidget
qt5/include/QtWidgets/QStandardItemEditorCreator
qt5/include/QtWidgets/QStatusBar
qt5/include/QtWidgets/QStyle
qt5/include/QtWidgets/QStyleFactory
qt5/include/QtWidgets/QStyleHintReturn
qt5/include/QtWidgets/QStyleHintReturnMask
qt5/include/QtWidgets/QStyleHintReturnVariant
qt5/include/QtWidgets/QStyleOption
qt5/include/QtWidgets/QStyleOptionButton
qt5/include/QtWidgets/QStyleOptionComboBox
qt5/include/QtWidgets/QStyleOptionComplex
qt5/include/QtWidgets/QStyleOptionDockWidget
qt5/include/QtWidgets/QStyleOptionDockWidgetV2
qt5/include/QtWidgets/QStyleOptionFocusRect
qt5/include/QtWidgets/QStyleOptionFrame
qt5/include/QtWidgets/QStyleOptionFrameV2
qt5/include/QtWidgets/QStyleOptionFrameV3
qt5/include/QtWidgets/QStyleOptionGraphicsItem
qt5/include/QtWidgets/QStyleOptionGroupBox
qt5/include/QtWidgets/QStyleOptionHeader
qt5/include/QtWidgets/QStyleOptionMenuItem
qt5/include/QtWidgets/QStyleOptionProgressBar
qt5/include/QtWidgets/QStyleOptionProgressBarV2
qt5/include/QtWidgets/QStyleOptionRubberBand
qt5/include/QtWidgets/QStyleOptionSizeGrip
qt5/include/QtWidgets/QStyleOptionSlider
qt5/include/QtWidgets/QStyleOptionSpinBox
qt5/include/QtWidgets/QStyleOptionTab
qt5/include/QtWidgets/QStyleOptionTabBarBase
qt5/include/QtWidgets/QStyleOptionTabBarBaseV2
qt5/include/QtWidgets/QStyleOptionTabV2
qt5/include/QtWidgets/QStyleOptionTabV3
qt5/include/QtWidgets/QStyleOptionTabWidgetFrame
qt5/include/QtWidgets/QStyleOptionTabWidgetFrameV2
qt5/include/QtWidgets/QStyleOptionTitleBar
qt5/include/QtWidgets/QStyleOptionToolBar
qt5/include/QtWidgets/QStyleOptionToolBox
qt5/include/QtWidgets/QStyleOptionToolBoxV2
qt5/include/QtWidgets/QStyleOptionToolButton
qt5/include/QtWidgets/QStyleOptionViewItem
qt5/include/QtWidgets/QStyleOptionViewItemV2
qt5/include/QtWidgets/QStyleOptionViewItemV3
qt5/include/QtWidgets/QStyleOptionViewItemV4
qt5/include/QtWidgets/QStylePainter
qt5/include/QtWidgets/QStylePlugin
qt5/include/QtWidgets/QStyledItemDelegate
qt5/include/QtWidgets/QSwipeGesture
qt5/include/QtWidgets/QSystemTrayIcon
qt5/include/QtWidgets/QTabBar
qt5/include/QtWidgets/QTabWidget
qt5/include/QtWidgets/QTableView
qt5/include/QtWidgets/QTableWidget
qt5/include/QtWidgets/QTableWidgetItem
qt5/include/QtWidgets/QTableWidgetSelectionRange
qt5/include/QtWidgets/QTapAndHoldGesture
qt5/include/QtWidgets/QTapGesture
qt5/include/QtWidgets/QTextBrowser
qt5/include/QtWidgets/QTextEdit
qt5/include/QtWidgets/QTileRules
qt5/include/QtWidgets/QTimeEdit
qt5/include/QtWidgets/QToolBar
qt5/include/QtWidgets/QToolBox
qt5/include/QtWidgets/QToolButton
qt5/include/QtWidgets/QToolTip
qt5/include/QtWidgets/QTreeView
qt5/include/QtWidgets/QTreeWidget
qt5/include/QtWidgets/QTreeWidgetItem
qt5/include/QtWidgets/QTreeWidgetItemIterator
qt5/include/QtWidgets/QUndoCommand
qt5/include/QtWidgets/QUndoGroup
qt5/include/QtWidgets/QUndoStack
qt5/include/QtWidgets/QUndoView
qt5/include/QtWidgets/QVBoxLayout
qt5/include/QtWidgets/QWhatsThis
qt5/include/QtWidgets/QWidget
qt5/include/QtWidgets/QWidgetAction
qt5/include/QtWidgets/QWidgetData
qt5/include/QtWidgets/QWidgetItem
qt5/include/QtWidgets/QWidgetItemV2
qt5/include/QtWidgets/QWizard
qt5/include/QtWidgets/QWizardPage
qt5/include/QtWidgets/QtWidgets
qt5/include/QtWidgets/QtWidgetsDepends
qt5/include/QtWidgets/QtWidgetsVersion
qt5/include/QtWidgets/qabstractbutton.h
qt5/include/QtWidgets/qabstractitemdelegate.h
qt5/include/QtWidgets/qabstractitemview.h
qt5/include/QtWidgets/qabstractscrollarea.h
qt5/include/QtWidgets/qabstractslider.h
qt5/include/QtWidgets/qabstractspinbox.h
qt5/include/QtWidgets/qaccessiblewidget.h
qt5/include/QtWidgets/qaction.h
qt5/include/QtWidgets/qactiongroup.h
qt5/include/QtWidgets/qapplication.h
qt5/include/QtWidgets/qboxlayout.h
qt5/include/QtWidgets/qbuttongroup.h
qt5/include/QtWidgets/qcalendarwidget.h
qt5/include/QtWidgets/qcheckbox.h
qt5/include/QtWidgets/qcolordialog.h
qt5/include/QtWidgets/qcolormap.h
qt5/include/QtWidgets/qcolumnview.h
qt5/include/QtWidgets/qcombobox.h
qt5/include/QtWidgets/qcommandlinkbutton.h
qt5/include/QtWidgets/qcommonstyle.h
qt5/include/QtWidgets/qcompleter.h
qt5/include/QtWidgets/qdatawidgetmapper.h
qt5/include/QtWidgets/qdatetimeedit.h
qt5/include/QtWidgets/qdesktopwidget.h
qt5/include/QtWidgets/qdial.h
qt5/include/QtWidgets/qdialog.h
qt5/include/QtWidgets/qdialogbuttonbox.h
qt5/include/QtWidgets/qdirmodel.h
qt5/include/QtWidgets/qdockwidget.h
qt5/include/QtWidgets/qdrawutil.h
qt5/include/QtWidgets/qerrormessage.h
qt5/include/QtWidgets/qfiledialog.h
qt5/include/QtWidgets/qfileiconprovider.h
qt5/include/QtWidgets/qfilesystemmodel.h
qt5/include/QtWidgets/qfocusframe.h
qt5/include/QtWidgets/qfontcombobox.h
qt5/include/QtWidgets/qfontdialog.h
qt5/include/QtWidgets/qformlayout.h
qt5/include/QtWidgets/qframe.h
qt5/include/QtWidgets/qgesture.h
qt5/include/QtWidgets/qgesturerecognizer.h
qt5/include/QtWidgets/qgraphicsanchorlayout.h
qt5/include/QtWidgets/qgraphicseffect.h
qt5/include/QtWidgets/qgraphicsgridlayout.h
qt5/include/QtWidgets/qgraphicsitem.h
qt5/include/QtWidgets/qgraphicsitemanimation.h
qt5/include/QtWidgets/qgraphicslayout.h
qt5/include/QtWidgets/qgraphicslayoutitem.h
qt5/include/QtWidgets/qgraphicslinearlayout.h
qt5/include/QtWidgets/qgraphicsproxywidget.h
qt5/include/QtWidgets/qgraphicsscene.h
qt5/include/QtWidgets/qgraphicssceneevent.h
qt5/include/QtWidgets/qgraphicstransform.h
qt5/include/QtWidgets/qgraphicsview.h
qt5/include/QtWidgets/qgraphicswidget.h
qt5/include/QtWidgets/qgridlayout.h
qt5/include/QtWidgets/qgroupbox.h
qt5/include/QtWidgets/qheaderview.h
qt5/include/QtWidgets/qinputdialog.h
qt5/include/QtWidgets/qitemdelegate.h
qt5/include/QtWidgets/qitemeditorfactory.h
qt5/include/QtWidgets/qkeyeventtransition.h
qt5/include/QtWidgets/qkeysequenceedit.h
qt5/include/QtWidgets/qlabel.h
qt5/include/QtWidgets/qlayout.h
qt5/include/QtWidgets/qlayoutitem.h
qt5/include/QtWidgets/qlcdnumber.h
qt5/include/QtWidgets/qlineedit.h
qt5/include/QtWidgets/qlistview.h
qt5/include/QtWidgets/qlistwidget.h
qt5/include/QtWidgets/qmaccocoaviewcontainer_mac.h
qt5/include/QtWidgets/qmacnativewidget_mac.h
qt5/include/QtWidgets/qmainwindow.h
qt5/include/QtWidgets/qmdiarea.h
qt5/include/QtWidgets/qmdisubwindow.h
qt5/include/QtWidgets/qmenu.h
qt5/include/QtWidgets/qmenubar.h
qt5/include/QtWidgets/qmessagebox.h
qt5/include/QtWidgets/qmouseeventtransition.h
qt5/include/QtWidgets/qopenglwidget.h
qt5/include/QtWidgets/qplaintextedit.h
qt5/include/QtWidgets/qprogressbar.h
qt5/include/QtWidgets/qprogressdialog.h
qt5/include/QtWidgets/qproxystyle.h
qt5/include/QtWidgets/qpushbutton.h
qt5/include/QtWidgets/qradiobutton.h
qt5/include/QtWidgets/qrubberband.h
qt5/include/QtWidgets/qscrollarea.h
qt5/include/QtWidgets/qscrollbar.h
qt5/include/QtWidgets/qscroller.h
qt5/include/QtWidgets/qscrollerproperties.h
qt5/include/QtWidgets/qshortcut.h
qt5/include/QtWidgets/qsizegrip.h
qt5/include/QtWidgets/qsizepolicy.h
qt5/include/QtWidgets/qslider.h
qt5/include/QtWidgets/qspinbox.h
qt5/include/QtWidgets/qsplashscreen.h
qt5/include/QtWidgets/qsplitter.h
qt5/include/QtWidgets/qstackedlayout.h
qt5/include/QtWidgets/qstackedwidget.h
qt5/include/QtWidgets/qstatusbar.h
qt5/include/QtWidgets/qstyle.h
qt5/include/QtWidgets/qstyleditemdelegate.h
qt5/include/QtWidgets/qstylefactory.h
qt5/include/QtWidgets/qstyleoption.h
qt5/include/QtWidgets/qstylepainter.h
qt5/include/QtWidgets/qstyleplugin.h
qt5/include/QtWidgets/qsystemtrayicon.h
qt5/include/QtWidgets/qtabbar.h
qt5/include/QtWidgets/qtableview.h
qt5/include/QtWidgets/qtablewidget.h
qt5/include/QtWidgets/qtabwidget.h
qt5/include/QtWidgets/qtextbrowser.h
qt5/include/QtWidgets/qtextedit.h
qt5/include/QtWidgets/qtoolbar.h
qt5/include/QtWidgets/qtoolbox.h
qt5/include/QtWidgets/qtoolbutton.h
qt5/include/QtWidgets/qtooltip.h
qt5/include/QtWidgets/qtreeview.h
qt5/include/QtWidgets/qtreewidget.h
qt5/include/QtWidgets/qtreewidgetitemiterator.h
qt5/include/QtWidgets/qtwidgetsversion.h
qt5/include/QtWidgets/qundogroup.h
qt5/include/QtWidgets/qundostack.h
qt5/include/QtWidgets/qundoview.h
qt5/include/QtWidgets/qwhatsthis.h
qt5/include/QtWidgets/qwidget.h
qt5/include/QtWidgets/qwidgetaction.h
qt5/include/QtWidgets/qwidgetsfunctions_wince.h
qt5/include/QtWidgets/qwizard.h
qt5/include/QtXml/${PKGVERSION}/QtXml/private/qxml_p.h
qt5/include/QtXml/QDomAttr
qt5/include/QtXml/QDomCDATASection
qt5/include/QtXml/QDomCharacterData
qt5/include/QtXml/QDomComment
qt5/include/QtXml/QDomDocument
qt5/include/QtXml/QDomDocumentFragment
qt5/include/QtXml/QDomDocumentType
qt5/include/QtXml/QDomElement
qt5/include/QtXml/QDomEntity
qt5/include/QtXml/QDomEntityReference
qt5/include/QtXml/QDomImplementation
qt5/include/QtXml/QDomNamedNodeMap
qt5/include/QtXml/QDomNode
qt5/include/QtXml/QDomNodeList
qt5/include/QtXml/QDomNotation
qt5/include/QtXml/QDomProcessingInstruction
qt5/include/QtXml/QDomText
qt5/include/QtXml/QXmlAttributes
qt5/include/QtXml/QXmlContentHandler
qt5/include/QtXml/QXmlDTDHandler
qt5/include/QtXml/QXmlDeclHandler
qt5/include/QtXml/QXmlDefaultHandler
qt5/include/QtXml/QXmlEntityResolver
qt5/include/QtXml/QXmlErrorHandler
qt5/include/QtXml/QXmlInputSource
qt5/include/QtXml/QXmlLexicalHandler
qt5/include/QtXml/QXmlLocator
qt5/include/QtXml/QXmlNamespaceSupport
qt5/include/QtXml/QXmlParseException
qt5/include/QtXml/QXmlReader
qt5/include/QtXml/QXmlSimpleReader
qt5/include/QtXml/QtXml
qt5/include/QtXml/QtXmlDepends
qt5/include/QtXml/QtXmlVersion
qt5/include/QtXml/qdom.h
qt5/include/QtXml/qtxmlglobal.h
qt5/include/QtXml/qtxmlversion.h
qt5/include/QtXml/qxml.h
qt5/lib/cmake/Qt5/Qt5Config.cmake
qt5/lib/cmake/Qt5/Qt5ConfigVersion.cmake
qt5/lib/cmake/Qt5Concurrent/Qt5ConcurrentConfig.cmake
qt5/lib/cmake/Qt5Concurrent/Qt5ConcurrentConfigVersion.cmake
qt5/lib/cmake/Qt5Core/Qt5CTestMacros.cmake
qt5/lib/cmake/Qt5Core/Qt5CoreConfig.cmake
qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake
qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake
qt5/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake
qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake
qt5/lib/cmake/Qt5DBus/Qt5DBusConfig.cmake
qt5/lib/cmake/Qt5DBus/Qt5DBusConfigExtras.cmake
qt5/lib/cmake/Qt5DBus/Qt5DBusConfigVersion.cmake
qt5/lib/cmake/Qt5DBus/Qt5DBusMacros.cmake
qt5/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake
qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake
qt5/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake
${PLIST.mac}qt5/lib/cmake/Qt5Gui/Qt5Gui_QCocoaIntegrationPlugin.cmake
${PLIST.unix}qt5/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake
${PLIST.egl}qt5/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake
${PLIST.unix}qt5/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake
qt5/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake
qt5/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake
${PLIST.unix}qt5/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake
qt5/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake
${PLIST.egl}qt5/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake
qt5/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake
${PLIST.unix}qt5/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake
qt5/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake
qt5/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake
${PLIST.unix}qt5/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake
${PLIST.unix}qt5/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake
qt5/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake
qt5/lib/cmake/Qt5Network/Qt5NetworkConfigVersion.cmake
${PLIST.mac}qt5/lib/cmake/Qt5Network/Qt5Network_QCoreWlanEnginePlugin.cmake
qt5/lib/cmake/Qt5Network/Qt5Network_QGenericEnginePlugin.cmake
qt5/lib/cmake/Qt5OpenGL/Qt5OpenGLConfig.cmake
qt5/lib/cmake/Qt5OpenGL/Qt5OpenGLConfigVersion.cmake
qt5/lib/cmake/Qt5OpenGLExtensions/Qt5OpenGLExtensionsConfig.cmake
qt5/lib/cmake/Qt5OpenGLExtensions/Qt5OpenGLExtensionsConfigVersion.cmake
qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake
qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfigVersion.cmake
${PLIST.mac}qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupport_QCocoaPrinterSupportPlugin.cmake
${PLIST.cups}qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupport_QCupsPrinterSupportPlugin.cmake
qt5/lib/cmake/Qt5Sql/Qt5SqlConfig.cmake
qt5/lib/cmake/Qt5Sql/Qt5SqlConfigVersion.cmake
qt5/lib/cmake/Qt5Test/Qt5TestConfig.cmake
qt5/lib/cmake/Qt5Test/Qt5TestConfigVersion.cmake
qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake
qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake
qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake
qt5/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake
qt5/lib/cmake/Qt5Xml/Qt5XmlConfig.cmake
qt5/lib/cmake/Qt5Xml/Qt5XmlConfigVersion.cmake
qt5/lib/libQt5Bootstrap.la
qt5/lib/libQt5Bootstrap.prl
qt5/lib/libQt5Concurrent.la
qt5/lib/libQt5Concurrent.prl
qt5/lib/libQt5Core.la
qt5/lib/libQt5Core.prl
qt5/lib/libQt5DBus.la
qt5/lib/libQt5DBus.prl
${PLIST.unix}qt5/lib/libQt5EglDeviceIntegration.la
${PLIST.unix}qt5/lib/libQt5EglDeviceIntegration.prl
qt5/lib/libQt5Gui.la
qt5/lib/libQt5Gui.prl
qt5/lib/libQt5Network.la
qt5/lib/libQt5Network.prl
qt5/lib/libQt5OpenGL.la
qt5/lib/libQt5OpenGL.prl
qt5/lib/libQt5OpenGLExtensions.la
qt5/lib/libQt5OpenGLExtensions.prl
qt5/lib/libQt5PlatformSupport.la
qt5/lib/libQt5PlatformSupport.prl
qt5/lib/libQt5PrintSupport.la
qt5/lib/libQt5PrintSupport.prl
qt5/lib/libQt5Sql.la
qt5/lib/libQt5Sql.prl
qt5/lib/libQt5Test.la
qt5/lib/libQt5Test.prl
qt5/lib/libQt5Widgets.la
qt5/lib/libQt5Widgets.prl
${PLIST.unix}qt5/lib/libQt5XcbQpa.la
${PLIST.unix}qt5/lib/libQt5XcbQpa.prl
qt5/lib/libQt5Xml.la
qt5/lib/libQt5Xml.prl
qt5/lib/pkgconfig/Qt5Bootstrap.pc
qt5/lib/pkgconfig/Qt5Concurrent.pc
qt5/lib/pkgconfig/Qt5Core.pc
qt5/lib/pkgconfig/Qt5DBus.pc
${PLIST.unix}qt5/lib/pkgconfig/Qt5EglDeviceIntegration.pc
qt5/lib/pkgconfig/Qt5Gui.pc
qt5/lib/pkgconfig/Qt5Network.pc
qt5/lib/pkgconfig/Qt5OpenGL.pc
qt5/lib/pkgconfig/Qt5OpenGLExtensions.pc
qt5/lib/pkgconfig/Qt5PlatformSupport.pc
qt5/lib/pkgconfig/Qt5PrintSupport.pc
qt5/lib/pkgconfig/Qt5Sql.pc
qt5/lib/pkgconfig/Qt5Test.pc
qt5/lib/pkgconfig/Qt5Widgets.pc
${PLIST.unix}qt5/lib/pkgconfig/Qt5XcbQpa.pc
qt5/lib/pkgconfig/Qt5Xml.pc
qt5/mkspecs/aix-g++-64/qmake.conf
qt5/mkspecs/aix-g++-64/qplatformdefs.h
qt5/mkspecs/aix-g++/qmake.conf
qt5/mkspecs/aix-g++/qplatformdefs.h
qt5/mkspecs/aix-xlc-64/qmake.conf
qt5/mkspecs/aix-xlc-64/qplatformdefs.h
qt5/mkspecs/aix-xlc/qmake.conf
qt5/mkspecs/aix-xlc/qplatformdefs.h
qt5/mkspecs/android-g++/qmake.conf
qt5/mkspecs/android-g++/qplatformdefs.h
qt5/mkspecs/blackberry-armle-v7-qcc/qmake.conf
qt5/mkspecs/blackberry-armle-v7-qcc/qplatformdefs.h
qt5/mkspecs/blackberry-x86-qcc/qmake.conf
qt5/mkspecs/blackberry-x86-qcc/qplatformdefs.h
qt5/mkspecs/common/aix/qplatformdefs.h
qt5/mkspecs/common/android/qplatformdefs.h
qt5/mkspecs/common/armcc.conf
qt5/mkspecs/common/c89/qplatformdefs.h
qt5/mkspecs/common/clang-mac.conf
qt5/mkspecs/common/clang.conf
qt5/mkspecs/common/g++-base.conf
qt5/mkspecs/common/g++-macx.conf
qt5/mkspecs/common/g++-unix.conf
qt5/mkspecs/common/g++.conf
qt5/mkspecs/common/gcc-base-mac.conf
qt5/mkspecs/common/gcc-base-unix.conf
qt5/mkspecs/common/gcc-base.conf
qt5/mkspecs/common/ios.conf
qt5/mkspecs/common/ios/GLES2/gl2.h
qt5/mkspecs/common/ios/clang.conf
qt5/mkspecs/common/ios/qmake.conf
qt5/mkspecs/common/linux-android.conf
qt5/mkspecs/common/linux.conf
qt5/mkspecs/common/llvm.conf
qt5/mkspecs/common/mac.conf
qt5/mkspecs/common/mac/qplatformdefs.h
qt5/mkspecs/common/macx.conf
qt5/mkspecs/common/msvc-desktop.conf
qt5/mkspecs/common/nacl/g++-nacl32.conf
qt5/mkspecs/common/nacl/g++-nacl64.conf
qt5/mkspecs/common/nacl/nacl-base.conf
qt5/mkspecs/common/nacl/qplatformdefs.h
qt5/mkspecs/common/posix/qplatformdefs.h
qt5/mkspecs/common/qcc-base-qnx-armle-v7.conf
qt5/mkspecs/common/qcc-base-qnx-x86.conf
qt5/mkspecs/common/qcc-base-qnx.conf
qt5/mkspecs/common/qcc-base.conf
qt5/mkspecs/common/qmake.conf
qt5/mkspecs/common/qnx/qplatformdefs.h
qt5/mkspecs/common/sanitize.conf
qt5/mkspecs/common/shell-unix.conf
qt5/mkspecs/common/shell-win32.conf
qt5/mkspecs/common/unix.conf
qt5/mkspecs/common/wince/qmake.conf
qt5/mkspecs/common/wince/qplatformdefs.h
qt5/mkspecs/common/winrt_winphone/assets/logo_150x150.png
qt5/mkspecs/common/winrt_winphone/assets/logo_30x30.png
qt5/mkspecs/common/winrt_winphone/assets/logo_310x150.png
qt5/mkspecs/common/winrt_winphone/assets/logo_310x310.png
qt5/mkspecs/common/winrt_winphone/assets/logo_44x44.png
qt5/mkspecs/common/winrt_winphone/assets/logo_480x800.png
qt5/mkspecs/common/winrt_winphone/assets/logo_620x300.png
qt5/mkspecs/common/winrt_winphone/assets/logo_70x70.png
qt5/mkspecs/common/winrt_winphone/assets/logo_71x71.png
qt5/mkspecs/common/winrt_winphone/assets/logo_store.png
qt5/mkspecs/common/winrt_winphone/manifests/10.0/AppxManifest.xml.in
qt5/mkspecs/common/winrt_winphone/manifests/8.1/AppxManifest.xml.in
qt5/mkspecs/common/winrt_winphone/manifests/8.1_wp/AppxManifest.xml.in
qt5/mkspecs/common/winrt_winphone/qmake.conf
qt5/mkspecs/common/winrt_winphone/qplatformdefs.h
qt5/mkspecs/cygwin-g++/qmake.conf
qt5/mkspecs/cygwin-g++/qplatformdefs.h
qt5/mkspecs/darwin-g++/qmake.conf
qt5/mkspecs/darwin-g++/qplatformdefs.h
qt5/mkspecs/devices/common/linux_arm_device_post.conf
qt5/mkspecs/devices/common/linux_device_post.conf
qt5/mkspecs/devices/common/linux_device_pre.conf
qt5/mkspecs/devices/linux-archos-gen8-g++/qmake.conf
qt5/mkspecs/devices/linux-archos-gen8-g++/qplatformdefs.h
qt5/mkspecs/devices/linux-arm-amlogic-8726M-g++/qeglfshooks_8726m.cpp
qt5/mkspecs/devices/linux-arm-amlogic-8726M-g++/qmake.conf
qt5/mkspecs/devices/linux-arm-amlogic-8726M-g++/qplatformdefs.h
qt5/mkspecs/devices/linux-arm-hisilicon-hix5hd2-g++/qmake.conf
qt5/mkspecs/devices/linux-arm-hisilicon-hix5hd2-g++/qplatformdefs.h
qt5/mkspecs/devices/linux-arm-trident-pnx8473-g++/qmake.conf
qt5/mkspecs/devices/linux-arm-trident-pnx8473-g++/qplatformdefs.h
qt5/mkspecs/devices/linux-beagleboard-g++/qmake.conf
qt5/mkspecs/devices/linux-beagleboard-g++/qplatformdefs.h
qt5/mkspecs/devices/linux-imx53qsb-g++/qmake.conf
qt5/mkspecs/devices/linux-imx53qsb-g++/qplatformdefs.h
qt5/mkspecs/devices/linux-imx6-g++/qmake.conf
qt5/mkspecs/devices/linux-imx6-g++/qplatformdefs.h
qt5/mkspecs/devices/linux-mipsel-broadcom-97425-g++/qdirectfbeglhooks_bcm97425.cpp
qt5/mkspecs/devices/linux-mipsel-broadcom-97425-g++/qmake.conf
qt5/mkspecs/devices/linux-mipsel-broadcom-97425-g++/qplatformdefs.h
qt5/mkspecs/devices/linux-odroid-xu3-g++/qmake.conf
qt5/mkspecs/devices/linux-odroid-xu3-g++/qplatformdefs.h
qt5/mkspecs/devices/linux-rasp-pi-g++/qmake.conf
qt5/mkspecs/devices/linux-rasp-pi-g++/qplatformdefs.h
qt5/mkspecs/devices/linux-rasp-pi2-g++/qmake.conf
qt5/mkspecs/devices/linux-rasp-pi2-g++/qplatformdefs.h
qt5/mkspecs/devices/linux-sh4-stmicro-ST7108-g++/qmake.conf
qt5/mkspecs/devices/linux-sh4-stmicro-ST7108-g++/qplatformdefs.h
qt5/mkspecs/devices/linux-sh4-stmicro-ST7540-g++/qmake.conf
qt5/mkspecs/devices/linux-sh4-stmicro-ST7540-g++/qplatformdefs.h
qt5/mkspecs/devices/linux-snowball-g++/qmake.conf
qt5/mkspecs/devices/linux-snowball-g++/qplatformdefs.h
qt5/mkspecs/devices/linux-tegra2-g++/qmake.conf
qt5/mkspecs/devices/linux-tegra2-g++/qplatformdefs.h
qt5/mkspecs/devices/qmake.conf
qt5/mkspecs/features/android/android.prf
qt5/mkspecs/features/android/android_deployment_settings.prf
qt5/mkspecs/features/build_pass.prf
qt5/mkspecs/features/c++11.prf
qt5/mkspecs/features/c++14.prf
qt5/mkspecs/features/cmake_functions.prf
qt5/mkspecs/features/configure.prf
qt5/mkspecs/features/create_cmake.prf
qt5/mkspecs/features/ctest_testcase.prf
qt5/mkspecs/features/ctest_testcase_common.prf
qt5/mkspecs/features/ctest_testcase_installed.prf
qt5/mkspecs/features/data/android/dx.bat
qt5/mkspecs/features/data/cmake/ExtraSourceIncludes.cmake.in
qt5/mkspecs/features/data/cmake/Qt5BasicConfig.cmake.in
qt5/mkspecs/features/data/cmake/Qt5ConfigVersion.cmake.in
qt5/mkspecs/features/data/cmake/Qt5PluginTarget.cmake.in
qt5/mkspecs/features/data/dummy.cpp
qt5/mkspecs/features/dbusadaptors.prf
qt5/mkspecs/features/dbuscommon.pri
qt5/mkspecs/features/dbusinterfaces.prf
qt5/mkspecs/features/declarative_debug.prf
qt5/mkspecs/features/default_post.prf
qt5/mkspecs/features/default_pre.prf
qt5/mkspecs/features/designer_defines.prf
qt5/mkspecs/features/device_config.prf
qt5/mkspecs/features/egl.prf
qt5/mkspecs/features/exceptions.prf
qt5/mkspecs/features/exceptions_off.prf
qt5/mkspecs/features/exclusive_builds.prf
qt5/mkspecs/features/exclusive_builds_post.prf
qt5/mkspecs/features/gcov.prf
qt5/mkspecs/features/include_source_dir.prf
qt5/mkspecs/features/incredibuild_xge.prf
qt5/mkspecs/features/java.prf
qt5/mkspecs/features/lex.prf
qt5/mkspecs/features/link_ltcg.prf
qt5/mkspecs/features/link_pkgconfig.prf
qt5/mkspecs/features/ltcg.prf
qt5/mkspecs/features/mac/default_post.prf
qt5/mkspecs/features/mac/objective_c.prf
qt5/mkspecs/features/mac/rez.prf
qt5/mkspecs/features/mac/sdk.prf
qt5/mkspecs/features/moc.prf
qt5/mkspecs/features/no_debug_info.prf
qt5/mkspecs/features/precompile_header.prf
qt5/mkspecs/features/qfeatures.prf
qt5/mkspecs/features/qlalr.prf
qt5/mkspecs/features/qmake.conf
qt5/mkspecs/features/qml1_module.prf
qt5/mkspecs/features/qml1_plugin.prf
qt5/mkspecs/features/qml_debug.prf
qt5/mkspecs/features/qml_module.prf
qt5/mkspecs/features/qml_plugin.prf
qt5/mkspecs/features/qmltestcase.prf
qt5/mkspecs/features/qpa/basicunixfontdatabase.prf
qt5/mkspecs/features/qpa/genericunixfontdatabase.prf
qt5/mkspecs/features/qt.prf
qt5/mkspecs/features/qt_android_deps.prf
qt5/mkspecs/features/qt_app.prf
qt5/mkspecs/features/qt_build_config.prf
qt5/mkspecs/features/qt_build_paths.prf
qt5/mkspecs/features/qt_common.prf
qt5/mkspecs/features/qt_config.prf
qt5/mkspecs/features/qt_docs.prf
qt5/mkspecs/features/qt_docs_targets.prf
qt5/mkspecs/features/qt_example_installs.prf
qt5/mkspecs/features/qt_functions.prf
qt5/mkspecs/features/qt_helper_lib.prf
qt5/mkspecs/features/qt_installs.prf
qt5/mkspecs/features/qt_module.prf
qt5/mkspecs/features/qt_module_headers.prf
qt5/mkspecs/features/qt_module_pris.prf
qt5/mkspecs/features/qt_parts.prf
qt5/mkspecs/features/qt_plugin.prf
qt5/mkspecs/features/qt_targets.prf
qt5/mkspecs/features/qt_tool.prf
qt5/mkspecs/features/resolve_config.prf
qt5/mkspecs/features/resolve_target.prf
qt5/mkspecs/features/resources.prf
qt5/mkspecs/features/sanitizer.prf
qt5/mkspecs/features/silent.prf
qt5/mkspecs/features/simd.prf
qt5/mkspecs/features/spec_post.prf
qt5/mkspecs/features/spec_pre.prf
qt5/mkspecs/features/static_runtime.prf
qt5/mkspecs/features/testcase.prf
qt5/mkspecs/features/testcase_targets.prf
qt5/mkspecs/features/testcocoon.prf
qt5/mkspecs/features/testlib_defines.prf
qt5/mkspecs/features/uic.prf
qt5/mkspecs/features/unix/bsymbolic_functions.prf
qt5/mkspecs/features/unix/dylib.prf
qt5/mkspecs/features/unix/hide_symbols.prf
qt5/mkspecs/features/unix/largefile.prf
qt5/mkspecs/features/unix/opengl.prf
qt5/mkspecs/features/unix/openvg.prf
qt5/mkspecs/features/unix/separate_debug_info.prf
qt5/mkspecs/features/unix/thread.prf
qt5/mkspecs/features/unix/x11.prf
qt5/mkspecs/features/unix/x11inc.prf
qt5/mkspecs/features/unix/x11lib.prf
qt5/mkspecs/features/unix/x11sm.prf
qt5/mkspecs/features/use_c_linker.prf
qt5/mkspecs/features/vxworks.prf
qt5/mkspecs/features/warn_off.prf
qt5/mkspecs/features/warn_on.prf
qt5/mkspecs/features/wayland-scanner.prf
qt5/mkspecs/features/win32/console.prf
qt5/mkspecs/features/win32/default_pre.prf
qt5/mkspecs/features/win32/dumpcpp.prf
qt5/mkspecs/features/win32/idcidl.prf
qt5/mkspecs/features/win32/msvc_mp.prf
qt5/mkspecs/features/win32/opengl.prf
qt5/mkspecs/features/win32/openvg.prf
qt5/mkspecs/features/win32/qt_config.prf
qt5/mkspecs/features/win32/qt_dll.prf
qt5/mkspecs/features/win32/rtti.prf
qt5/mkspecs/features/win32/rtti_off.prf
qt5/mkspecs/features/win32/stl.prf
qt5/mkspecs/features/win32/stl_off.prf
qt5/mkspecs/features/win32/windeployqt.prf
qt5/mkspecs/features/win32/windows.prf
qt5/mkspecs/features/winrt/console.prf
qt5/mkspecs/features/winrt/default_pre.prf
qt5/mkspecs/features/winrt/font_deployment.prf
qt5/mkspecs/features/winrt/package_manifest.prf
qt5/mkspecs/features/xctest.prf
qt5/mkspecs/features/yacc.prf
qt5/mkspecs/freebsd-g++/qmake.conf
qt5/mkspecs/freebsd-g++/qplatformdefs.h
qt5/mkspecs/freebsd-g++46/qmake.conf
qt5/mkspecs/freebsd-g++46/qplatformdefs.h
qt5/mkspecs/freebsd-icc/qmake.conf
qt5/mkspecs/freebsd-icc/qplatformdefs.h
qt5/mkspecs/haiku-g++/qmake.conf
qt5/mkspecs/haiku-g++/qplatformdefs.h
qt5/mkspecs/hpux-acc-64/qmake.conf
qt5/mkspecs/hpux-acc-64/qplatformdefs.h
qt5/mkspecs/hpux-acc-o64/qmake.conf
qt5/mkspecs/hpux-acc-o64/qplatformdefs.h
qt5/mkspecs/hpux-acc/qmake.conf
qt5/mkspecs/hpux-acc/qplatformdefs.h
qt5/mkspecs/hpux-g++-64/qmake.conf
qt5/mkspecs/hpux-g++-64/qplatformdefs.h
qt5/mkspecs/hpux-g++/qmake.conf
qt5/mkspecs/hpux-g++/qplatformdefs.h
qt5/mkspecs/hpuxi-acc-32/qmake.conf
qt5/mkspecs/hpuxi-acc-32/qplatformdefs.h
qt5/mkspecs/hpuxi-acc-64/qmake.conf
qt5/mkspecs/hpuxi-acc-64/qplatformdefs.h
qt5/mkspecs/hpuxi-g++-64/qmake.conf
qt5/mkspecs/hpuxi-g++-64/qplatformdefs.h
qt5/mkspecs/hurd-g++/qmake.conf
qt5/mkspecs/hurd-g++/qplatformdefs.h
qt5/mkspecs/irix-cc-64/qmake.conf
qt5/mkspecs/irix-cc-64/qplatformdefs.h
qt5/mkspecs/irix-cc/qmake.conf
qt5/mkspecs/irix-cc/qplatformdefs.h
qt5/mkspecs/irix-g++-64/qmake.conf
qt5/mkspecs/irix-g++-64/qplatformdefs.h
qt5/mkspecs/irix-g++/qmake.conf
qt5/mkspecs/irix-g++/qplatformdefs.h
qt5/mkspecs/linux-arm-gnueabi-g++/qmake.conf
qt5/mkspecs/linux-arm-gnueabi-g++/qplatformdefs.h
qt5/mkspecs/linux-clang-libc++/qmake.conf
qt5/mkspecs/linux-clang-libc++/qplatformdefs.h
qt5/mkspecs/linux-clang/qmake.conf
qt5/mkspecs/linux-clang/qplatformdefs.h
qt5/mkspecs/linux-cxx/qmake.conf
qt5/mkspecs/linux-cxx/qplatformdefs.h
qt5/mkspecs/linux-g++-32/qmake.conf
qt5/mkspecs/linux-g++-32/qplatformdefs.h
qt5/mkspecs/linux-g++-64/qmake.conf
qt5/mkspecs/linux-g++-64/qplatformdefs.h
qt5/mkspecs/linux-g++/qmake.conf
qt5/mkspecs/linux-g++/qplatformdefs.h
qt5/mkspecs/linux-icc-32/qmake.conf
qt5/mkspecs/linux-icc-32/qplatformdefs.h
qt5/mkspecs/linux-icc-64/qmake.conf
qt5/mkspecs/linux-icc-64/qplatformdefs.h
qt5/mkspecs/linux-icc/qmake.conf
qt5/mkspecs/linux-icc/qplatformdefs.h
qt5/mkspecs/linux-kcc/qmake.conf
qt5/mkspecs/linux-kcc/qplatformdefs.h
qt5/mkspecs/linux-llvm/qmake.conf
qt5/mkspecs/linux-llvm/qplatformdefs.h
qt5/mkspecs/linux-lsb-g++/qmake.conf
qt5/mkspecs/linux-lsb-g++/qplatformdefs.h
qt5/mkspecs/linux-pgcc/qmake.conf
qt5/mkspecs/linux-pgcc/qplatformdefs.h
qt5/mkspecs/lynxos-g++/qmake.conf
qt5/mkspecs/lynxos-g++/qplatformdefs.h
qt5/mkspecs/macx-clang-32/Info.plist.app
qt5/mkspecs/macx-clang-32/Info.plist.lib
qt5/mkspecs/macx-clang-32/qmake.conf
qt5/mkspecs/macx-clang-32/qplatformdefs.h
qt5/mkspecs/macx-clang/Info.plist.app
qt5/mkspecs/macx-clang/Info.plist.lib
qt5/mkspecs/macx-clang/qmake.conf
qt5/mkspecs/macx-clang/qplatformdefs.h
qt5/mkspecs/macx-g++-32/Info.plist.app
qt5/mkspecs/macx-g++-32/Info.plist.lib
qt5/mkspecs/macx-g++-32/qmake.conf
qt5/mkspecs/macx-g++-32/qplatformdefs.h
qt5/mkspecs/macx-g++/Info.plist.app
qt5/mkspecs/macx-g++/Info.plist.lib
qt5/mkspecs/macx-g++/qmake.conf
qt5/mkspecs/macx-g++/qplatformdefs.h
qt5/mkspecs/macx-g++40/Info.plist.app
qt5/mkspecs/macx-g++40/Info.plist.lib
qt5/mkspecs/macx-g++40/qmake.conf
qt5/mkspecs/macx-g++40/qplatformdefs.h
qt5/mkspecs/macx-g++42/Info.plist.app
qt5/mkspecs/macx-g++42/Info.plist.lib
qt5/mkspecs/macx-g++42/qmake.conf
qt5/mkspecs/macx-g++42/qplatformdefs.h
qt5/mkspecs/macx-icc/Info.plist.app
qt5/mkspecs/macx-icc/Info.plist.lib
qt5/mkspecs/macx-icc/qmake.conf
qt5/mkspecs/macx-icc/qplatformdefs.h
qt5/mkspecs/macx-ios-clang/Default-568h@2x.png
qt5/mkspecs/macx-ios-clang/Info.plist.app
qt5/mkspecs/macx-ios-clang/Info.plist.lib
qt5/mkspecs/macx-ios-clang/LaunchScreen.xib
qt5/mkspecs/macx-ios-clang/features/default_post.prf
qt5/mkspecs/macx-ios-clang/features/default_pre.prf
qt5/mkspecs/macx-ios-clang/features/qt.prf
qt5/mkspecs/macx-ios-clang/features/qt_config.prf
qt5/mkspecs/macx-ios-clang/features/qt_parts.prf
qt5/mkspecs/macx-ios-clang/features/sdk.prf
qt5/mkspecs/macx-ios-clang/qmake.conf
qt5/mkspecs/macx-ios-clang/qplatformdefs.h
qt5/mkspecs/macx-ios-clang/rename_main.sh
qt5/mkspecs/macx-llvm/Info.plist.app
qt5/mkspecs/macx-llvm/Info.plist.lib
qt5/mkspecs/macx-llvm/qmake.conf
qt5/mkspecs/macx-llvm/qplatformdefs.h
qt5/mkspecs/macx-xcode/QtTest.plist
qt5/mkspecs/macx-xcode/WorkspaceSettings.xcsettings
qt5/mkspecs/macx-xcode/default.xcscheme
qt5/mkspecs/macx-xcode/qmake.conf
qt5/mkspecs/macx-xcode/qplatformdefs.h
qt5/mkspecs/modules/qt_lib_bootstrap_private.pri
qt5/mkspecs/modules/qt_lib_concurrent.pri
qt5/mkspecs/modules/qt_lib_concurrent_private.pri
qt5/mkspecs/modules/qt_lib_core.pri
qt5/mkspecs/modules/qt_lib_core_private.pri
qt5/mkspecs/modules/qt_lib_dbus.pri
qt5/mkspecs/modules/qt_lib_dbus_private.pri
${PLIST.unix}qt5/mkspecs/modules/qt_lib_eglfs_device_lib_private.pri
qt5/mkspecs/modules/qt_lib_gui.pri
qt5/mkspecs/modules/qt_lib_gui_private.pri
qt5/mkspecs/modules/qt_lib_network.pri
qt5/mkspecs/modules/qt_lib_network_private.pri
qt5/mkspecs/modules/qt_lib_opengl.pri
qt5/mkspecs/modules/qt_lib_opengl_private.pri
qt5/mkspecs/modules/qt_lib_openglextensions.pri
qt5/mkspecs/modules/qt_lib_openglextensions_private.pri
qt5/mkspecs/modules/qt_lib_platformsupport_private.pri
qt5/mkspecs/modules/qt_lib_printsupport.pri
qt5/mkspecs/modules/qt_lib_printsupport_private.pri
qt5/mkspecs/modules/qt_lib_sql.pri
qt5/mkspecs/modules/qt_lib_sql_private.pri
qt5/mkspecs/modules/qt_lib_testlib.pri
qt5/mkspecs/modules/qt_lib_testlib_private.pri
qt5/mkspecs/modules/qt_lib_widgets.pri
qt5/mkspecs/modules/qt_lib_widgets_private.pri
${PLIST.unix}qt5/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri
qt5/mkspecs/modules/qt_lib_xml.pri
qt5/mkspecs/modules/qt_lib_xml_private.pri
qt5/mkspecs/netbsd-g++/qmake.conf
qt5/mkspecs/netbsd-g++/qplatformdefs.h
qt5/mkspecs/openbsd-g++/qmake.conf
qt5/mkspecs/openbsd-g++/qplatformdefs.h
qt5/mkspecs/qconfig.pri
qt5/mkspecs/qdevice.pri
qt5/mkspecs/qfeatures.pri
qt5/mkspecs/qmodule.pri
qt5/mkspecs/qnx-armle-v7-qcc/qmake.conf
qt5/mkspecs/qnx-armle-v7-qcc/qplatformdefs.h
qt5/mkspecs/qnx-x86-qcc/qmake.conf
qt5/mkspecs/qnx-x86-qcc/qplatformdefs.h
qt5/mkspecs/sco-cc/qmake.conf
qt5/mkspecs/sco-cc/qplatformdefs.h
qt5/mkspecs/sco-g++/qmake.conf
qt5/mkspecs/sco-g++/qplatformdefs.h
qt5/mkspecs/solaris-cc-64-stlport/qmake.conf
qt5/mkspecs/solaris-cc-64-stlport/qplatformdefs.h
qt5/mkspecs/solaris-cc-64/qmake.conf
qt5/mkspecs/solaris-cc-64/qplatformdefs.h
qt5/mkspecs/solaris-cc-stlport/qmake.conf
qt5/mkspecs/solaris-cc-stlport/qplatformdefs.h
qt5/mkspecs/solaris-cc/qmake.conf
qt5/mkspecs/solaris-cc/qplatformdefs.h
qt5/mkspecs/solaris-g++-64/qmake.conf
qt5/mkspecs/solaris-g++-64/qplatformdefs.h
qt5/mkspecs/solaris-g++/qmake.conf
qt5/mkspecs/solaris-g++/qplatformdefs.h
qt5/mkspecs/tru64-cxx/qmake.conf
qt5/mkspecs/tru64-cxx/qplatformdefs.h
qt5/mkspecs/tru64-g++/qmake.conf
qt5/mkspecs/tru64-g++/qplatformdefs.h
qt5/mkspecs/unixware-cc/qmake.conf
qt5/mkspecs/unixware-cc/qplatformdefs.h
qt5/mkspecs/unixware-g++/qmake.conf
qt5/mkspecs/unixware-g++/qplatformdefs.h
qt5/mkspecs/unsupported/android-g++/qeglfshooks_surfaceflinger.cpp
qt5/mkspecs/unsupported/android-g++/qmake.conf
qt5/mkspecs/unsupported/android-g++/qplatformdefs.h
qt5/mkspecs/unsupported/freebsd-clang/qmake.conf
qt5/mkspecs/unsupported/freebsd-clang/qplatformdefs.h
qt5/mkspecs/unsupported/linux-armcc/qmake.conf
qt5/mkspecs/unsupported/linux-armcc/qplatformdefs.h
qt5/mkspecs/unsupported/linux-host-g++/qmake.conf
qt5/mkspecs/unsupported/linux-host-g++/qplatformdefs.h
qt5/mkspecs/unsupported/linux-scratchbox2-g++/qmake.conf
qt5/mkspecs/unsupported/linux-scratchbox2-g++/qplatformdefs.h
qt5/mkspecs/unsupported/nacl-g++/qmake.conf
qt5/mkspecs/unsupported/nacl-g++/qplatformdefs.h
qt5/mkspecs/unsupported/nacl64-g++/qmake.conf
qt5/mkspecs/unsupported/nacl64-g++/qplatformdefs.h
qt5/mkspecs/unsupported/qmake.conf
qt5/mkspecs/unsupported/qnx-X11-g++/qmake.conf
qt5/mkspecs/unsupported/qnx-X11-g++/qplatformdefs.h
qt5/mkspecs/unsupported/vxworks-ppc-dcc/qmake.conf
qt5/mkspecs/unsupported/vxworks-ppc-dcc/qplatformdefs.h
qt5/mkspecs/unsupported/vxworks-ppc-g++/qmake.conf
qt5/mkspecs/unsupported/vxworks-ppc-g++/qplatformdefs.h
qt5/mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf
qt5/mkspecs/unsupported/vxworks-simpentium-dcc/qplatformdefs.h
qt5/mkspecs/unsupported/vxworks-simpentium-g++/qmake.conf
qt5/mkspecs/unsupported/vxworks-simpentium-g++/qplatformdefs.h
qt5/mkspecs/win32-g++/qmake.conf
qt5/mkspecs/win32-g++/qplatformdefs.h
qt5/mkspecs/win32-icc/qmake.conf
qt5/mkspecs/win32-icc/qplatformdefs.h
qt5/mkspecs/win32-msvc2005/qmake.conf
qt5/mkspecs/win32-msvc2005/qplatformdefs.h
qt5/mkspecs/win32-msvc2008/qmake.conf
qt5/mkspecs/win32-msvc2008/qplatformdefs.h
qt5/mkspecs/win32-msvc2010/qmake.conf
qt5/mkspecs/win32-msvc2010/qplatformdefs.h
qt5/mkspecs/win32-msvc2012/qmake.conf
qt5/mkspecs/win32-msvc2012/qplatformdefs.h
qt5/mkspecs/win32-msvc2013/qmake.conf
qt5/mkspecs/win32-msvc2013/qplatformdefs.h
qt5/mkspecs/win32-msvc2015/qmake.conf
qt5/mkspecs/win32-msvc2015/qplatformdefs.h
qt5/mkspecs/wince60standard-armv4i-msvc2005/qmake.conf
qt5/mkspecs/wince60standard-armv4i-msvc2005/qplatformdefs.h
qt5/mkspecs/wince60standard-x86-msvc2005/qmake.conf
qt5/mkspecs/wince60standard-x86-msvc2005/qplatformdefs.h
qt5/mkspecs/wince70embedded-armv4i-msvc2008/qmake.conf
qt5/mkspecs/wince70embedded-armv4i-msvc2008/qplatformdefs.h
qt5/mkspecs/wince70embedded-x86-msvc2008/qmake.conf
qt5/mkspecs/wince70embedded-x86-msvc2008/qplatformdefs.h
qt5/mkspecs/wince80colibri-armv7-msvc2012/qmake.conf
qt5/mkspecs/wince80colibri-armv7-msvc2012/qplatformdefs.h
qt5/mkspecs/winphone-arm-msvc2013/qmake.conf
qt5/mkspecs/winphone-arm-msvc2013/qplatformdefs.h
qt5/mkspecs/winphone-x86-msvc2013/qmake.conf
qt5/mkspecs/winphone-x86-msvc2013/qplatformdefs.h
qt5/mkspecs/winrt-arm-msvc2013/qmake.conf
qt5/mkspecs/winrt-arm-msvc2013/qplatformdefs.h
qt5/mkspecs/winrt-arm-msvc2015/qmake.conf
qt5/mkspecs/winrt-arm-msvc2015/qplatformdefs.h
qt5/mkspecs/winrt-x64-msvc2013/qmake.conf
qt5/mkspecs/winrt-x64-msvc2013/qplatformdefs.h
qt5/mkspecs/winrt-x64-msvc2015/qmake.conf
qt5/mkspecs/winrt-x64-msvc2015/qplatformdefs.h
qt5/mkspecs/winrt-x86-msvc2013/qmake.conf
qt5/mkspecs/winrt-x86-msvc2013/qplatformdefs.h
${PLIST.mac}qt5/plugins/bearer/libqcorewlanbearer.la
qt5/mkspecs/winrt-x86-msvc2015/qmake.conf
qt5/mkspecs/winrt-x86-msvc2015/qplatformdefs.h
qt5/plugins/bearer/libqgenericbearer.la
${PLIST.unix}qt5/plugins/egldeviceintegrations/libqeglfs-x11-integration.la
qt5/plugins/generic/libqtuiotouchplugin.la
qt5/plugins/imageformats/libqgif.la
qt5/plugins/imageformats/libqico.la
qt5/plugins/imageformats/libqjpeg.la
${PLIST.unix}qt5/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.la
${PLIST.unix}qt5/plugins/platforminputcontexts/libibusplatforminputcontextplugin.la
${PLIST.mac}qt5/plugins/platforms/libqcocoa.la
${PLIST.egl}qt5/plugins/platforms/libqeglfs.la
qt5/plugins/platforms/libqminimal.la
${PLIST.egl}qt5/plugins/platforms/libqminimalegl.la
qt5/plugins/platforms/libqoffscreen.la
${PLIST.unix}qt5/plugins/platforms/libqxcb.la
${PLIST.mac}qt5/plugins/printsupport/libcocoaprintersupport.la
${PLIST.cups}qt5/plugins/printsupport/libcupsprintersupport.la
${PLIST.unix}qt5/plugins/xcbglintegrations/libqxcb-glx-integration.la
${PLIST.unix}qt5/plugins/xcbglintegrations/libqxcb-egl-integration.la