aboutsummaryrefslogblamecommitdiff
path: root/misc/qt4-qtdemo/pkg-plist
blob: 71cb01df5033e3e35ddb1b9eebea170fc9f923b9 (plain) (tree)
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
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
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263

                                   









                                                                   





























































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































                                                                                                                                

                                                                                                   







                                                                                                                                 


















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































                                                                                                                                               
%%QT_BINDIR%%/qtdemo
%%DEBUG%%%%QT_BINDIR%%/qtdemo.debug
%%QT_PLUGINDIR%%/designer/libarthurplugin.so
%%DEBUG%%%%QT_PLUGINDIR%%/designer/libarthurplugin.so.debug
%%QT_PLUGINDIR%%/designer/libcontainerextension.so
%%DEBUG%%%%QT_PLUGINDIR%%/designer/libcontainerextension.so.debug
%%QT_PLUGINDIR%%/designer/libcustomwidgetplugin.so
%%DEBUG%%%%QT_PLUGINDIR%%/designer/libcustomwidgetplugin.so.debug
%%QT_PLUGINDIR%%/designer/libtaskmenuextension.so
%%DEBUG%%%%QT_PLUGINDIR%%/designer/libtaskmenuextension.so.debug
%%QT_PLUGINDIR%%/designer/libworldtimeclockplugin.so
%%DEBUG%%%%QT_PLUGINDIR%%/designer/libworldtimeclockplugin.so.debug
%%QT_EXAMPLEDIR%%/demos/README
%%QT_EXAMPLEDIR%%/demos/affine/affine
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/affine/affine.debug
%%QT_EXAMPLEDIR%%/demos/affine/affine.pro
%%QT_EXAMPLEDIR%%/demos/affine/affine.qrc
%%QT_EXAMPLEDIR%%/demos/affine/bg1.jpg
%%QT_EXAMPLEDIR%%/demos/affine/main.cpp
%%QT_EXAMPLEDIR%%/demos/affine/xform.cpp
%%QT_EXAMPLEDIR%%/demos/affine/xform.h
%%QT_EXAMPLEDIR%%/demos/affine/xform.html
%%QT_EXAMPLEDIR%%/demos/arthurplugin/arthur_plugin.qrc
%%QT_EXAMPLEDIR%%/demos/arthurplugin/arthurplugin.pro
%%QT_EXAMPLEDIR%%/demos/arthurplugin/bg1.jpg
%%QT_EXAMPLEDIR%%/demos/arthurplugin/composition.cpp
%%QT_EXAMPLEDIR%%/demos/arthurplugin/composition.h
%%QT_EXAMPLEDIR%%/demos/arthurplugin/flower.jpg
%%QT_EXAMPLEDIR%%/demos/arthurplugin/flower_alpha.jpg
%%QT_EXAMPLEDIR%%/demos/arthurplugin/gradients.cpp
%%QT_EXAMPLEDIR%%/demos/arthurplugin/gradients.h
%%QT_EXAMPLEDIR%%/demos/arthurplugin/pathdeform.cpp
%%QT_EXAMPLEDIR%%/demos/arthurplugin/pathdeform.h
%%QT_EXAMPLEDIR%%/demos/arthurplugin/pathstroke.cpp
%%QT_EXAMPLEDIR%%/demos/arthurplugin/pathstroke.h
%%QT_EXAMPLEDIR%%/demos/arthurplugin/plugin.cpp
%%QT_EXAMPLEDIR%%/demos/arthurplugin/xform.cpp
%%QT_EXAMPLEDIR%%/demos/arthurplugin/xform.h
%%QT_EXAMPLEDIR%%/demos/books/bookdelegate.cpp
%%QT_EXAMPLEDIR%%/demos/books/bookdelegate.h
%%QT_EXAMPLEDIR%%/demos/books/books
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/books/books.debug
%%QT_EXAMPLEDIR%%/demos/books/books.pro
%%QT_EXAMPLEDIR%%/demos/books/books.qrc
%%QT_EXAMPLEDIR%%/demos/books/bookwindow.cpp
%%QT_EXAMPLEDIR%%/demos/books/bookwindow.h
%%QT_EXAMPLEDIR%%/demos/books/bookwindow.ui
%%QT_EXAMPLEDIR%%/demos/books/images/star.png
%%QT_EXAMPLEDIR%%/demos/books/initdb.h
%%QT_EXAMPLEDIR%%/demos/books/main.cpp
%%QT_EXAMPLEDIR%%/demos/boxes/3rdparty/fbm.c
%%QT_EXAMPLEDIR%%/demos/boxes/3rdparty/fbm.h
%%QT_EXAMPLEDIR%%/demos/boxes/basic.fsh
%%QT_EXAMPLEDIR%%/demos/boxes/basic.vsh
%%QT_EXAMPLEDIR%%/demos/boxes/boxes
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/boxes/boxes.debug
%%QT_EXAMPLEDIR%%/demos/boxes/boxes.pro
%%QT_EXAMPLEDIR%%/demos/boxes/boxes.qrc
%%QT_EXAMPLEDIR%%/demos/boxes/cubemap_negx.jpg
%%QT_EXAMPLEDIR%%/demos/boxes/cubemap_negy.jpg
%%QT_EXAMPLEDIR%%/demos/boxes/cubemap_negz.jpg
%%QT_EXAMPLEDIR%%/demos/boxes/cubemap_posx.jpg
%%QT_EXAMPLEDIR%%/demos/boxes/cubemap_posy.jpg
%%QT_EXAMPLEDIR%%/demos/boxes/cubemap_posz.jpg
%%QT_EXAMPLEDIR%%/demos/boxes/dotted.fsh
%%QT_EXAMPLEDIR%%/demos/boxes/fresnel.fsh
%%QT_EXAMPLEDIR%%/demos/boxes/glass.fsh
%%QT_EXAMPLEDIR%%/demos/boxes/glbuffers.cpp
%%QT_EXAMPLEDIR%%/demos/boxes/glbuffers.h
%%QT_EXAMPLEDIR%%/demos/boxes/glextensions.cpp
%%QT_EXAMPLEDIR%%/demos/boxes/glextensions.h
%%QT_EXAMPLEDIR%%/demos/boxes/gltrianglemesh.h
%%QT_EXAMPLEDIR%%/demos/boxes/granite.fsh
%%QT_EXAMPLEDIR%%/demos/boxes/main.cpp
%%QT_EXAMPLEDIR%%/demos/boxes/marble.fsh
%%QT_EXAMPLEDIR%%/demos/boxes/parameters.par
%%QT_EXAMPLEDIR%%/demos/boxes/qt-logo.jpg
%%QT_EXAMPLEDIR%%/demos/boxes/qt-logo.png
%%QT_EXAMPLEDIR%%/demos/boxes/qtbox.cpp
%%QT_EXAMPLEDIR%%/demos/boxes/qtbox.h
%%QT_EXAMPLEDIR%%/demos/boxes/reflection.fsh
%%QT_EXAMPLEDIR%%/demos/boxes/refraction.fsh
%%QT_EXAMPLEDIR%%/demos/boxes/roundedbox.cpp
%%QT_EXAMPLEDIR%%/demos/boxes/roundedbox.h
%%QT_EXAMPLEDIR%%/demos/boxes/scene.cpp
%%QT_EXAMPLEDIR%%/demos/boxes/scene.h
%%QT_EXAMPLEDIR%%/demos/boxes/smiley.png
%%QT_EXAMPLEDIR%%/demos/boxes/square.jpg
%%QT_EXAMPLEDIR%%/demos/boxes/trackball.cpp
%%QT_EXAMPLEDIR%%/demos/boxes/trackball.h
%%QT_EXAMPLEDIR%%/demos/boxes/wood.fsh
%%QT_EXAMPLEDIR%%/demos/browser/Info_mac.plist
%%QT_EXAMPLEDIR%%/demos/browser/addbookmarkdialog.ui
%%QT_EXAMPLEDIR%%/demos/browser/autosaver.cpp
%%QT_EXAMPLEDIR%%/demos/browser/autosaver.h
%%QT_EXAMPLEDIR%%/demos/browser/bookmarks.cpp
%%QT_EXAMPLEDIR%%/demos/browser/bookmarks.h
%%QT_EXAMPLEDIR%%/demos/browser/bookmarks.ui
%%QT_EXAMPLEDIR%%/demos/browser/browser
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/browser/browser.debug
%%QT_EXAMPLEDIR%%/demos/browser/browser.icns
%%QT_EXAMPLEDIR%%/demos/browser/browser.ico
%%QT_EXAMPLEDIR%%/demos/browser/browser.pro
%%QT_EXAMPLEDIR%%/demos/browser/browser.rc
%%QT_EXAMPLEDIR%%/demos/browser/browserapplication.cpp
%%QT_EXAMPLEDIR%%/demos/browser/browserapplication.h
%%QT_EXAMPLEDIR%%/demos/browser/browsermainwindow.cpp
%%QT_EXAMPLEDIR%%/demos/browser/browsermainwindow.h
%%QT_EXAMPLEDIR%%/demos/browser/chasewidget.cpp
%%QT_EXAMPLEDIR%%/demos/browser/chasewidget.h
%%QT_EXAMPLEDIR%%/demos/browser/cookiejar.cpp
%%QT_EXAMPLEDIR%%/demos/browser/cookiejar.h
%%QT_EXAMPLEDIR%%/demos/browser/cookies.ui
%%QT_EXAMPLEDIR%%/demos/browser/cookiesexceptions.ui
%%QT_EXAMPLEDIR%%/demos/browser/data.qrc
%%QT_EXAMPLEDIR%%/demos/browser/data/addtab.png
%%QT_EXAMPLEDIR%%/demos/browser/data/browser.svg
%%QT_EXAMPLEDIR%%/demos/browser/data/closetab.png
%%QT_EXAMPLEDIR%%/demos/browser/data/data.qrc
%%QT_EXAMPLEDIR%%/demos/browser/data/defaultbookmarks.xbel
%%QT_EXAMPLEDIR%%/demos/browser/data/defaulticon.png
%%QT_EXAMPLEDIR%%/demos/browser/data/history.png
%%QT_EXAMPLEDIR%%/demos/browser/data/loading.gif
%%QT_EXAMPLEDIR%%/demos/browser/downloaditem.ui
%%QT_EXAMPLEDIR%%/demos/browser/downloadmanager.cpp
%%QT_EXAMPLEDIR%%/demos/browser/downloadmanager.h
%%QT_EXAMPLEDIR%%/demos/browser/downloads.ui
%%QT_EXAMPLEDIR%%/demos/browser/edittableview.cpp
%%QT_EXAMPLEDIR%%/demos/browser/edittableview.h
%%QT_EXAMPLEDIR%%/demos/browser/edittreeview.cpp
%%QT_EXAMPLEDIR%%/demos/browser/edittreeview.h
%%QT_EXAMPLEDIR%%/demos/browser/history.cpp
%%QT_EXAMPLEDIR%%/demos/browser/history.h
%%QT_EXAMPLEDIR%%/demos/browser/history.ui
%%QT_EXAMPLEDIR%%/demos/browser/htmls.qrc
%%QT_EXAMPLEDIR%%/demos/browser/htmls/htmls.qrc
%%QT_EXAMPLEDIR%%/demos/browser/htmls/notfound.html
%%QT_EXAMPLEDIR%%/demos/browser/main.cpp
%%QT_EXAMPLEDIR%%/demos/browser/modelmenu.cpp
%%QT_EXAMPLEDIR%%/demos/browser/modelmenu.h
%%QT_EXAMPLEDIR%%/demos/browser/networkaccessmanager.cpp
%%QT_EXAMPLEDIR%%/demos/browser/networkaccessmanager.h
%%QT_EXAMPLEDIR%%/demos/browser/passworddialog.ui
%%QT_EXAMPLEDIR%%/demos/browser/proxy.ui
%%QT_EXAMPLEDIR%%/demos/browser/searchlineedit.cpp
%%QT_EXAMPLEDIR%%/demos/browser/searchlineedit.h
%%QT_EXAMPLEDIR%%/demos/browser/settings.cpp
%%QT_EXAMPLEDIR%%/demos/browser/settings.h
%%QT_EXAMPLEDIR%%/demos/browser/settings.ui
%%QT_EXAMPLEDIR%%/demos/browser/squeezelabel.cpp
%%QT_EXAMPLEDIR%%/demos/browser/squeezelabel.h
%%QT_EXAMPLEDIR%%/demos/browser/tabwidget.cpp
%%QT_EXAMPLEDIR%%/demos/browser/tabwidget.h
%%QT_EXAMPLEDIR%%/demos/browser/toolbarsearch.cpp
%%QT_EXAMPLEDIR%%/demos/browser/toolbarsearch.h
%%QT_EXAMPLEDIR%%/demos/browser/urllineedit.cpp
%%QT_EXAMPLEDIR%%/demos/browser/urllineedit.h
%%QT_EXAMPLEDIR%%/demos/browser/webview.cpp
%%QT_EXAMPLEDIR%%/demos/browser/webview.h
%%QT_EXAMPLEDIR%%/demos/browser/xbel.cpp
%%QT_EXAMPLEDIR%%/demos/browser/xbel.h
%%QT_EXAMPLEDIR%%/demos/chip/chip
%%QT_EXAMPLEDIR%%/demos/chip/chip.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/chip/chip.debug
%%QT_EXAMPLEDIR%%/demos/chip/chip.h
%%QT_EXAMPLEDIR%%/demos/chip/chip.pro
%%QT_EXAMPLEDIR%%/demos/chip/fileprint.png
%%QT_EXAMPLEDIR%%/demos/chip/images.qrc
%%QT_EXAMPLEDIR%%/demos/chip/main.cpp
%%QT_EXAMPLEDIR%%/demos/chip/mainwindow.cpp
%%QT_EXAMPLEDIR%%/demos/chip/mainwindow.h
%%QT_EXAMPLEDIR%%/demos/chip/qt4logo.png
%%QT_EXAMPLEDIR%%/demos/chip/rotateleft.png
%%QT_EXAMPLEDIR%%/demos/chip/rotateright.png
%%QT_EXAMPLEDIR%%/demos/chip/view.cpp
%%QT_EXAMPLEDIR%%/demos/chip/view.h
%%QT_EXAMPLEDIR%%/demos/chip/zoomin.png
%%QT_EXAMPLEDIR%%/demos/chip/zoomout.png
%%QT_EXAMPLEDIR%%/demos/composition/composition
%%QT_EXAMPLEDIR%%/demos/composition/composition.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/composition/composition.debug
%%QT_EXAMPLEDIR%%/demos/composition/composition.h
%%QT_EXAMPLEDIR%%/demos/composition/composition.html
%%QT_EXAMPLEDIR%%/demos/composition/composition.pro
%%QT_EXAMPLEDIR%%/demos/composition/composition.qrc
%%QT_EXAMPLEDIR%%/demos/composition/flower.jpg
%%QT_EXAMPLEDIR%%/demos/composition/flower_alpha.jpg
%%QT_EXAMPLEDIR%%/demos/composition/main.cpp
%%QT_EXAMPLEDIR%%/demos/declarative/calculator/calculator
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/declarative/calculator/calculator.debug
%%QT_EXAMPLEDIR%%/demos/declarative/calculator/calculator.desktop
%%QT_EXAMPLEDIR%%/demos/declarative/calculator/calculator.pro
%%QT_EXAMPLEDIR%%/demos/declarative/calculator/calculator.qmlproject
%%QT_EXAMPLEDIR%%/demos/declarative/calculator/calculator.svg
%%QT_EXAMPLEDIR%%/demos/declarative/calculator/calculator64.png
%%QT_EXAMPLEDIR%%/demos/declarative/calculator/calculator80.png
%%QT_EXAMPLEDIR%%/demos/declarative/calculator/calculator_harmattan.desktop
%%QT_EXAMPLEDIR%%/demos/declarative/calculator/main.cpp
%%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml/calculator/CalculatorCore/Button.qml
%%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml/calculator/CalculatorCore/Display.qml
%%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml/calculator/CalculatorCore/calculator.js
%%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml/calculator/CalculatorCore/images/button-.png
%%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml/calculator/CalculatorCore/images/button-blue.png
%%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml/calculator/CalculatorCore/images/button-green.png
%%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml/calculator/CalculatorCore/images/button-purple.png
%%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml/calculator/CalculatorCore/images/button-red.png
%%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml/calculator/CalculatorCore/images/display.png
%%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml/calculator/CalculatorCore/qmldir
%%QT_EXAMPLEDIR%%/demos/declarative/calculator/qml/calculator/calculator.qml
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/flickr
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/declarative/flickr/flickr.debug
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/flickr.desktop
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/flickr.pro
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/flickr.qmlproject
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/flickr.svg
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/flickr64.png
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/flickr80.png
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/flickr_harmattan.desktop
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/main.cpp
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/common/Progress.qml
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/common/RssModel.qml
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/common/ScrollBar.qml
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/common/Slider.qml
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/common/qmldir
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/flickr-90.qml
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/flickr.qml
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/Button.qml
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/GridDelegate.qml
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/ImageDetails.qml
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/ListDelegate.qml
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/TitleBar.qml
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/ToolBar.qml
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/images/gloss.png
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/images/lineedit.png
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/images/lineedit.sci
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/images/quit.png
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/images/stripes.png
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/images/titlebar.png
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/images/titlebar.sci
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/images/toolbutton.png
%%QT_EXAMPLEDIR%%/demos/declarative/flickr/qml/flickr/mobile/images/toolbutton.sci
%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/main.cpp
%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/minehunt
%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/minehunt.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/minehunt.debug
%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/minehunt.h
%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/minehunt.pro
%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/minehunt.qmlproject
%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/Explosion.qml
%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/Tile.qml
%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/back.png
%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/background.png
%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/bomb-color.png
%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/bomb.png
%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/face-sad.png
%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/face-smile-big.png
%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/face-smile.png
%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/flag-color.png
%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/flag.png
%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/front.png
%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/quit.png
%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/star.png
%%QT_EXAMPLEDIR%%/demos/declarative/minehunt/qml/minehunt/minehunt.qml
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/main.cpp
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/photoviewer
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/photoviewer.debug
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/photoviewer.desktop
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/photoviewer.pro
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/photoviewer.qmlproject
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/photoviewer.svg
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/photoviewer64.png
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/photoviewer80.png
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/photoviewer_harmattan.desktop
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/AlbumDelegate.qml
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/BusyIndicator.qml
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/Button.qml
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/EditableButton.qml
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/PhotoDelegate.qml
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/ProgressBar.qml
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/RssModel.qml
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/Tag.qml
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/images/box-shadow.png
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/images/busy.png
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/images/cardboard.png
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/qmldir
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/PhotoViewerCore/script/script.js
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/i18n/base.ts
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/i18n/qml_fr.qm
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/i18n/qml_fr.ts
%%QT_EXAMPLEDIR%%/demos/declarative/photoviewer/qml/photoviewer/photoviewer.qml
%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/main.cpp
%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/qml/rssnews/content/BusyIndicator.qml
%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/qml/rssnews/content/CategoryDelegate.qml
%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/qml/rssnews/content/NewsDelegate.qml
%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/qml/rssnews/content/RssFeeds.qml
%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/qml/rssnews/content/ScrollBar.qml
%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/qml/rssnews/content/images/busy.png
%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/qml/rssnews/content/images/scrollbar.png
%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/qml/rssnews/rssnews.qml
%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/rssnews
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/rssnews.debug
%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/rssnews.desktop
%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/rssnews.pro
%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/rssnews.qmlproject
%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/rssnews.svg
%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/rssnews64.png
%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/rssnews80.png
%%QT_EXAMPLEDIR%%/demos/declarative/rssnews/rssnews_harmattan.desktop
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/main.cpp
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/BoomBlock.qml
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/Button.qml
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/Dialog.qml
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/pics/background.png
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/pics/blueStar.png
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/pics/blueStone.png
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/pics/greenStar.png
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/pics/greenStone.png
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/pics/redStar.png
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/pics/redStone.png
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/pics/star.png
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/pics/yellowStone.png
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/qmldir
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/SamegameCore/samegame.js
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/highscores/README
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/highscores/score_data.xml
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/highscores/score_style.xsl
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/highscores/scores.php
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/qml/samegame/samegame.qml
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/samegame
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/declarative/samegame/samegame.debug
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/samegame.desktop
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/samegame.pro
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/samegame.qmlproject
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/samegame.svg
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/samegame64.png
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/samegame80.png
%%QT_EXAMPLEDIR%%/demos/declarative/samegame/samegame_harmattan.desktop
%%QT_EXAMPLEDIR%%/demos/declarative/snake/main.cpp
%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/Button.qml
%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/Cookie.qml
%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/HighScoreModel.qml
%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/Link.qml
%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/Skull.qml
%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/README
%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/background.png
%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/blueStar.png
%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/blueStone.png
%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/cookie.png
%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/eyes.svg
%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/head.png
%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/head.svg
%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/pause.png
%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/redStar.png
%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/redStone.png
%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/skull.png
%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/snake.jpg
%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/star.png
%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/stoneShadow.png
%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/yellowStar.png
%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/pics/yellowStone.png
%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/content/snake.js
%%QT_EXAMPLEDIR%%/demos/declarative/snake/qml/snake/snake.qml
%%QT_EXAMPLEDIR%%/demos/declarative/snake/snake
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/declarative/snake/snake.debug
%%QT_EXAMPLEDIR%%/demos/declarative/snake/snake.desktop
%%QT_EXAMPLEDIR%%/demos/declarative/snake/snake.pro
%%QT_EXAMPLEDIR%%/demos/declarative/snake/snake.qmlproject
%%QT_EXAMPLEDIR%%/demos/declarative/snake/snake.svg
%%QT_EXAMPLEDIR%%/demos/declarative/snake/snake64.png
%%QT_EXAMPLEDIR%%/demos/declarative/snake/snake80.png
%%QT_EXAMPLEDIR%%/demos/declarative/snake/snake_harmattan.desktop
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/main.cpp
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/Button.qml
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/FatDelegate.qml
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/Input.qml
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/Loading.qml
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/MultiTitleBar.qml
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/RssModel.qml
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/SearchView.qml
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/TitleBar.qml
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/ToolBar.qml
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/UserModel.qml
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/images/gloss.png
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/images/lineedit.png
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/images/lineedit.sci
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/images/loading.png
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/images/quit.png
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/images/stripes.png
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/images/titlebar.png
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/images/titlebar.sci
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/images/toolbutton.png
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/images/toolbutton.sci
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/TwitterCore/qmldir
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/qml/twitter/twitter.qml
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/twitter
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/declarative/twitter/twitter.debug
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/twitter.desktop
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/twitter.pro
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/twitter.qmlproject
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/twitter.svg
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/twitter64.png
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/twitter80.png
%%QT_EXAMPLEDIR%%/demos/declarative/twitter/twitter_harmattan.desktop
%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/main.cpp
%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/Button.qml
%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/FlickableWebView.qml
%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/Header.qml
%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/ScrollBar.qml
%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/UrlInput.qml
%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/pics/display.png
%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/pics/edit-delete.png
%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/pics/go-jump-locationbar.png
%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/pics/go-next-view.png
%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/pics/go-previous-view.png
%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/pics/scrollbar.png
%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/pics/titlebar-bg.png
%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/content/pics/view-refresh.png
%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/qml/webbrowser/webbrowser.qml
%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/webbrowser
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/webbrowser.debug
%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/webbrowser.desktop
%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/webbrowser.pro
%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/webbrowser.qmlproject
%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/webbrowser.svg
%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/webbrowser64.png
%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/webbrowser80.png
%%QT_EXAMPLEDIR%%/demos/declarative/webbrowser/webbrowser_harmattan.desktop
%%QT_EXAMPLEDIR%%/demos/deform/deform
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/deform/deform.debug
%%QT_EXAMPLEDIR%%/demos/deform/deform.pro
%%QT_EXAMPLEDIR%%/demos/deform/deform.qrc
%%QT_EXAMPLEDIR%%/demos/deform/main.cpp
%%QT_EXAMPLEDIR%%/demos/deform/pathdeform.cpp
%%QT_EXAMPLEDIR%%/demos/deform/pathdeform.h
%%QT_EXAMPLEDIR%%/demos/deform/pathdeform.html
%%QT_EXAMPLEDIR%%/demos/demos.pro
%%QT_EXAMPLEDIR%%/demos/embeddeddialogs/No-Ones-Laughing-3.jpg
%%QT_EXAMPLEDIR%%/demos/embeddeddialogs/customproxy.cpp
%%QT_EXAMPLEDIR%%/demos/embeddeddialogs/customproxy.h
%%QT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialog.cpp
%%QT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialog.h
%%QT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialog.ui
%%QT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialogs
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialogs.debug
%%QT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialogs.pro
%%QT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialogs.qrc
%%QT_EXAMPLEDIR%%/demos/embeddeddialogs/main.cpp
%%QT_EXAMPLEDIR%%/demos/glhypnotizer/glhypnotizer
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/glhypnotizer/glhypnotizer.debug
%%QT_EXAMPLEDIR%%/demos/glhypnotizer/glhypnotizer.pro
%%QT_EXAMPLEDIR%%/demos/glhypnotizer/hypnotizer.qrc
%%QT_EXAMPLEDIR%%/demos/glhypnotizer/main.cpp
%%QT_EXAMPLEDIR%%/demos/glhypnotizer/qt-logo.png
%%QT_EXAMPLEDIR%%/demos/glhypnotizer/spiral.svg
%%QT_EXAMPLEDIR%%/demos/gradients/gradients
%%QT_EXAMPLEDIR%%/demos/gradients/gradients.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/gradients/gradients.debug
%%QT_EXAMPLEDIR%%/demos/gradients/gradients.h
%%QT_EXAMPLEDIR%%/demos/gradients/gradients.html
%%QT_EXAMPLEDIR%%/demos/gradients/gradients.pro
%%QT_EXAMPLEDIR%%/demos/gradients/gradients.qrc
%%QT_EXAMPLEDIR%%/demos/gradients/main.cpp
%%QT_EXAMPLEDIR%%/demos/helper/qmlapplicationviewer/qmlapplicationviewer.cpp
%%QT_EXAMPLEDIR%%/demos/helper/qmlapplicationviewer/qmlapplicationviewer.h
%%QT_EXAMPLEDIR%%/demos/helper/qmlapplicationviewer/qmlapplicationviewer.pri
%%QT_EXAMPLEDIR%%/demos/interview/README
%%QT_EXAMPLEDIR%%/demos/interview/images/folder.png
%%QT_EXAMPLEDIR%%/demos/interview/images/interview.png
%%QT_EXAMPLEDIR%%/demos/interview/images/services.png
%%QT_EXAMPLEDIR%%/demos/interview/interview
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/interview/interview.debug
%%QT_EXAMPLEDIR%%/demos/interview/interview.pro
%%QT_EXAMPLEDIR%%/demos/interview/interview.qrc
%%QT_EXAMPLEDIR%%/demos/interview/main.cpp
%%QT_EXAMPLEDIR%%/demos/interview/model.cpp
%%QT_EXAMPLEDIR%%/demos/interview/model.h
%%QT_EXAMPLEDIR%%/demos/mainwindow/colorswatch.cpp
%%QT_EXAMPLEDIR%%/demos/mainwindow/colorswatch.h
%%QT_EXAMPLEDIR%%/demos/mainwindow/main.cpp
%%QT_EXAMPLEDIR%%/demos/mainwindow/mainwindow
%%QT_EXAMPLEDIR%%/demos/mainwindow/mainwindow.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/mainwindow/mainwindow.debug
%%QT_EXAMPLEDIR%%/demos/mainwindow/mainwindow.h
%%QT_EXAMPLEDIR%%/demos/mainwindow/mainwindow.pro
%%QT_EXAMPLEDIR%%/demos/mainwindow/mainwindow.qrc
%%QT_EXAMPLEDIR%%/demos/mainwindow/qt.png
%%QT_EXAMPLEDIR%%/demos/mainwindow/titlebarCenter.png
%%QT_EXAMPLEDIR%%/demos/mainwindow/titlebarLeft.png
%%QT_EXAMPLEDIR%%/demos/mainwindow/titlebarRight.png
%%QT_EXAMPLEDIR%%/demos/mainwindow/toolbar.cpp
%%QT_EXAMPLEDIR%%/demos/mainwindow/toolbar.h
%%QT_EXAMPLEDIR%%/demos/pathstroke/main.cpp
%%QT_EXAMPLEDIR%%/demos/pathstroke/pathstroke
%%QT_EXAMPLEDIR%%/demos/pathstroke/pathstroke.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/pathstroke/pathstroke.debug
%%QT_EXAMPLEDIR%%/demos/pathstroke/pathstroke.h
%%QT_EXAMPLEDIR%%/demos/pathstroke/pathstroke.html
%%QT_EXAMPLEDIR%%/demos/pathstroke/pathstroke.pro
%%QT_EXAMPLEDIR%%/demos/pathstroke/pathstroke.qrc
%%QT_EXAMPLEDIR%%/demos/qmediaplayer/images/screen.png
%%QT_EXAMPLEDIR%%/demos/qmediaplayer/main.cpp
%%QT_EXAMPLEDIR%%/demos/qmediaplayer/mediaplayer.cpp
%%QT_EXAMPLEDIR%%/demos/qmediaplayer/mediaplayer.h
%%QT_EXAMPLEDIR%%/demos/qmediaplayer/mediaplayer.qrc
%%QT_EXAMPLEDIR%%/demos/qmediaplayer/qmediaplayer
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/qmediaplayer/qmediaplayer.debug
%%QT_EXAMPLEDIR%%/demos/qmediaplayer/qmediaplayer.pro
%%QT_EXAMPLEDIR%%/demos/qmediaplayer/settings.ui
%%QT_EXAMPLEDIR%%/demos/qtdemo/Info_mac.plist
%%QT_EXAMPLEDIR%%/demos/qtdemo/colors.cpp
%%QT_EXAMPLEDIR%%/demos/qtdemo/colors.h
%%QT_EXAMPLEDIR%%/demos/qtdemo/demoitem.cpp
%%QT_EXAMPLEDIR%%/demos/qtdemo/demoitem.h
%%QT_EXAMPLEDIR%%/demos/qtdemo/demoitemanimation.cpp
%%QT_EXAMPLEDIR%%/demos/qtdemo/demoitemanimation.h
%%QT_EXAMPLEDIR%%/demos/qtdemo/demoscene.cpp
%%QT_EXAMPLEDIR%%/demos/qtdemo/demoscene.h
%%QT_EXAMPLEDIR%%/demos/qtdemo/demotextitem.cpp
%%QT_EXAMPLEDIR%%/demos/qtdemo/demotextitem.h
%%QT_EXAMPLEDIR%%/demos/qtdemo/dockitem.cpp
%%QT_EXAMPLEDIR%%/demos/qtdemo/dockitem.h
%%QT_EXAMPLEDIR%%/demos/qtdemo/examplecontent.cpp
%%QT_EXAMPLEDIR%%/demos/qtdemo/examplecontent.h
%%QT_EXAMPLEDIR%%/demos/qtdemo/guide.cpp
%%QT_EXAMPLEDIR%%/demos/qtdemo/guide.h
%%QT_EXAMPLEDIR%%/demos/qtdemo/guidecircle.cpp
%%QT_EXAMPLEDIR%%/demos/qtdemo/guidecircle.h
%%QT_EXAMPLEDIR%%/demos/qtdemo/guideline.cpp
%%QT_EXAMPLEDIR%%/demos/qtdemo/guideline.h
%%QT_EXAMPLEDIR%%/demos/qtdemo/headingitem.cpp
%%QT_EXAMPLEDIR%%/demos/qtdemo/headingitem.h
%%QT_EXAMPLEDIR%%/demos/qtdemo/imageitem.cpp
%%QT_EXAMPLEDIR%%/demos/qtdemo/imageitem.h
%%QT_EXAMPLEDIR%%/demos/qtdemo/images/demobg.png
%%QT_EXAMPLEDIR%%/demos/qtdemo/images/qtlogo_small.png
%%QT_EXAMPLEDIR%%/demos/qtdemo/images/trolltech-logo.png
%%QT_EXAMPLEDIR%%/demos/qtdemo/itemcircleanimation.cpp
%%QT_EXAMPLEDIR%%/demos/qtdemo/itemcircleanimation.h
%%QT_EXAMPLEDIR%%/demos/qtdemo/letteritem.cpp
%%QT_EXAMPLEDIR%%/demos/qtdemo/letteritem.h
%%QT_EXAMPLEDIR%%/demos/qtdemo/main.cpp
%%QT_EXAMPLEDIR%%/demos/qtdemo/mainwindow.cpp
%%QT_EXAMPLEDIR%%/demos/qtdemo/mainwindow.h
%%QT_EXAMPLEDIR%%/demos/qtdemo/menucontent.cpp
%%QT_EXAMPLEDIR%%/demos/qtdemo/menucontent.h
%%QT_EXAMPLEDIR%%/demos/qtdemo/menumanager.cpp
%%QT_EXAMPLEDIR%%/demos/qtdemo/menumanager.h
%%QT_EXAMPLEDIR%%/demos/qtdemo/qtdemo.icns
%%QT_EXAMPLEDIR%%/demos/qtdemo/qtdemo.ico
%%QT_EXAMPLEDIR%%/demos/qtdemo/qtdemo.pro
%%QT_EXAMPLEDIR%%/demos/qtdemo/qtdemo.qrc
%%QT_EXAMPLEDIR%%/demos/qtdemo/qtdemo.rc
%%QT_EXAMPLEDIR%%/demos/qtdemo/scanitem.cpp
%%QT_EXAMPLEDIR%%/demos/qtdemo/scanitem.h
%%QT_EXAMPLEDIR%%/demos/qtdemo/score.cpp
%%QT_EXAMPLEDIR%%/demos/qtdemo/score.h
%%QT_EXAMPLEDIR%%/demos/qtdemo/textbutton.cpp
%%QT_EXAMPLEDIR%%/demos/qtdemo/textbutton.h
%%QT_EXAMPLEDIR%%/demos/qtdemo/xml/examples.xml
%%QT_EXAMPLEDIR%%/demos/shared/arthurstyle.cpp
%%QT_EXAMPLEDIR%%/demos/shared/arthurstyle.h
%%QT_EXAMPLEDIR%%/demos/shared/arthurwidgets.cpp
%%QT_EXAMPLEDIR%%/demos/shared/arthurwidgets.h
%%QT_EXAMPLEDIR%%/demos/shared/hoverpoints.cpp
%%QT_EXAMPLEDIR%%/demos/shared/hoverpoints.h
%%QT_EXAMPLEDIR%%/demos/shared/images/bg_pattern.png
%%QT_EXAMPLEDIR%%/demos/shared/images/button_normal_cap_left.png
%%QT_EXAMPLEDIR%%/demos/shared/images/button_normal_cap_right.png
%%QT_EXAMPLEDIR%%/demos/shared/images/button_normal_stretch.png
%%QT_EXAMPLEDIR%%/demos/shared/images/button_pressed_cap_left.png
%%QT_EXAMPLEDIR%%/demos/shared/images/button_pressed_cap_right.png
%%QT_EXAMPLEDIR%%/demos/shared/images/button_pressed_stretch.png
%%QT_EXAMPLEDIR%%/demos/shared/images/curve_thing_edit-6.png
%%QT_EXAMPLEDIR%%/demos/shared/images/frame_bottom.png
%%QT_EXAMPLEDIR%%/demos/shared/images/frame_bottomleft.png
%%QT_EXAMPLEDIR%%/demos/shared/images/frame_bottomright.png
%%QT_EXAMPLEDIR%%/demos/shared/images/frame_left.png
%%QT_EXAMPLEDIR%%/demos/shared/images/frame_right.png
%%QT_EXAMPLEDIR%%/demos/shared/images/frame_top.png
%%QT_EXAMPLEDIR%%/demos/shared/images/frame_topleft.png
%%QT_EXAMPLEDIR%%/demos/shared/images/frame_topright.png
%%QT_EXAMPLEDIR%%/demos/shared/images/groupframe_bottom_left.png
%%QT_EXAMPLEDIR%%/demos/shared/images/groupframe_bottom_right.png
%%QT_EXAMPLEDIR%%/demos/shared/images/groupframe_bottom_stretch.png
%%QT_EXAMPLEDIR%%/demos/shared/images/groupframe_left_stretch.png
%%QT_EXAMPLEDIR%%/demos/shared/images/groupframe_right_stretch.png
%%QT_EXAMPLEDIR%%/demos/shared/images/groupframe_top_stretch.png
%%QT_EXAMPLEDIR%%/demos/shared/images/groupframe_topleft.png
%%QT_EXAMPLEDIR%%/demos/shared/images/groupframe_topright.png
%%QT_EXAMPLEDIR%%/demos/shared/images/line_dash_dot.png
%%QT_EXAMPLEDIR%%/demos/shared/images/line_dash_dot_dot.png
%%QT_EXAMPLEDIR%%/demos/shared/images/line_dashed.png
%%QT_EXAMPLEDIR%%/demos/shared/images/line_dotted.png
%%QT_EXAMPLEDIR%%/demos/shared/images/line_solid.png
%%QT_EXAMPLEDIR%%/demos/shared/images/radiobutton-off.png
%%QT_EXAMPLEDIR%%/demos/shared/images/radiobutton-on.png
%%QT_EXAMPLEDIR%%/demos/shared/images/radiobutton_off.png
%%QT_EXAMPLEDIR%%/demos/shared/images/radiobutton_on.png
%%QT_EXAMPLEDIR%%/demos/shared/images/slider_bar.png
%%QT_EXAMPLEDIR%%/demos/shared/images/slider_thumb_off.png
%%QT_EXAMPLEDIR%%/demos/shared/images/slider_thumb_on.png
%%QT_EXAMPLEDIR%%/demos/shared/images/title_cap_left.png
%%QT_EXAMPLEDIR%%/demos/shared/images/title_cap_right.png
%%QT_EXAMPLEDIR%%/demos/shared/images/title_stretch.png
%%QT_EXAMPLEDIR%%/demos/shared/libdemo_shared.a
%%QT_EXAMPLEDIR%%/demos/shared/libdemo_shared.prl
%%QT_EXAMPLEDIR%%/demos/shared/shared.pri
%%QT_EXAMPLEDIR%%/demos/shared/shared.pro
%%QT_EXAMPLEDIR%%/demos/shared/shared.qrc
%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/Array.h
%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/Array.hpp
%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/DynArray.h
%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/DynArray.hpp
%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/FFTRealFixLen.h
%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/FFTRealFixLen.hpp
%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/FFTRealFixLenParam.h
%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/FFTRealPassDirect.h
%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/FFTRealPassDirect.hpp
%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/FFTRealPassInverse.h
%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/FFTRealPassInverse.hpp
%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/FFTRealSelect.h
%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/FFTRealSelect.hpp
%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/FFTRealUseTrigo.h
%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/FFTRealUseTrigo.hpp
%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/OscSinCos.h
%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/OscSinCos.hpp
%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/def.h
%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/fftreal.pro
%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/fftreal_wrapper.cpp
%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/fftreal_wrapper.h
%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/license.txt
%%QT_EXAMPLEDIR%%/demos/spectrum/3rdparty/fftreal/readme.txt
%%QT_EXAMPLEDIR%%/demos/spectrum/README.txt
%%QT_EXAMPLEDIR%%/demos/spectrum/TODO.txt
%%QT_EXAMPLEDIR%%/demos/spectrum/app/app.pro
%%QT_EXAMPLEDIR%%/demos/spectrum/app/engine.cpp
%%QT_EXAMPLEDIR%%/demos/spectrum/app/engine.h
%%QT_EXAMPLEDIR%%/demos/spectrum/app/frequencyspectrum.cpp
%%QT_EXAMPLEDIR%%/demos/spectrum/app/frequencyspectrum.h
%%QT_EXAMPLEDIR%%/demos/spectrum/app/images/record.png
%%QT_EXAMPLEDIR%%/demos/spectrum/app/images/settings.png
%%QT_EXAMPLEDIR%%/demos/spectrum/app/levelmeter.cpp
%%QT_EXAMPLEDIR%%/demos/spectrum/app/levelmeter.h
%%QT_EXAMPLEDIR%%/demos/spectrum/app/main.cpp
%%QT_EXAMPLEDIR%%/demos/spectrum/app/mainwidget.cpp
%%QT_EXAMPLEDIR%%/demos/spectrum/app/mainwidget.h
%%QT_EXAMPLEDIR%%/demos/spectrum/app/progressbar.cpp
%%QT_EXAMPLEDIR%%/demos/spectrum/app/progressbar.h
%%QT_EXAMPLEDIR%%/demos/spectrum/app/settingsdialog.cpp
%%QT_EXAMPLEDIR%%/demos/spectrum/app/settingsdialog.h
%%QT_EXAMPLEDIR%%/demos/spectrum/app/spectrograph.cpp
%%QT_EXAMPLEDIR%%/demos/spectrum/app/spectrograph.h
%%QT_EXAMPLEDIR%%/demos/spectrum/app/spectrum.h
%%QT_EXAMPLEDIR%%/demos/spectrum/app/spectrum.qrc
%%QT_EXAMPLEDIR%%/demos/spectrum/app/spectrumanalyser.cpp
%%QT_EXAMPLEDIR%%/demos/spectrum/app/spectrumanalyser.h
%%QT_EXAMPLEDIR%%/demos/spectrum/app/tonegenerator.cpp
%%QT_EXAMPLEDIR%%/demos/spectrum/app/tonegenerator.h
%%QT_EXAMPLEDIR%%/demos/spectrum/app/tonegeneratordialog.cpp
%%QT_EXAMPLEDIR%%/demos/spectrum/app/tonegeneratordialog.h
%%QT_EXAMPLEDIR%%/demos/spectrum/app/utils.cpp
%%QT_EXAMPLEDIR%%/demos/spectrum/app/utils.h
%%QT_EXAMPLEDIR%%/demos/spectrum/app/waveform.cpp
%%QT_EXAMPLEDIR%%/demos/spectrum/app/waveform.h
%%QT_EXAMPLEDIR%%/demos/spectrum/app/wavfile.cpp
%%QT_EXAMPLEDIR%%/demos/spectrum/app/wavfile.h
%%QT_EXAMPLEDIR%%/demos/spectrum/spectrum.pri
%%QT_EXAMPLEDIR%%/demos/spectrum/spectrum.pro
%%QT_EXAMPLEDIR%%/demos/spreadsheet/images/interview.png
%%QT_EXAMPLEDIR%%/demos/spreadsheet/main.cpp
%%QT_EXAMPLEDIR%%/demos/spreadsheet/printview.cpp
%%QT_EXAMPLEDIR%%/demos/spreadsheet/printview.h
%%QT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheet
%%QT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheet.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheet.debug
%%QT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheet.h
%%QT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheet.pro
%%QT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheet.qrc
%%QT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheetdelegate.cpp
%%QT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheetdelegate.h
%%QT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheetitem.cpp
%%QT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheetitem.h
%%QT_EXAMPLEDIR%%/demos/sqlbrowser/browser.cpp
%%QT_EXAMPLEDIR%%/demos/sqlbrowser/browser.h
%%QT_EXAMPLEDIR%%/demos/sqlbrowser/browserwidget.ui
%%QT_EXAMPLEDIR%%/demos/sqlbrowser/connectionwidget.cpp
%%QT_EXAMPLEDIR%%/demos/sqlbrowser/connectionwidget.h
%%QT_EXAMPLEDIR%%/demos/sqlbrowser/main.cpp
%%QT_EXAMPLEDIR%%/demos/sqlbrowser/qsqlconnectiondialog.cpp
%%QT_EXAMPLEDIR%%/demos/sqlbrowser/qsqlconnectiondialog.h
%%QT_EXAMPLEDIR%%/demos/sqlbrowser/qsqlconnectiondialog.ui
%%QT_EXAMPLEDIR%%/demos/sqlbrowser/sqlbrowser
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/sqlbrowser/sqlbrowser.debug
%%QT_EXAMPLEDIR%%/demos/sqlbrowser/sqlbrowser.pro
%%QT_EXAMPLEDIR%%/demos/sub-attaq/animationmanager.cpp
%%QT_EXAMPLEDIR%%/demos/sub-attaq/animationmanager.h
%%QT_EXAMPLEDIR%%/demos/sub-attaq/boat.cpp
%%QT_EXAMPLEDIR%%/demos/sub-attaq/boat.h
%%QT_EXAMPLEDIR%%/demos/sub-attaq/boat_p.h
%%QT_EXAMPLEDIR%%/demos/sub-attaq/bomb.cpp
%%QT_EXAMPLEDIR%%/demos/sub-attaq/bomb.h
%%QT_EXAMPLEDIR%%/demos/sub-attaq/graphicsscene.cpp
%%QT_EXAMPLEDIR%%/demos/sub-attaq/graphicsscene.h
%%QT_EXAMPLEDIR%%/demos/sub-attaq/main.cpp
%%QT_EXAMPLEDIR%%/demos/sub-attaq/mainwindow.cpp
%%QT_EXAMPLEDIR%%/demos/sub-attaq/mainwindow.h
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/background.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/boat.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/bomb.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/explosion/boat/step1.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/explosion/boat/step2.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/explosion/boat/step3.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/explosion/boat/step4.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/explosion/submarine/step1.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/explosion/submarine/step2.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/explosion/submarine/step3.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/explosion/submarine/step4.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/submarine.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/surface.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/big/torpedo.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/scalable/background-n810.svg
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/scalable/background.svg
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/scalable/boat.svg
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/scalable/bomb.svg
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/scalable/sand.svg
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/scalable/see.svg
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/scalable/sky.svg
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/scalable/sub-attaq.svg
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/scalable/submarine.svg
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/scalable/surface.svg
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/scalable/torpedo.svg
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/small/background.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/small/boat.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/small/bomb.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/small/submarine.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/small/surface.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/small/torpedo.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/welcome/logo-a.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/welcome/logo-a2.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/welcome/logo-b.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/welcome/logo-dash.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/welcome/logo-excl.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/welcome/logo-q.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/welcome/logo-s.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/welcome/logo-t.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/welcome/logo-t2.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pics/welcome/logo-u.png
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pixmapitem.cpp
%%QT_EXAMPLEDIR%%/demos/sub-attaq/pixmapitem.h
%%QT_EXAMPLEDIR%%/demos/sub-attaq/progressitem.cpp
%%QT_EXAMPLEDIR%%/demos/sub-attaq/progressitem.h
%%QT_EXAMPLEDIR%%/demos/sub-attaq/qanimationstate.cpp
%%QT_EXAMPLEDIR%%/demos/sub-attaq/qanimationstate.h
%%QT_EXAMPLEDIR%%/demos/sub-attaq/states.cpp
%%QT_EXAMPLEDIR%%/demos/sub-attaq/states.h
%%QT_EXAMPLEDIR%%/demos/sub-attaq/sub-attaq
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/sub-attaq/sub-attaq.debug
%%QT_EXAMPLEDIR%%/demos/sub-attaq/sub-attaq.pro
%%QT_EXAMPLEDIR%%/demos/sub-attaq/subattaq.qrc
%%QT_EXAMPLEDIR%%/demos/sub-attaq/submarine.cpp
%%QT_EXAMPLEDIR%%/demos/sub-attaq/submarine.h
%%QT_EXAMPLEDIR%%/demos/sub-attaq/submarine_p.h
%%QT_EXAMPLEDIR%%/demos/sub-attaq/textinformationitem.cpp
%%QT_EXAMPLEDIR%%/demos/sub-attaq/textinformationitem.h
%%QT_EXAMPLEDIR%%/demos/sub-attaq/torpedo.cpp
%%QT_EXAMPLEDIR%%/demos/sub-attaq/torpedo.h
%%QT_EXAMPLEDIR%%/demos/textedit/example.html
%%QT_EXAMPLEDIR%%/demos/textedit/images/logo32.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/editcopy.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/editcut.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/editpaste.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/editredo.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/editundo.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/exportpdf.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/filenew.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/fileopen.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/fileprint.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/filesave.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/textbold.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/textcenter.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/textitalic.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/textjustify.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/textleft.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/textright.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/textunder.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/zoomin.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/mac/zoomout.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/win/editcopy.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/win/editcut.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/win/editpaste.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/win/editredo.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/win/editundo.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/win/exportpdf.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/win/filenew.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/win/fileopen.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/win/fileprint.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/win/filesave.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/win/textbold.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/win/textcenter.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/win/textitalic.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/win/textjustify.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/win/textleft.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/win/textright.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/win/textunder.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/win/zoomin.png
%%QT_EXAMPLEDIR%%/demos/textedit/images/win/zoomout.png
%%QT_EXAMPLEDIR%%/demos/textedit/main.cpp
%%QT_EXAMPLEDIR%%/demos/textedit/textedit
%%QT_EXAMPLEDIR%%/demos/textedit/textedit.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/textedit/textedit.debug
%%QT_EXAMPLEDIR%%/demos/textedit/textedit.h
%%QT_EXAMPLEDIR%%/demos/textedit/textedit.pro
%%QT_EXAMPLEDIR%%/demos/textedit/textedit.qrc
%%QT_EXAMPLEDIR%%/demos/undo/commands.cpp
%%QT_EXAMPLEDIR%%/demos/undo/commands.h
%%QT_EXAMPLEDIR%%/demos/undo/document.cpp
%%QT_EXAMPLEDIR%%/demos/undo/document.h
%%QT_EXAMPLEDIR%%/demos/undo/icons/background.png
%%QT_EXAMPLEDIR%%/demos/undo/icons/blue.png
%%QT_EXAMPLEDIR%%/demos/undo/icons/circle.png
%%QT_EXAMPLEDIR%%/demos/undo/icons/exit.png
%%QT_EXAMPLEDIR%%/demos/undo/icons/fileclose.png
%%QT_EXAMPLEDIR%%/demos/undo/icons/filenew.png
%%QT_EXAMPLEDIR%%/demos/undo/icons/fileopen.png
%%QT_EXAMPLEDIR%%/demos/undo/icons/filesave.png
%%QT_EXAMPLEDIR%%/demos/undo/icons/green.png
%%QT_EXAMPLEDIR%%/demos/undo/icons/ok.png
%%QT_EXAMPLEDIR%%/demos/undo/icons/rectangle.png
%%QT_EXAMPLEDIR%%/demos/undo/icons/red.png
%%QT_EXAMPLEDIR%%/demos/undo/icons/redo.png
%%QT_EXAMPLEDIR%%/demos/undo/icons/remove.png
%%QT_EXAMPLEDIR%%/demos/undo/icons/triangle.png
%%QT_EXAMPLEDIR%%/demos/undo/icons/undo.png
%%QT_EXAMPLEDIR%%/demos/undo/main.cpp
%%QT_EXAMPLEDIR%%/demos/undo/mainwindow.cpp
%%QT_EXAMPLEDIR%%/demos/undo/mainwindow.h
%%QT_EXAMPLEDIR%%/demos/undo/mainwindow.ui
%%QT_EXAMPLEDIR%%/demos/undo/undo
%%DEBUG%%%%QT_EXAMPLEDIR%%/demos/undo/undo.debug
%%QT_EXAMPLEDIR%%/demos/undo/undo.pro
%%QT_EXAMPLEDIR%%/demos/undo/undo.qrc
%%QT_EXAMPLEDIR%%/examples/README
%%QT_EXAMPLEDIR%%/examples/animation/README
%%QT_EXAMPLEDIR%%/examples/animation/animatedtiles/animatedtiles
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/animation/animatedtiles/animatedtiles.debug
%%QT_EXAMPLEDIR%%/examples/animation/animatedtiles/animatedtiles.pro
%%QT_EXAMPLEDIR%%/examples/animation/animatedtiles/animatedtiles.qrc
%%QT_EXAMPLEDIR%%/examples/animation/animatedtiles/images/Time-For-Lunch-2.jpg
%%QT_EXAMPLEDIR%%/examples/animation/animatedtiles/images/centered.png
%%QT_EXAMPLEDIR%%/examples/animation/animatedtiles/images/ellipse.png
%%QT_EXAMPLEDIR%%/examples/animation/animatedtiles/images/figure8.png
%%QT_EXAMPLEDIR%%/examples/animation/animatedtiles/images/kinetic.png
%%QT_EXAMPLEDIR%%/examples/animation/animatedtiles/images/random.png
%%QT_EXAMPLEDIR%%/examples/animation/animatedtiles/images/tile.png
%%QT_EXAMPLEDIR%%/examples/animation/animatedtiles/main.cpp
%%QT_EXAMPLEDIR%%/examples/animation/animation.pro
%%QT_EXAMPLEDIR%%/examples/animation/appchooser/appchooser
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/animation/appchooser/appchooser.debug
%%QT_EXAMPLEDIR%%/examples/animation/appchooser/appchooser.pro
%%QT_EXAMPLEDIR%%/examples/animation/appchooser/appchooser.qrc
%%QT_EXAMPLEDIR%%/examples/animation/appchooser/main.cpp
%%QT_EXAMPLEDIR%%/examples/animation/easing/animation.h
%%QT_EXAMPLEDIR%%/examples/animation/easing/easing
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/animation/easing/easing.debug
%%QT_EXAMPLEDIR%%/examples/animation/easing/easing.pro
%%QT_EXAMPLEDIR%%/examples/animation/easing/easing.qrc
%%QT_EXAMPLEDIR%%/examples/animation/easing/form.ui
%%QT_EXAMPLEDIR%%/examples/animation/easing/images/qt-logo.png
%%QT_EXAMPLEDIR%%/examples/animation/easing/main.cpp
%%QT_EXAMPLEDIR%%/examples/animation/easing/window.cpp
%%QT_EXAMPLEDIR%%/examples/animation/easing/window.h
%%QT_EXAMPLEDIR%%/examples/animation/moveblocks/main.cpp
%%QT_EXAMPLEDIR%%/examples/animation/moveblocks/moveblocks
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/animation/moveblocks/moveblocks.debug
%%QT_EXAMPLEDIR%%/examples/animation/moveblocks/moveblocks.pro
%%QT_EXAMPLEDIR%%/examples/animation/states/main.cpp
%%QT_EXAMPLEDIR%%/examples/animation/states/states
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/animation/states/states.debug
%%QT_EXAMPLEDIR%%/examples/animation/states/states.pro
%%QT_EXAMPLEDIR%%/examples/animation/states/states.qrc
%%QT_EXAMPLEDIR%%/examples/animation/stickman/animation.cpp
%%QT_EXAMPLEDIR%%/examples/animation/stickman/animation.h
%%QT_EXAMPLEDIR%%/examples/animation/stickman/graphicsview.cpp
%%QT_EXAMPLEDIR%%/examples/animation/stickman/graphicsview.h
%%QT_EXAMPLEDIR%%/examples/animation/stickman/lifecycle.cpp
%%QT_EXAMPLEDIR%%/examples/animation/stickman/lifecycle.h
%%QT_EXAMPLEDIR%%/examples/animation/stickman/main.cpp
%%QT_EXAMPLEDIR%%/examples/animation/stickman/node.cpp
%%QT_EXAMPLEDIR%%/examples/animation/stickman/node.h
%%QT_EXAMPLEDIR%%/examples/animation/stickman/rectbutton.cpp
%%QT_EXAMPLEDIR%%/examples/animation/stickman/rectbutton.h
%%QT_EXAMPLEDIR%%/examples/animation/stickman/stickman
%%QT_EXAMPLEDIR%%/examples/animation/stickman/stickman.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/animation/stickman/stickman.debug
%%QT_EXAMPLEDIR%%/examples/animation/stickman/stickman.h
%%QT_EXAMPLEDIR%%/examples/animation/stickman/stickman.pro
%%QT_EXAMPLEDIR%%/examples/animation/stickman/stickman.qrc
%%QT_EXAMPLEDIR%%/examples/dbus/chat/chat.cpp
%%QT_EXAMPLEDIR%%/examples/dbus/chat/chat.h
%%QT_EXAMPLEDIR%%/examples/dbus/chat/chat_adaptor.cpp
%%QT_EXAMPLEDIR%%/examples/dbus/chat/chat_adaptor.h
%%QT_EXAMPLEDIR%%/examples/dbus/chat/chat_interface.cpp
%%QT_EXAMPLEDIR%%/examples/dbus/chat/chat_interface.h
%%QT_EXAMPLEDIR%%/examples/dbus/chat/chatmainwindow.ui
%%QT_EXAMPLEDIR%%/examples/dbus/chat/chatsetnickname.ui
%%QT_EXAMPLEDIR%%/examples/dbus/chat/com.trolltech.chat.xml
%%QT_EXAMPLEDIR%%/examples/dbus/chat/dbus-chat
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dbus/chat/dbus-chat.debug
%%QT_EXAMPLEDIR%%/examples/dbus/chat/dbus-chat.pro
%%QT_EXAMPLEDIR%%/examples/dbus/complexpingpong/complexping
%%QT_EXAMPLEDIR%%/examples/dbus/complexpingpong/complexping.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dbus/complexpingpong/complexping.debug
%%QT_EXAMPLEDIR%%/examples/dbus/complexpingpong/complexping.h
%%QT_EXAMPLEDIR%%/examples/dbus/complexpingpong/complexping.pro
%%QT_EXAMPLEDIR%%/examples/dbus/complexpingpong/complexpingpong.pro
%%QT_EXAMPLEDIR%%/examples/dbus/complexpingpong/complexpong
%%QT_EXAMPLEDIR%%/examples/dbus/complexpingpong/complexpong.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dbus/complexpingpong/complexpong.debug
%%QT_EXAMPLEDIR%%/examples/dbus/complexpingpong/complexpong.h
%%QT_EXAMPLEDIR%%/examples/dbus/complexpingpong/complexpong.pro
%%QT_EXAMPLEDIR%%/examples/dbus/complexpingpong/ping-common.h
%%QT_EXAMPLEDIR%%/examples/dbus/dbus.pro
%%QT_EXAMPLEDIR%%/examples/dbus/listnames/listnames
%%QT_EXAMPLEDIR%%/examples/dbus/listnames/listnames.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dbus/listnames/listnames.debug
%%QT_EXAMPLEDIR%%/examples/dbus/listnames/listnames.pro
%%QT_EXAMPLEDIR%%/examples/dbus/pingpong/ping
%%QT_EXAMPLEDIR%%/examples/dbus/pingpong/ping-common.h
%%QT_EXAMPLEDIR%%/examples/dbus/pingpong/ping.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dbus/pingpong/ping.debug
%%QT_EXAMPLEDIR%%/examples/dbus/pingpong/ping.pro
%%QT_EXAMPLEDIR%%/examples/dbus/pingpong/pingpong.pro
%%QT_EXAMPLEDIR%%/examples/dbus/pingpong/pong
%%QT_EXAMPLEDIR%%/examples/dbus/pingpong/pong.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dbus/pingpong/pong.debug
%%QT_EXAMPLEDIR%%/examples/dbus/pingpong/pong.h
%%QT_EXAMPLEDIR%%/examples/dbus/pingpong/pong.pro
%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/car/car
%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/car/car.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/car/car.debug
%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/car/car.h
%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/car/car.pro
%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/car/car.xml
%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/car/car_adaptor.cpp
%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/car/car_adaptor.h
%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/car/main.cpp
%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/controller/car.xml
%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/controller/car_interface.cpp
%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/controller/car_interface.h
%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/controller/controller
%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/controller/controller.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/controller/controller.debug
%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/controller/controller.h
%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/controller/controller.pro
%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/controller/controller.ui
%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/controller/main.cpp
%%QT_EXAMPLEDIR%%/examples/dbus/remotecontrolledcar/remotecontrolledcar.pro
%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/basics.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/color-animation
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/color-animation.debug
%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/color-animation.png
%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/color-animation.pro
%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/color-animation.svg
%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/qml/color-animation/color-animation.qml
%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/qml/color-animation/images/face-smile.png
%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/qml/color-animation/images/moon.png
%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/qml/color-animation/images/shadow.png
%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/qml/color-animation/images/star.png
%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/color-animation/qml/color-animation/images/sun.png
%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/property-animation
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/property-animation.debug
%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/property-animation.png
%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/property-animation.pro
%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/property-animation.svg
%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/property.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/qml/property-animation/images/face-smile.png
%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/qml/property-animation/images/moon.png
%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/qml/property-animation/images/shadow.png
%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/qml/property-animation/images/star.png
%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/qml/property-animation/images/sun.png
%%QT_EXAMPLEDIR%%/examples/declarative/animation/basics/property-animation/qml/property-animation/property-animation.qml
%%QT_EXAMPLEDIR%%/examples/declarative/animation/behaviors/behavior-example/behavior-example
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/animation/behaviors/behavior-example/behavior-example.debug
%%QT_EXAMPLEDIR%%/examples/declarative/animation/behaviors/behavior-example/behavior-example.png
%%QT_EXAMPLEDIR%%/examples/declarative/animation/behaviors/behavior-example/behavior-example.pro
%%QT_EXAMPLEDIR%%/examples/declarative/animation/behaviors/behavior-example/behavior-example.svg
%%QT_EXAMPLEDIR%%/examples/declarative/animation/behaviors/behavior-example/behaviors.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/animation/behaviors/behavior-example/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/animation/behaviors/behavior-example/qml/behaviours/SideRect.qml
%%QT_EXAMPLEDIR%%/examples/declarative/animation/behaviors/behavior-example/qml/behaviours/behavior-example.qml
%%QT_EXAMPLEDIR%%/examples/declarative/animation/easing/easing
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/animation/easing/easing.debug
%%QT_EXAMPLEDIR%%/examples/declarative/animation/easing/easing.png
%%QT_EXAMPLEDIR%%/examples/declarative/animation/easing/easing.pro
%%QT_EXAMPLEDIR%%/examples/declarative/animation/easing/easing.qml
%%QT_EXAMPLEDIR%%/examples/declarative/animation/easing/easing.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/animation/easing/easing.svg
%%QT_EXAMPLEDIR%%/examples/declarative/animation/easing/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/animation/easing/qml/easing/content/QuitButton.qml
%%QT_EXAMPLEDIR%%/examples/declarative/animation/easing/qml/easing/content/quit.png
%%QT_EXAMPLEDIR%%/examples/declarative/animation/easing/qml/easing/easing.qml
%%QT_EXAMPLEDIR%%/examples/declarative/animation/states/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/animation/states/qml/states/qt-logo.png
%%QT_EXAMPLEDIR%%/examples/declarative/animation/states/qml/states/states.qml
%%QT_EXAMPLEDIR%%/examples/declarative/animation/states/qml/states/transitions.qml
%%QT_EXAMPLEDIR%%/examples/declarative/animation/states/states
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/animation/states/states.debug
%%QT_EXAMPLEDIR%%/examples/declarative/animation/states/states.png
%%QT_EXAMPLEDIR%%/examples/declarative/animation/states/states.pro
%%QT_EXAMPLEDIR%%/examples/declarative/animation/states/states.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/animation/states/states.svg
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/Makefile
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/cppextensions.pro
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/cppextensions.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/imageprovider/ImageProviderCore/libqmlimageproviderplugin.so
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/imageprovider/ImageProviderCore/libqmlimageproviderplugin.so.debug
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/imageprovider/ImageProviderCore/qmldir
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/imageprovider/Makefile
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/imageprovider/imageprovider-example.qml
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/imageprovider/imageprovider.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/imageprovider/imageprovider.pro
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/imageprovider/imageprovider.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/networkaccessmanagerfactory/Makefile
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/networkaccessmanagerfactory/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.debug
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.pro
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.qrc
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/networkaccessmanagerfactory/qml/networkaccessmanagerfactory/view.qml
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/Makefile
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/README
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/libqmlqwidgetsplugin.so
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/libqmlqwidgetsplugin.so.debug
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/org/qtproject/TimeExample/Clock.qml
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/org/qtproject/TimeExample/center.png
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/org/qtproject/TimeExample/clock.png
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/org/qtproject/TimeExample/hour.png
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/org/qtproject/TimeExample/libqmlqtimeexampleplugin.so
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/org/qtproject/TimeExample/libqmlqtimeexampleplugin.so.debug
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/org/qtproject/TimeExample/minute.png
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/org/qtproject/TimeExample/qmldir
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/plugin.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/plugins.pro
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/plugins.qml
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/plugins.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/qwidgets.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/qwidgets.pro
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/plugins/qwidgets.qml
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/Makefile
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/Makefile
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.debug
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.pro
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.qml
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.qrc
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/Makefile
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/gridlayout.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/gridlayout.h
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/gridlayout.qrc
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qgraphicsgridlayout
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qgraphicsgridlayout.debug
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qgraphicsgridlayout.pro
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qml/qgraphicsgridlayout/qgraphicsgridlayout.qml
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslayouts.pro
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslayouts.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/Makefile
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/linearlayout.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/linearlayout.h
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/linearlayout.qrc
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qgraphicslinearlayout
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qgraphicslinearlayout.debug
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qgraphicslinearlayout.pro
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qml/qgraphicslinearlayout/qgraphicslinearlayout.qml
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qwidgets/Makefile
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qwidgets/QWidgets/libqmlqwidgetsplugin.so
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qwidgets/QWidgets/libqmlqwidgetsplugin.so.debug
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qwidgets/QWidgets/qmldir
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qwidgets/README
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qwidgets/qwidgets.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qwidgets/qwidgets.pro
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qwidgets/qwidgets.qml
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/qwidgets/qwidgets.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/Makefile
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/adding/Makefile
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/adding/adding
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/adding/adding.debug
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/adding/adding.pro
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/adding/adding.qrc
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/adding/example.qml
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/adding/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/adding/person.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/adding/person.h
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/attached/Makefile
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/attached/attached
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/attached/attached.debug
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/attached/attached.pro
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/attached/attached.qrc
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/attached/birthdayparty.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/attached/birthdayparty.h
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/attached/example.qml
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/attached/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/attached/person.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/attached/person.h
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/Makefile
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/binding
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/binding.debug
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/binding.pro
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/binding.qrc
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/birthdayparty.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/birthdayparty.h
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/example.qml
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/happybirthdaysong.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/happybirthdaysong.h
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/person.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/binding/person.h
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/coercion/Makefile
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/coercion/birthdayparty.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/coercion/birthdayparty.h
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/coercion/coercion
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/coercion/coercion.debug
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/coercion/coercion.pro
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/coercion/coercion.qrc
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/coercion/example.qml
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/coercion/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/coercion/person.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/coercion/person.h
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/default/Makefile
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/default/birthdayparty.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/default/birthdayparty.h
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/default/default
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/default/default.debug
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/default/default.pro
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/default/default.qrc
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/default/example.qml
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/default/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/default/person.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/default/person.h
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/extended/Makefile
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/extended/example.qml
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/extended/extended
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/extended/extended.debug
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/extended/extended.pro
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/extended/extended.qrc
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/extended/lineedit.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/extended/lineedit.h
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/extended/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/grouped/Makefile
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/grouped/birthdayparty.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/grouped/birthdayparty.h
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/grouped/example.qml
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/grouped/grouped
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/grouped/grouped.debug
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/grouped/grouped.pro
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/grouped/grouped.qrc
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/grouped/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/grouped/person.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/grouped/person.h
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/methods/Makefile
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/methods/birthdayparty.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/methods/birthdayparty.h
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/methods/example.qml
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/methods/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/methods/methods
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/methods/methods.debug
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/methods/methods.pro
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/methods/methods.qrc
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/methods/person.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/methods/person.h
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/properties/Makefile
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/properties/birthdayparty.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/properties/birthdayparty.h
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/properties/example.qml
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/properties/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/properties/person.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/properties/person.h
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/properties/properties
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/properties/properties.debug
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/properties/properties.pro
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/properties/properties.qrc
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/referenceexamples.pro
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/referenceexamples.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/signal/Makefile
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/signal/birthdayparty.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/signal/birthdayparty.h
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/signal/example.qml
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/signal/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/signal/person.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/signal/person.h
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/signal/signal
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/signal/signal.debug
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/signal/signal.pro
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/signal/signal.qrc
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/Makefile
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/birthdayparty.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/birthdayparty.h
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/example.qml
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/happybirthdaysong.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/happybirthdaysong.h
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/person.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/person.h
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/valuesource
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/valuesource.debug
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/valuesource.pro
%%QT_EXAMPLEDIR%%/examples/declarative/cppextensions/referenceexamples/valuesource/valuesource.qrc
%%QT_EXAMPLEDIR%%/examples/declarative/i18n/i18n
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/i18n/i18n.debug
%%QT_EXAMPLEDIR%%/examples/declarative/i18n/i18n.png
%%QT_EXAMPLEDIR%%/examples/declarative/i18n/i18n.pro
%%QT_EXAMPLEDIR%%/examples/declarative/i18n/i18n.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/i18n/i18n.svg
%%QT_EXAMPLEDIR%%/examples/declarative/i18n/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/i18n/qml/i18n/base.ts
%%QT_EXAMPLEDIR%%/examples/declarative/i18n/qml/i18n/i18n.qml
%%QT_EXAMPLEDIR%%/examples/declarative/i18n/qml/i18n/qml_en_AU.ts
%%QT_EXAMPLEDIR%%/examples/declarative/i18n/qml/i18n/qml_fr.ts
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/borderimage
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/borderimage.debug
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/borderimage.png
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/borderimage.pro
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/borderimage.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/borderimage.svg
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/qml/borderimage/borderimage.qml
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/qml/borderimage/content/MyBorderImage.qml
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/qml/borderimage/content/ShadowRectangle.qml
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/qml/borderimage/content/bw.png
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/qml/borderimage/content/colors-round.sci
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/qml/borderimage/content/colors-stretch.sci
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/qml/borderimage/content/colors.png
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/qml/borderimage/content/shadow.png
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/borderimage/qml/borderimage/shadows.qml
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/image/image
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/image/image.debug
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/image/image.png
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/image/image.pro
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/image/image.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/image/image.svg
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/image/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/image/qml/image/ImageCell.qml
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/image/qml/image/image.qml
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/image/qml/image/qt-logo.png
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/qml/shadows/borderimage.qml
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/qml/shadows/content/MyBorderImage.qml
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/qml/shadows/content/ShadowRectangle.qml
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/qml/shadows/content/bw.png
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/qml/shadows/content/colors-round.sci
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/qml/shadows/content/colors-stretch.sci
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/qml/shadows/content/colors.png
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/qml/shadows/content/shadow.png
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/qml/shadows/shadows.qml
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/shadows
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/shadows.debug
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/shadows.png
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/shadows.pro
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/shadows.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/imageelements/shadows/shadows.svg
%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/focus
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/focus.debug
%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/focus.png
%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/focus.pro
%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/focus.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/focus.svg
%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/ContextMenu.qml
%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/GridMenu.qml
%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/ListMenu.qml
%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/ListViewDelegate.qml
%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/images/arrow.png
%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/qml/focus/FocusCore/images/qt-logo.png
%%QT_EXAMPLEDIR%%/examples/declarative/keyinteraction/focus/qml/focus/focus.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/abstractitemmodel/abstractitemmodel
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/abstractitemmodel/abstractitemmodel.debug
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/abstractitemmodel/abstractitemmodel.pro
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/abstractitemmodel/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/abstractitemmodel/model.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/abstractitemmodel/model.h
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/abstractitemmodel/qml/abstractitemmodel/view.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/gridview
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/gridview.debug
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/gridview.pro
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/gridview.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/gridview.svg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/gridviewexample.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/qml/gridview-example/gridview-example.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/AddressBook_48.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/AudioPlayer_48.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/Camera_48.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/DateBook_48.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/EMail_48.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/TodoList_48.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/gridview-example/qml/gridview-example/pics/VideoPlayer_48.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/dynamiclist
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/dynamiclist.debug
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/dynamiclist.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/dynamiclist.pro
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/dynamiclist.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/dynamiclist.svg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/PetsModel.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/PressAndHoldButton.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/RecipesModel.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/TextButton.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/arrow-down.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/arrow-up.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/fruit-salad.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/hamburger.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/lemonade.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/list-delete.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/minus-sign.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/moreDown.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/moreUp.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/pancakes.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/plus-sign.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/content/pics/vegetable-soup.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/dynamiclist.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/expandingdelegates.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/highlight.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/highlightranges.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/dynamiclist/qml/dynamic/sections.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates.debug
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates.pro
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/expandingdelegates.svg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/PetsModel.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/PressAndHoldButton.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/RecipesModel.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/TextButton.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/arrow-down.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/arrow-up.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/fruit-salad.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/hamburger.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/lemonade.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/list-delete.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/minus-sign.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/moreDown.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/moreUp.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/pancakes.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/plus-sign.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/content/pics/vegetable-soup.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/dynamiclist.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/expandingdelegates.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/highlight.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/highlightranges.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/sections.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/highlight
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/highlight.debug
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/highlight.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/highlight.pro
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/highlight.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/highlight.svg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/PetsModel.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/PressAndHoldButton.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/RecipesModel.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/TextButton.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/arrow-down.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/arrow-up.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/fruit-salad.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/hamburger.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/lemonade.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/list-delete.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/minus-sign.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/moreDown.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/moreUp.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/pancakes.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/plus-sign.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/content/pics/vegetable-soup.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/dynamiclist.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/expandingdelegates.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/highlight.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/highlightranges.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlight/qml/highlight/sections.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/highlightranges
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/highlightranges.debug
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/highlightranges.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/highlightranges.pro
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/highlightranges.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/highlightranges.svg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/PetsModel.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/PressAndHoldButton.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/RecipesModel.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/TextButton.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/arrow-down.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/arrow-up.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/fruit-salad.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/hamburger.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/lemonade.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/list-delete.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/minus-sign.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/moreDown.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/moreUp.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/pancakes.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/plus-sign.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/content/pics/vegetable-soup.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/dynamiclist.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/expandingdelegates.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/highlight.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/highlightranges.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/sections.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/PetsModel.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/PressAndHoldButton.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/RecipesModel.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/TextButton.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/arrow-down.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/arrow-up.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/fruit-salad.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/hamburger.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/lemonade.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/list-delete.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/minus-sign.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/moreDown.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/moreUp.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/pancakes.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/plus-sign.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/content/pics/vegetable-soup.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/dynamiclist.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/expandingdelegates.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/highlight.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/highlightranges.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/qml/sections/sections.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/sections
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/sections.debug
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/sections.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/sections.pro
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/sections.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/listview/sections/sections.svg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/objectlistmodel/dataobject.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/objectlistmodel/dataobject.h
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/objectlistmodel/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/objectlistmodel/objectlistmodel
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/objectlistmodel/objectlistmodel.debug
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/objectlistmodel/objectlistmodel.pro
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/objectlistmodel/objectlistmodel.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/objectlistmodel/qml/objectlistmodel/view.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/package/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/package/package
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/package/package.debug
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/package/package.pro
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/package/package.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/package/qml/package/Delegate.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/package/qml/package/view.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/parallax
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/parallax.debug
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/parallax.pro
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/parallax.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/parallax.svg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/parallax64.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/parallax80.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/qml/parallax/Clock.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/qml/parallax/ParallaxView.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/qml/parallax/Smiley.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/qml/parallax/parallax.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/qml/parallax/pics/background.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/qml/parallax/pics/face-smile.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/qml/parallax/pics/home-page.svg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/qml/parallax/pics/shadow.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/qml/parallax/pics/yast-joystick.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/parallax/qml/parallax/pics/yast-wol.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/pathview
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/pathview.debug
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/pathview.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/pathview.pro
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/pathview.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/pathview.svg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/qml/pathview-example/pathview-example.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/AddressBook_48.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/AudioPlayer_48.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/Camera_48.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/DateBook_48.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/EMail_48.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/TodoList_48.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/pathview-example/qml/pathview-example/pics/VideoPlayer_48.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/stringlistmodel/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/stringlistmodel/qml/stringlistmodel/view.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/stringlistmodel/stringlistmodel
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/stringlistmodel/stringlistmodel.debug
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/stringlistmodel/stringlistmodel.pro
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/visualitemmodel/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/visualitemmodel/qml/visualitemmodel/visualitemmodel.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/visualitemmodel/visualitemmodel
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/visualitemmodel/visualitemmodel.debug
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/visualitemmodel/visualitemmodel.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/visualitemmodel/visualitemmodel.pro
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/visualitemmodel/visualitemmodel.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/visualitemmodel/visualitemmodel.svg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/alerts/alerts
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/alerts/alerts.debug
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/alerts/alerts.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/alerts/alerts.pro
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/alerts/alerts.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/alerts/alerts.svg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/alerts/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/alerts/qml/alerts/alerts.html
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/alerts/qml/alerts/alerts.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/autosize/autosize
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/autosize/autosize.debug
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/autosize/autosize.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/autosize/autosize.pro
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/autosize/autosize.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/autosize/autosize.svg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/autosize/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/autosize/qml/autosize/autosize.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/googlemaps
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/googlemaps.debug
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/googlemaps.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/googlemaps.pro
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/googlemaps.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/googlemaps.svg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/content/Mapping/Map.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/content/Mapping/map.html
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/content/pics/cancel.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/content/pics/ok.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/googlemaps/qml/googlemaps/googlemaps.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/inlinehtml/inlinehtml
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/inlinehtml/inlinehtml.debug
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/inlinehtml/inlinehtml.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/inlinehtml/inlinehtml.pro
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/inlinehtml/inlinehtml.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/inlinehtml/inlinehtml.svg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/inlinehtml/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/inlinehtml/qml/inlinehtml/inlinehtml.qml
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/newwindows/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/newwindows/newwindows
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/newwindows/newwindows.debug
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/newwindows/newwindows.png
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/newwindows/newwindows.pro
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/newwindows/newwindows.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/newwindows/newwindows.svg
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/newwindows/qml/newwindows/newwindows.html
%%QT_EXAMPLEDIR%%/examples/declarative/modelviews/webview/newwindows/qml/newwindows/newwindows.qml
%%QT_EXAMPLEDIR%%/examples/declarative/positioners/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/positioners/positioners
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/positioners/positioners.debug
%%QT_EXAMPLEDIR%%/examples/declarative/positioners/positioners.png
%%QT_EXAMPLEDIR%%/examples/declarative/positioners/positioners.pro
%%QT_EXAMPLEDIR%%/examples/declarative/positioners/positioners.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/positioners/positioners.svg
%%QT_EXAMPLEDIR%%/examples/declarative/positioners/qml/positioners/Button.qml
%%QT_EXAMPLEDIR%%/examples/declarative/positioners/qml/positioners/add.png
%%QT_EXAMPLEDIR%%/examples/declarative/positioners/qml/positioners/del.png
%%QT_EXAMPLEDIR%%/examples/declarative/positioners/qml/positioners/positioners.qml
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/Curtain.qml
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/CurtainEffect.qml
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/DropShadow.qml
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/DropShadowEffect.qml
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/Grayscale.qml
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/GrayscaleEffect.qml
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/ImageMask.qml
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/ImageMaskEffect.qml
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/RadialWave.qml
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/RadialWaveEffect.qml
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/Water.qml
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/WaterEffect.qml
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/Curtain.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/DropShadow.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/Grayscale.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/ImageMask.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/RadialWave.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/Water.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/back.png
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/bg.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/desaturate.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/drop_shadow.png
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/fabric.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/flower.png
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/image1.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/image2.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/qt-logo.png
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/shader_effects.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/sky.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/toolbar.png
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/images/wave.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/qml/shadereffects/main.qml
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/shadereffects
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/shadereffects.debug
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/shadereffects.pro
%%QT_EXAMPLEDIR%%/examples/declarative/shadereffects/shadereffects.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/sqllocalstorage/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/sqllocalstorage/qml/sqllocalstorage/hello.qml
%%QT_EXAMPLEDIR%%/examples/declarative/sqllocalstorage/sqllocalstorage
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/sqllocalstorage/sqllocalstorage.debug
%%QT_EXAMPLEDIR%%/examples/declarative/sqllocalstorage/sqllocalstorage.pro
%%QT_EXAMPLEDIR%%/examples/declarative/sqllocalstorage/sqllocalstorage.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/sqllocalstorage/sqllocalstorage.svg
%%QT_EXAMPLEDIR%%/examples/declarative/sqllocalstorage/sqllocalstorage64.png
%%QT_EXAMPLEDIR%%/examples/declarative/sqllocalstorage/sqllocalstorage80.png
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/availableFonts
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/availableFonts.debug
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/availableFonts.png
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/availableFonts.pro
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/availableFonts.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/availableFonts.svg
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/qml/availableFonts/availableFonts.qml
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/qml/availableFonts/banner.qml
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/qml/availableFonts/fonts.qml
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/qml/availableFonts/fonts/tarzeau_ocr_a.ttf
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/availableFonts/qml/availableFonts/hello.qml
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/banner
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/banner.debug
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/banner.png
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/banner.pro
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/banner.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/banner.svg
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/qml/banner/availableFonts.qml
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/qml/banner/banner.qml
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/qml/banner/fonts.qml
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/qml/banner/fonts/tarzeau_ocr_a.ttf
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/banner/qml/banner/hello.qml
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/fonts
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/fonts.debug
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/fonts.png
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/fonts.pro
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/fonts.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/fonts.svg
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/qml/fonts-qml/availableFonts.qml
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/qml/fonts-qml/banner.qml
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/qml/fonts-qml/fonts.qml
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/qml/fonts-qml/fonts/tarzeau_ocr_a.ttf
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/fonts/qml/fonts-qml/hello.qml
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/hello
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/hello.debug
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/hello.png
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/hello.pro
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/hello.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/hello.svg
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/qml/hello/availableFonts.qml
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/qml/hello/banner.qml
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/qml/hello/fonts.qml
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/qml/hello/fonts/tarzeau_ocr_a.ttf
%%QT_EXAMPLEDIR%%/examples/declarative/text/fonts/hello/qml/hello/hello.qml
%%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/qml/textselection/pics/endHandle.png
%%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/qml/textselection/pics/endHandle.sci
%%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/qml/textselection/pics/startHandle.png
%%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/qml/textselection/pics/startHandle.sci
%%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/qml/textselection/textselection.qml
%%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/textselection
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/textselection.debug
%%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/textselection.png
%%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/textselection.pro
%%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/textselection.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/text/textselection/textselection.svg
%%QT_EXAMPLEDIR%%/examples/declarative/threading/threadedlistmodel/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/threading/threadedlistmodel/qml/threadedlistmodel/dataloader.js
%%QT_EXAMPLEDIR%%/examples/declarative/threading/threadedlistmodel/qml/threadedlistmodel/timedisplay.qml
%%QT_EXAMPLEDIR%%/examples/declarative/threading/threadedlistmodel/threadedlistmodel
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/threading/threadedlistmodel/threadedlistmodel.debug
%%QT_EXAMPLEDIR%%/examples/declarative/threading/threadedlistmodel/threadedlistmodel.pro
%%QT_EXAMPLEDIR%%/examples/declarative/threading/threadedlistmodel/threadedlistmodel.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/threading/threadedlistmodel/threadedlistmodel.svg
%%QT_EXAMPLEDIR%%/examples/declarative/threading/threadedlistmodel/threadedlistmodel64.png
%%QT_EXAMPLEDIR%%/examples/declarative/threading/threadedlistmodel/threadedlistmodel80.png
%%QT_EXAMPLEDIR%%/examples/declarative/threading/workerscript/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/threading/workerscript/qml/workerscript/workerscript.js
%%QT_EXAMPLEDIR%%/examples/declarative/threading/workerscript/qml/workerscript/workerscript.qml
%%QT_EXAMPLEDIR%%/examples/declarative/threading/workerscript/workerscript
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/threading/workerscript/workerscript.debug
%%QT_EXAMPLEDIR%%/examples/declarative/threading/workerscript/workerscript.pro
%%QT_EXAMPLEDIR%%/examples/declarative/threading/workerscript/workerscript.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/threading/workerscript/workerscript.svg
%%QT_EXAMPLEDIR%%/examples/declarative/threading/workerscript/workerscript64.png
%%QT_EXAMPLEDIR%%/examples/declarative/threading/workerscript/workerscript80.png
%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures.debug
%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures.png
%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures.pro
%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures.svg
%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/gestures/experimental-gestures/gestures.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/gestures/experimental-gestures/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/gestures/experimental-gestures/qml/experimental-gestures/experimental-gestures.qml
%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/mousearea/mousearea-example/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/mousearea/mousearea-example/mousearea.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/mousearea/mousearea-example/mouseareaexample
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/mousearea/mousearea-example/mouseareaexample.debug
%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/mousearea/mousearea-example/mouseareaexample.png
%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/mousearea/mousearea-example/mouseareaexample.pro
%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/mousearea/mousearea-example/mouseareaexample.svg
%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/mousearea/mousearea-example/qml/mousearea-example/mousearea-example.qml
%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/pincharea/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/pincharea/pincharea
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/pincharea/pincharea.debug
%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/pincharea/pincharea.pro
%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/pincharea/pincharea.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/pincharea/pincharea.svg
%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/pincharea/pincharea64.png
%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/pincharea/pincharea80.png
%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/pincharea/qml/pincharea/flickresize.qml
%%QT_EXAMPLEDIR%%/examples/declarative/touchinteraction/pincharea/qml/pincharea/qt-logo.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/clocks
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/clocks.debug
%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/clocks.png
%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/clocks.pro
%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/clocks.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/clocks.svg
%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/qml/clocks/clocks.qml
%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/qml/clocks/content/Clock.qml
%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/qml/clocks/content/QuitButton.qml
%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/qml/clocks/content/background.png
%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/qml/clocks/content/center.png
%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/qml/clocks/content/clock-night.png
%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/qml/clocks/content/clock.png
%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/qml/clocks/content/hour.png
%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/qml/clocks/content/minute.png
%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/qml/clocks/content/quit.png
%%QT_EXAMPLEDIR%%/examples/declarative/toys/clocks/qml/clocks/content/second.png
%%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/corkboards
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/corkboards.debug
%%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/corkboards.png
%%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/corkboards.pro
%%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/corkboards.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/corkboards.svg
%%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/qml/corkboards/Day.qml
%%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/qml/corkboards/cork.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/qml/corkboards/corkboards.qml
%%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/qml/corkboards/note-yellow.png
%%QT_EXAMPLEDIR%%/examples/declarative/toys/corkboards/qml/corkboards/tack.png
%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/dynamicscene
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/dynamicscene.debug
%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/dynamicscene.png
%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/dynamicscene.pro
%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/dynamicscene.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/dynamicscene.svg
%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/Button.qml
%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/GenericSceneItem.qml
%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/PaletteItem.qml
%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/PerspectiveItem.qml
%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/Sun.qml
%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/dynamicscene.qml
%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/NOTE
%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/face-smile.png
%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/moon.png
%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/rabbit_brown.png
%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/rabbit_bw.png
%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/star.png
%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/sun.png
%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/images/tree_s.png
%%QT_EXAMPLEDIR%%/examples/declarative/toys/dynamicscene/qml/dynamicscene/itemCreation.js
%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/Button.qml
%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/TicTac.qml
%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/pics/board.png
%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/pics/o.png
%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/pics/x.png
%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/content/tic-tac-toe.js
%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/qml/tic-tac-toe/tic-tac-toe.qml
%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/tic-tac-toe
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/tic-tac-toe.debug
%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/tic-tac-toe.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/tictactoe.png
%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/tictactoe.pro
%%QT_EXAMPLEDIR%%/examples/declarative/toys/tic-tac-toe/tictactoe.svg
%%QT_EXAMPLEDIR%%/examples/declarative/toys/tvtennis/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/toys/tvtennis/qml/tvtennis/tvtennis.qml
%%QT_EXAMPLEDIR%%/examples/declarative/toys/tvtennis/tvtennis
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/toys/tvtennis/tvtennis.debug
%%QT_EXAMPLEDIR%%/examples/declarative/toys/tvtennis/tvtennis.png
%%QT_EXAMPLEDIR%%/examples/declarative/toys/tvtennis/tvtennis.pro
%%QT_EXAMPLEDIR%%/examples/declarative/toys/tvtennis/tvtennis.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/toys/tvtennis/tvtennis.svg
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/dialcontrol
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/dialcontrol.debug
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/dialcontrol.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/dialcontrol.pro
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/dialcontrol.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/dialcontrol.svg
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/Dial.qml
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/QuitButton.qml
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/background.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/needle.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/needle_shadow.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/overlay.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/content/quit.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/dialcontrol/qml/dialcontrol/dialcontrol.qml
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/flipable
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/flipable.debug
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/flipable.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/flipable.pro
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/flipable.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/flipable.svg
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/qml/flipable/content/5_heart.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/qml/flipable/content/9_club.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/qml/flipable/content/Card.qml
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/qml/flipable/content/back.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/flipable/qml/flipable/flipable.qml
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/main
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/main.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/main.debug
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/main.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/main.pro
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/main.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/main.svg
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/ScrollBar.qml
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/SearchBox.qml
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/TabWidget.qml
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/content/ProgressBar.qml
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/content/Spinner.qml
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/content/background.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/content/spinner-bg.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/content/spinner-select.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/images/clear.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/images/lineedit-bg-focus.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/images/lineedit-bg.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/main.qml
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/pics/niagara_falls.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/main/qml/main/tab.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/progressbar/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/progressbar/progressbar
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/progressbar/progressbar.debug
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/progressbar/progressbar.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/progressbar/progressbar.pro
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/progressbar/progressbar.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/progressbar/progressbar.svg
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/progressbar/qml/progressbar/content/ProgressBar.qml
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/progressbar/qml/progressbar/content/background.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/progressbar/qml/progressbar/main.qml
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/scrollbar/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/scrollbar/qml/scrollbar/ScrollBar.qml
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/scrollbar/qml/scrollbar/main.qml
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/scrollbar/qml/scrollbar/niagara_falls.jpg
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/scrollbar/scrollbar
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/scrollbar/scrollbar.debug
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/scrollbar/scrollbar.pro
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/scrollbar/scrollbar.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/scrollbar/scrollbar.svg
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/scrollbar/scrollbar64.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/scrollbar/scrollbar80.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/qml/searchbox/SearchBox.qml
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/qml/searchbox/images/clear.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/qml/searchbox/images/lineedit-bg-focus.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/qml/searchbox/images/lineedit-bg.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/qml/searchbox/main.qml
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/searchbox
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/searchbox.debug
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/searchbox.pro
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/searchbox.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/searchbox.svg
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/searchbox64.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/searchbox/searchbox80.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch/qml/slideswitch/content/Switch.qml
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch/qml/slideswitch/content/background.svg
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch/qml/slideswitch/content/knob.svg
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch/qml/slideswitch/slideswitch.qml
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch/slideswitch
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch/slideswitch.debug
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch/slideswitch.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch/slideswitch.pro
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch/slideswitch.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/slideswitch/slideswitch.svg
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/qml/spinner/content/Spinner.qml
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/qml/spinner/content/spinner-bg.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/qml/spinner/content/spinner-select.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/qml/spinner/main.qml
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/spinner
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/spinner.debug
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/spinner.pro
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/spinner.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/spinner.svg
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/spinner64.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/spinner/spinner80.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/tabwidget/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/tabwidget/qml/tabwidget/TabWidget.qml
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/tabwidget/qml/tabwidget/main.qml
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/tabwidget/qml/tabwidget/tab.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/tabwidget/tabwidget
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/tabwidget/tabwidget.debug
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/tabwidget/tabwidget.pro
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/tabwidget/tabwidget.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/tabwidget/tabwidget.svg
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/tabwidget/tabwidget64.png
%%QT_EXAMPLEDIR%%/examples/declarative/ui-components/tabwidget/tabwidget80.png
%%QT_EXAMPLEDIR%%/examples/declarative/xml/xmlhttprequest-example/Makefile
%%QT_EXAMPLEDIR%%/examples/declarative/xml/xmlhttprequest-example/main.cpp
%%QT_EXAMPLEDIR%%/examples/declarative/xml/xmlhttprequest-example/qml/xmlhttprequest-example/data.xml
%%QT_EXAMPLEDIR%%/examples/declarative/xml/xmlhttprequest-example/qml/xmlhttprequest-example/xmlhttprequest-example.qml
%%QT_EXAMPLEDIR%%/examples/declarative/xml/xmlhttprequest-example/xmlhttprequest.qmlproject
%%QT_EXAMPLEDIR%%/examples/declarative/xml/xmlhttprequest-example/xmlhttprequestexample.png
%%QT_EXAMPLEDIR%%/examples/declarative/xml/xmlhttprequest-example/xmlhttprequestexample.pro
%%QT_EXAMPLEDIR%%/examples/declarative/xml/xmlhttprequest-example/xmlhttprequestexample.svg
%%QT_EXAMPLEDIR%%/examples/declarative/xml/xmlhttprequest/xmlhttprequest-example.qml
%%QT_EXAMPLEDIR%%/examples/declarative/xml/xmlhttprequest/xmlhttprequest.qmlproject
%%QT_EXAMPLEDIR%%/examples/designer/README
%%QT_EXAMPLEDIR%%/examples/designer/calculatorbuilder/calculatorbuilder
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/designer/calculatorbuilder/calculatorbuilder.debug
%%QT_EXAMPLEDIR%%/examples/designer/calculatorbuilder/calculatorbuilder.pro
%%QT_EXAMPLEDIR%%/examples/designer/calculatorbuilder/calculatorbuilder.qrc
%%QT_EXAMPLEDIR%%/examples/designer/calculatorbuilder/calculatorform.cpp
%%QT_EXAMPLEDIR%%/examples/designer/calculatorbuilder/calculatorform.h
%%QT_EXAMPLEDIR%%/examples/designer/calculatorbuilder/calculatorform.ui
%%QT_EXAMPLEDIR%%/examples/designer/calculatorbuilder/main.cpp
%%QT_EXAMPLEDIR%%/examples/designer/calculatorform/calculatorform
%%QT_EXAMPLEDIR%%/examples/designer/calculatorform/calculatorform.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/designer/calculatorform/calculatorform.debug
%%QT_EXAMPLEDIR%%/examples/designer/calculatorform/calculatorform.h
%%QT_EXAMPLEDIR%%/examples/designer/calculatorform/calculatorform.pro
%%QT_EXAMPLEDIR%%/examples/designer/calculatorform/calculatorform.ui
%%QT_EXAMPLEDIR%%/examples/designer/calculatorform/main.cpp
%%QT_EXAMPLEDIR%%/examples/designer/containerextension/containerextension.pro
%%QT_EXAMPLEDIR%%/examples/designer/containerextension/multipagewidget.cpp
%%QT_EXAMPLEDIR%%/examples/designer/containerextension/multipagewidget.h
%%QT_EXAMPLEDIR%%/examples/designer/containerextension/multipagewidgetcontainerextension.cpp
%%QT_EXAMPLEDIR%%/examples/designer/containerextension/multipagewidgetcontainerextension.h
%%QT_EXAMPLEDIR%%/examples/designer/containerextension/multipagewidgetextensionfactory.cpp
%%QT_EXAMPLEDIR%%/examples/designer/containerextension/multipagewidgetextensionfactory.h
%%QT_EXAMPLEDIR%%/examples/designer/containerextension/multipagewidgetplugin.cpp
%%QT_EXAMPLEDIR%%/examples/designer/containerextension/multipagewidgetplugin.h
%%QT_EXAMPLEDIR%%/examples/designer/customwidgetplugin/analogclock.cpp
%%QT_EXAMPLEDIR%%/examples/designer/customwidgetplugin/analogclock.h
%%QT_EXAMPLEDIR%%/examples/designer/customwidgetplugin/customwidgetplugin.cpp
%%QT_EXAMPLEDIR%%/examples/designer/customwidgetplugin/customwidgetplugin.h
%%QT_EXAMPLEDIR%%/examples/designer/customwidgetplugin/customwidgetplugin.pro
%%QT_EXAMPLEDIR%%/examples/designer/designer.pro
%%QT_EXAMPLEDIR%%/examples/designer/taskmenuextension/taskmenuextension.pro
%%QT_EXAMPLEDIR%%/examples/designer/taskmenuextension/tictactoe.cpp
%%QT_EXAMPLEDIR%%/examples/designer/taskmenuextension/tictactoe.h
%%QT_EXAMPLEDIR%%/examples/designer/taskmenuextension/tictactoedialog.cpp
%%QT_EXAMPLEDIR%%/examples/designer/taskmenuextension/tictactoedialog.h
%%QT_EXAMPLEDIR%%/examples/designer/taskmenuextension/tictactoeplugin.cpp
%%QT_EXAMPLEDIR%%/examples/designer/taskmenuextension/tictactoeplugin.h
%%QT_EXAMPLEDIR%%/examples/designer/taskmenuextension/tictactoetaskmenu.cpp
%%QT_EXAMPLEDIR%%/examples/designer/taskmenuextension/tictactoetaskmenu.h
%%QT_EXAMPLEDIR%%/examples/designer/worldtimeclockbuilder/form.ui
%%QT_EXAMPLEDIR%%/examples/designer/worldtimeclockbuilder/main.cpp
%%QT_EXAMPLEDIR%%/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.debug
%%QT_EXAMPLEDIR%%/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.pro
%%QT_EXAMPLEDIR%%/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.qrc
%%QT_EXAMPLEDIR%%/examples/designer/worldtimeclockplugin/worldtimeclock.cpp
%%QT_EXAMPLEDIR%%/examples/designer/worldtimeclockplugin/worldtimeclock.h
%%QT_EXAMPLEDIR%%/examples/designer/worldtimeclockplugin/worldtimeclockplugin.cpp
%%QT_EXAMPLEDIR%%/examples/designer/worldtimeclockplugin/worldtimeclockplugin.h
%%QT_EXAMPLEDIR%%/examples/designer/worldtimeclockplugin/worldtimeclockplugin.pro
%%QT_EXAMPLEDIR%%/examples/desktop/README
%%QT_EXAMPLEDIR%%/examples/desktop/desktop.pro
%%QT_EXAMPLEDIR%%/examples/desktop/screenshot/main.cpp
%%QT_EXAMPLEDIR%%/examples/desktop/screenshot/screenshot
%%QT_EXAMPLEDIR%%/examples/desktop/screenshot/screenshot.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/desktop/screenshot/screenshot.debug
%%QT_EXAMPLEDIR%%/examples/desktop/screenshot/screenshot.h
%%QT_EXAMPLEDIR%%/examples/desktop/screenshot/screenshot.pro
%%QT_EXAMPLEDIR%%/examples/desktop/systray/images/bad.svg
%%QT_EXAMPLEDIR%%/examples/desktop/systray/images/heart.svg
%%QT_EXAMPLEDIR%%/examples/desktop/systray/images/trash.svg
%%QT_EXAMPLEDIR%%/examples/desktop/systray/main.cpp
%%QT_EXAMPLEDIR%%/examples/desktop/systray/systray
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/desktop/systray/systray.debug
%%QT_EXAMPLEDIR%%/examples/desktop/systray/systray.pro
%%QT_EXAMPLEDIR%%/examples/desktop/systray/systray.qrc
%%QT_EXAMPLEDIR%%/examples/desktop/systray/window.cpp
%%QT_EXAMPLEDIR%%/examples/desktop/systray/window.h
%%QT_EXAMPLEDIR%%/examples/dialogs/README
%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/classwizard
%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/classwizard.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/classwizard.debug
%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/classwizard.h
%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/classwizard.pro
%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/classwizard.qrc
%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/images/background.png
%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/images/banner.png
%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/images/logo1.png
%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/images/logo2.png
%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/images/logo3.png
%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/images/watermark1.png
%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/images/watermark2.png
%%QT_EXAMPLEDIR%%/examples/dialogs/classwizard/main.cpp
%%QT_EXAMPLEDIR%%/examples/dialogs/configdialog/configdialog
%%QT_EXAMPLEDIR%%/examples/dialogs/configdialog/configdialog.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dialogs/configdialog/configdialog.debug
%%QT_EXAMPLEDIR%%/examples/dialogs/configdialog/configdialog.h
%%QT_EXAMPLEDIR%%/examples/dialogs/configdialog/configdialog.pro
%%QT_EXAMPLEDIR%%/examples/dialogs/configdialog/configdialog.qrc
%%QT_EXAMPLEDIR%%/examples/dialogs/configdialog/images/config.png
%%QT_EXAMPLEDIR%%/examples/dialogs/configdialog/images/query.png
%%QT_EXAMPLEDIR%%/examples/dialogs/configdialog/images/update.png
%%QT_EXAMPLEDIR%%/examples/dialogs/configdialog/main.cpp
%%QT_EXAMPLEDIR%%/examples/dialogs/configdialog/pages.cpp
%%QT_EXAMPLEDIR%%/examples/dialogs/configdialog/pages.h
%%QT_EXAMPLEDIR%%/examples/dialogs/dialogs.pro
%%QT_EXAMPLEDIR%%/examples/dialogs/extension/extension
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dialogs/extension/extension.debug
%%QT_EXAMPLEDIR%%/examples/dialogs/extension/extension.pro
%%QT_EXAMPLEDIR%%/examples/dialogs/extension/finddialog.cpp
%%QT_EXAMPLEDIR%%/examples/dialogs/extension/finddialog.h
%%QT_EXAMPLEDIR%%/examples/dialogs/extension/main.cpp
%%QT_EXAMPLEDIR%%/examples/dialogs/findfiles/findfiles
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dialogs/findfiles/findfiles.debug
%%QT_EXAMPLEDIR%%/examples/dialogs/findfiles/findfiles.pro
%%QT_EXAMPLEDIR%%/examples/dialogs/findfiles/main.cpp
%%QT_EXAMPLEDIR%%/examples/dialogs/findfiles/window.cpp
%%QT_EXAMPLEDIR%%/examples/dialogs/findfiles/window.h
%%QT_EXAMPLEDIR%%/examples/dialogs/licensewizard/images/logo.png
%%QT_EXAMPLEDIR%%/examples/dialogs/licensewizard/images/watermark.png
%%QT_EXAMPLEDIR%%/examples/dialogs/licensewizard/licensewizard
%%QT_EXAMPLEDIR%%/examples/dialogs/licensewizard/licensewizard.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dialogs/licensewizard/licensewizard.debug
%%QT_EXAMPLEDIR%%/examples/dialogs/licensewizard/licensewizard.h
%%QT_EXAMPLEDIR%%/examples/dialogs/licensewizard/licensewizard.pro
%%QT_EXAMPLEDIR%%/examples/dialogs/licensewizard/licensewizard.qrc
%%QT_EXAMPLEDIR%%/examples/dialogs/licensewizard/main.cpp
%%QT_EXAMPLEDIR%%/examples/dialogs/standarddialogs/dialog.cpp
%%QT_EXAMPLEDIR%%/examples/dialogs/standarddialogs/dialog.h
%%QT_EXAMPLEDIR%%/examples/dialogs/standarddialogs/main.cpp
%%QT_EXAMPLEDIR%%/examples/dialogs/standarddialogs/standarddialogs
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dialogs/standarddialogs/standarddialogs.debug
%%QT_EXAMPLEDIR%%/examples/dialogs/standarddialogs/standarddialogs.pro
%%QT_EXAMPLEDIR%%/examples/dialogs/tabdialog/main.cpp
%%QT_EXAMPLEDIR%%/examples/dialogs/tabdialog/tabdialog
%%QT_EXAMPLEDIR%%/examples/dialogs/tabdialog/tabdialog.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dialogs/tabdialog/tabdialog.debug
%%QT_EXAMPLEDIR%%/examples/dialogs/tabdialog/tabdialog.h
%%QT_EXAMPLEDIR%%/examples/dialogs/tabdialog/tabdialog.pro
%%QT_EXAMPLEDIR%%/examples/dialogs/trivialwizard/trivialwizard
%%QT_EXAMPLEDIR%%/examples/dialogs/trivialwizard/trivialwizard.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/dialogs/trivialwizard/trivialwizard.debug
%%QT_EXAMPLEDIR%%/examples/dialogs/trivialwizard/trivialwizard.pro
%%QT_EXAMPLEDIR%%/examples/draganddrop/README
%%QT_EXAMPLEDIR%%/examples/draganddrop/delayedencoding/delayedencoding
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/draganddrop/delayedencoding/delayedencoding.debug
%%QT_EXAMPLEDIR%%/examples/draganddrop/draganddrop.pro
%%QT_EXAMPLEDIR%%/examples/draganddrop/draggableicons/draggableicons
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/draganddrop/draggableicons/draggableicons.debug
%%QT_EXAMPLEDIR%%/examples/draganddrop/draggableicons/draggableicons.pro
%%QT_EXAMPLEDIR%%/examples/draganddrop/draggableicons/draggableicons.qrc
%%QT_EXAMPLEDIR%%/examples/draganddrop/draggableicons/dragwidget.cpp
%%QT_EXAMPLEDIR%%/examples/draganddrop/draggableicons/dragwidget.h
%%QT_EXAMPLEDIR%%/examples/draganddrop/draggableicons/images/boat.png
%%QT_EXAMPLEDIR%%/examples/draganddrop/draggableicons/images/car.png
%%QT_EXAMPLEDIR%%/examples/draganddrop/draggableicons/images/house.png
%%QT_EXAMPLEDIR%%/examples/draganddrop/draggableicons/main.cpp
%%QT_EXAMPLEDIR%%/examples/draganddrop/draggabletext/draggabletext
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/draganddrop/draggabletext/draggabletext.debug
%%QT_EXAMPLEDIR%%/examples/draganddrop/draggabletext/draggabletext.pro
%%QT_EXAMPLEDIR%%/examples/draganddrop/draggabletext/draggabletext.qrc
%%QT_EXAMPLEDIR%%/examples/draganddrop/draggabletext/draglabel.cpp
%%QT_EXAMPLEDIR%%/examples/draganddrop/draggabletext/draglabel.h
%%QT_EXAMPLEDIR%%/examples/draganddrop/draggabletext/dragwidget.cpp
%%QT_EXAMPLEDIR%%/examples/draganddrop/draggabletext/dragwidget.h
%%QT_EXAMPLEDIR%%/examples/draganddrop/draggabletext/main.cpp
%%QT_EXAMPLEDIR%%/examples/draganddrop/draggabletext/words.txt
%%QT_EXAMPLEDIR%%/examples/draganddrop/dropsite/droparea.cpp
%%QT_EXAMPLEDIR%%/examples/draganddrop/dropsite/droparea.h
%%QT_EXAMPLEDIR%%/examples/draganddrop/dropsite/dropsite
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/draganddrop/dropsite/dropsite.debug
%%QT_EXAMPLEDIR%%/examples/draganddrop/dropsite/dropsite.pro
%%QT_EXAMPLEDIR%%/examples/draganddrop/dropsite/dropsitewindow.cpp
%%QT_EXAMPLEDIR%%/examples/draganddrop/dropsite/dropsitewindow.h
%%QT_EXAMPLEDIR%%/examples/draganddrop/dropsite/main.cpp
%%QT_EXAMPLEDIR%%/examples/draganddrop/fridgemagnets/draglabel.cpp
%%QT_EXAMPLEDIR%%/examples/draganddrop/fridgemagnets/draglabel.h
%%QT_EXAMPLEDIR%%/examples/draganddrop/fridgemagnets/dragwidget.cpp
%%QT_EXAMPLEDIR%%/examples/draganddrop/fridgemagnets/dragwidget.h
%%QT_EXAMPLEDIR%%/examples/draganddrop/fridgemagnets/fridgemagnets
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/draganddrop/fridgemagnets/fridgemagnets.debug
%%QT_EXAMPLEDIR%%/examples/draganddrop/fridgemagnets/fridgemagnets.pro
%%QT_EXAMPLEDIR%%/examples/draganddrop/fridgemagnets/fridgemagnets.qrc
%%QT_EXAMPLEDIR%%/examples/draganddrop/fridgemagnets/main.cpp
%%QT_EXAMPLEDIR%%/examples/draganddrop/fridgemagnets/words.txt
%%QT_EXAMPLEDIR%%/examples/draganddrop/puzzle/example.jpg
%%QT_EXAMPLEDIR%%/examples/draganddrop/puzzle/main.cpp
%%QT_EXAMPLEDIR%%/examples/draganddrop/puzzle/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/draganddrop/puzzle/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/draganddrop/puzzle/pieceslist.cpp
%%QT_EXAMPLEDIR%%/examples/draganddrop/puzzle/pieceslist.h
%%QT_EXAMPLEDIR%%/examples/draganddrop/puzzle/puzzle
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/draganddrop/puzzle/puzzle.debug
%%QT_EXAMPLEDIR%%/examples/draganddrop/puzzle/puzzle.pro
%%QT_EXAMPLEDIR%%/examples/draganddrop/puzzle/puzzle.qrc
%%QT_EXAMPLEDIR%%/examples/draganddrop/puzzle/puzzlewidget.cpp
%%QT_EXAMPLEDIR%%/examples/draganddrop/puzzle/puzzlewidget.h
%%QT_EXAMPLEDIR%%/examples/effects/blurpicker/blureffect.cpp
%%QT_EXAMPLEDIR%%/examples/effects/blurpicker/blureffect.h
%%QT_EXAMPLEDIR%%/examples/effects/blurpicker/blurpicker
%%QT_EXAMPLEDIR%%/examples/effects/blurpicker/blurpicker.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/effects/blurpicker/blurpicker.debug
%%QT_EXAMPLEDIR%%/examples/effects/blurpicker/blurpicker.h
%%QT_EXAMPLEDIR%%/examples/effects/blurpicker/blurpicker.pro
%%QT_EXAMPLEDIR%%/examples/effects/blurpicker/blurpicker.qrc
%%QT_EXAMPLEDIR%%/examples/effects/blurpicker/main.cpp
%%QT_EXAMPLEDIR%%/examples/effects/effects.pro
%%QT_EXAMPLEDIR%%/examples/effects/fademessage/fademessage
%%QT_EXAMPLEDIR%%/examples/effects/fademessage/fademessage.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/effects/fademessage/fademessage.debug
%%QT_EXAMPLEDIR%%/examples/effects/fademessage/fademessage.h
%%QT_EXAMPLEDIR%%/examples/effects/fademessage/fademessage.pro
%%QT_EXAMPLEDIR%%/examples/effects/fademessage/fademessage.qrc
%%QT_EXAMPLEDIR%%/examples/effects/fademessage/main.cpp
%%QT_EXAMPLEDIR%%/examples/effects/lighting/lighting
%%QT_EXAMPLEDIR%%/examples/effects/lighting/lighting.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/effects/lighting/lighting.debug
%%QT_EXAMPLEDIR%%/examples/effects/lighting/lighting.h
%%QT_EXAMPLEDIR%%/examples/effects/lighting/lighting.pro
%%QT_EXAMPLEDIR%%/examples/effects/lighting/main.cpp
%%QT_EXAMPLEDIR%%/examples/examples.pro
%%QT_EXAMPLEDIR%%/examples/gestures/gestures.pro
%%QT_EXAMPLEDIR%%/examples/gestures/imagegestures/imagegestures
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/gestures/imagegestures/imagegestures.debug
%%QT_EXAMPLEDIR%%/examples/gestures/imagegestures/imagegestures.pro
%%QT_EXAMPLEDIR%%/examples/gestures/imagegestures/imagewidget.cpp
%%QT_EXAMPLEDIR%%/examples/gestures/imagegestures/imagewidget.h
%%QT_EXAMPLEDIR%%/examples/gestures/imagegestures/main.cpp
%%QT_EXAMPLEDIR%%/examples/gestures/imagegestures/mainwidget.cpp
%%QT_EXAMPLEDIR%%/examples/gestures/imagegestures/mainwidget.h
%%QT_EXAMPLEDIR%%/examples/graphicsview/README
%%QT_EXAMPLEDIR%%/examples/graphicsview/anchorlayout/anchorlayout
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/graphicsview/anchorlayout/anchorlayout.debug
%%QT_EXAMPLEDIR%%/examples/graphicsview/anchorlayout/anchorlayout.pro
%%QT_EXAMPLEDIR%%/examples/graphicsview/anchorlayout/main.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/basicgraphicslayouts/basicgraphicslayouts
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/graphicsview/basicgraphicslayouts/basicgraphicslayouts.debug
%%QT_EXAMPLEDIR%%/examples/graphicsview/basicgraphicslayouts/basicgraphicslayouts.pro
%%QT_EXAMPLEDIR%%/examples/graphicsview/basicgraphicslayouts/basicgraphicslayouts.qrc
%%QT_EXAMPLEDIR%%/examples/graphicsview/basicgraphicslayouts/layoutitem.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/basicgraphicslayouts/layoutitem.h
%%QT_EXAMPLEDIR%%/examples/graphicsview/basicgraphicslayouts/main.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/basicgraphicslayouts/window.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/basicgraphicslayouts/window.h
%%QT_EXAMPLEDIR%%/examples/graphicsview/collidingmice/collidingmice
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/graphicsview/collidingmice/collidingmice.debug
%%QT_EXAMPLEDIR%%/examples/graphicsview/collidingmice/collidingmice.pro
%%QT_EXAMPLEDIR%%/examples/graphicsview/collidingmice/images/cheese.jpg
%%QT_EXAMPLEDIR%%/examples/graphicsview/collidingmice/main.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/collidingmice/mice.qrc
%%QT_EXAMPLEDIR%%/examples/graphicsview/collidingmice/mouse.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/collidingmice/mouse.h
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/arrow.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/arrow.h
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/diagramitem.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/diagramitem.h
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/diagramscene
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/diagramscene.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/diagramscene.debug
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/diagramscene.h
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/diagramscene.pro
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/diagramscene.qrc
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/diagramtextitem.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/diagramtextitem.h
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/background1.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/background2.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/background3.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/background4.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/bold.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/bringtofront.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/delete.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/floodfill.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/italic.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/linecolor.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/linepointer.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/pointer.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/sendtoback.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/textpointer.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/images/underline.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/main.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/diagramscene/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/graphicsview/dragdroprobot/coloritem.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/dragdroprobot/coloritem.h
%%QT_EXAMPLEDIR%%/examples/graphicsview/dragdroprobot/dragdroprobot
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/graphicsview/dragdroprobot/dragdroprobot.debug
%%QT_EXAMPLEDIR%%/examples/graphicsview/dragdroprobot/dragdroprobot.pro
%%QT_EXAMPLEDIR%%/examples/graphicsview/dragdroprobot/images/head.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/dragdroprobot/main.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/dragdroprobot/robot.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/dragdroprobot/robot.h
%%QT_EXAMPLEDIR%%/examples/graphicsview/dragdroprobot/robot.qrc
%%QT_EXAMPLEDIR%%/examples/graphicsview/elasticnodes/edge.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/elasticnodes/edge.h
%%QT_EXAMPLEDIR%%/examples/graphicsview/elasticnodes/elasticnodes
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/graphicsview/elasticnodes/elasticnodes.debug
%%QT_EXAMPLEDIR%%/examples/graphicsview/elasticnodes/elasticnodes.pro
%%QT_EXAMPLEDIR%%/examples/graphicsview/elasticnodes/graphwidget.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/elasticnodes/graphwidget.h
%%QT_EXAMPLEDIR%%/examples/graphicsview/elasticnodes/main.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/elasticnodes/node.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/elasticnodes/node.h
%%QT_EXAMPLEDIR%%/examples/graphicsview/graphicsview.pro
%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/flippablepad.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/flippablepad.h
%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/form.ui
%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/images/artsfftscope.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/images/blue_angle_swirl.jpg
%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/images/kontact_contacts.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/images/kontact_journal.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/images/kontact_mail.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/images/kontact_notes.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/images/kopeteavailable.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/images/metacontact_online.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/images/minitools.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/main.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/padnavigator
%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/padnavigator.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/padnavigator.debug
%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/padnavigator.h
%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/padnavigator.pro
%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/padnavigator.qrc
%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/roundrectitem.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/roundrectitem.h
%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/splashitem.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/padnavigator/splashitem.h
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/animateditem.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/animateditem.h
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/bg.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/ledmeter.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/ledmeter.h
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/main.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/portedasteroids
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/portedasteroids.debug
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/portedasteroids.pro
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/portedasteroids.qrc
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sounds/Explosion.wav
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites.h
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits.ini
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits.pov
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0000.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0001.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0002.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0003.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0004.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0005.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0006.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0007.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0008.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0009.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0010.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0011.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0012.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0013.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0014.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/bits/bits0015.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/exhaust/exhaust.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/missile/missile.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/powerups/brake.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/powerups/energy.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/powerups/shield.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/powerups/shoot.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/powerups/teleport.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock1.ini
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock1.pov
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10000.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10001.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10002.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10003.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10004.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10005.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10006.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10007.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10008.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10009.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10010.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10011.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10012.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10013.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10014.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10015.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10016.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10017.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10018.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10019.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10020.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10021.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10022.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10023.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10024.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10025.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10026.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10027.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10028.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10029.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10030.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock1/rock10031.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock2.ini
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock2.pov
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20000.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20001.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20002.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20003.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20004.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20005.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20006.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20007.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20008.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20009.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20010.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20011.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20012.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20013.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20014.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20015.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20016.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20017.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20018.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20019.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20020.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20021.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20022.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20023.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20024.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20025.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20026.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20027.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20028.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20029.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20030.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock2/rock20031.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock3.ini
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock3.pov
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30000.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30001.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30002.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30003.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30004.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30005.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30006.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30007.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30008.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30009.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30010.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30011.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30012.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30013.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30014.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30015.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30016.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30017.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30018.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30019.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30020.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30021.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30022.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30023.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30024.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30025.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30026.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30027.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30028.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30029.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30030.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/rock3/rock30031.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/shield/shield0000.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/shield/shield0001.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/shield/shield0002.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/shield/shield0003.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/shield/shield0004.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/shield/shield0005.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/shield/shield0006.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship.ini
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship.pov
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0000.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0001.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0002.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0003.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0004.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0005.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0006.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0007.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0008.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0009.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0010.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0011.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0012.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0013.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0014.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0015.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0016.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0017.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0018.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0019.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0020.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0021.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0022.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0023.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0024.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0025.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0026.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0027.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0028.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0029.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0030.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/sprites/ship/ship0031.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/toplevel.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/toplevel.h
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/view.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedasteroids/view.h
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedcanvas/butterfly.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedcanvas/canvas.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedcanvas/canvas.doc
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedcanvas/canvas.h
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedcanvas/main.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedcanvas/portedcanvas
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/graphicsview/portedcanvas/portedcanvas.debug
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedcanvas/portedcanvas.pro
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedcanvas/portedcanvas.qrc
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedcanvas/qt-trans.xpm
%%QT_EXAMPLEDIR%%/examples/graphicsview/portedcanvas/qtlogo.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/simpleanchorlayout/main.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/simpleanchorlayout/simpleanchorlayout
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/graphicsview/simpleanchorlayout/simpleanchorlayout.debug
%%QT_EXAMPLEDIR%%/examples/graphicsview/simpleanchorlayout/simpleanchorlayout.pro
%%QT_EXAMPLEDIR%%/examples/graphicsview/weatheranchorlayout/images/5days.jpg
%%QT_EXAMPLEDIR%%/examples/graphicsview/weatheranchorlayout/images/details.jpg
%%QT_EXAMPLEDIR%%/examples/graphicsview/weatheranchorlayout/images/place.jpg
%%QT_EXAMPLEDIR%%/examples/graphicsview/weatheranchorlayout/images/tabbar.jpg
%%QT_EXAMPLEDIR%%/examples/graphicsview/weatheranchorlayout/images/title.jpg
%%QT_EXAMPLEDIR%%/examples/graphicsview/weatheranchorlayout/images/weather-few-clouds.png
%%QT_EXAMPLEDIR%%/examples/graphicsview/weatheranchorlayout/main.cpp
%%QT_EXAMPLEDIR%%/examples/graphicsview/weatheranchorlayout/weatheranchorlayout
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/graphicsview/weatheranchorlayout/weatheranchorlayout.debug
%%QT_EXAMPLEDIR%%/examples/graphicsview/weatheranchorlayout/weatheranchorlayout.pro
%%QT_EXAMPLEDIR%%/examples/graphicsview/weatheranchorlayout/weatheranchorlayout.qrc
%%QT_EXAMPLEDIR%%/examples/help/README
%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/contextsensitivehelp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/contextsensitivehelp.debug
%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/contextsensitivehelp.pro
%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/doc/amount.html
%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/doc/filter.html
%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/doc/plants.html
%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/doc/rain.html
%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/doc/source.html
%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/doc/temperature.html
%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/doc/time.html
%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/doc/wateringmachine.qch
%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/doc/wateringmachine.qhc
%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/doc/wateringmachine.qhcp
%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/doc/wateringmachine.qhp
%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/helpbrowser.cpp
%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/helpbrowser.h
%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/main.cpp
%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/wateringconfigdialog.cpp
%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/wateringconfigdialog.h
%%QT_EXAMPLEDIR%%/examples/help/contextsensitivehelp/wateringconfigdialog.ui
%%QT_EXAMPLEDIR%%/examples/help/help.pro
%%QT_EXAMPLEDIR%%/examples/help/remotecontrol/enter.png
%%QT_EXAMPLEDIR%%/examples/help/remotecontrol/main.cpp
%%QT_EXAMPLEDIR%%/examples/help/remotecontrol/remotecontrol
%%QT_EXAMPLEDIR%%/examples/help/remotecontrol/remotecontrol.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/help/remotecontrol/remotecontrol.debug
%%QT_EXAMPLEDIR%%/examples/help/remotecontrol/remotecontrol.h
%%QT_EXAMPLEDIR%%/examples/help/remotecontrol/remotecontrol.pro
%%QT_EXAMPLEDIR%%/examples/help/remotecontrol/remotecontrol.qrc
%%QT_EXAMPLEDIR%%/examples/help/remotecontrol/remotecontrol.ui
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/assistant.cpp
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/assistant.h
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/about.txt
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/browse.html
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/filedialog.html
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/findfile.html
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/images/browse.png
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/images/fadedfilemenu.png
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/images/filedialog.png
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/images/handbook.png
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/images/icon.png
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/images/mainwindow.png
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/images/open.png
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/images/wildcard.png
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/index.html
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/intro.html
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/openfile.html
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/simpletextviewer.qch
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/simpletextviewer.qhc
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/simpletextviewer.qhcp
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/simpletextviewer.qhp
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/documentation/wildcardmatching.html
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/findfiledialog.cpp
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/findfiledialog.h
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/main.cpp
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/simpletextviewer
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/simpletextviewer.debug
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/simpletextviewer.pro
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/textedit.cpp
%%QT_EXAMPLEDIR%%/examples/help/simpletextviewer/textedit.h
%%QT_EXAMPLEDIR%%/examples/helper/qmlapplicationviewer/qmlapplicationviewer.cpp
%%QT_EXAMPLEDIR%%/examples/helper/qmlapplicationviewer/qmlapplicationviewer.h
%%QT_EXAMPLEDIR%%/examples/helper/qmlapplicationviewer/qmlapplicationviewer.pri
%%QT_EXAMPLEDIR%%/examples/ipc/README
%%QT_EXAMPLEDIR%%/examples/ipc/ipc.pro
%%QT_EXAMPLEDIR%%/examples/ipc/localfortuneclient/client.cpp
%%QT_EXAMPLEDIR%%/examples/ipc/localfortuneclient/client.h
%%QT_EXAMPLEDIR%%/examples/ipc/localfortuneclient/localfortuneclient
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/ipc/localfortuneclient/localfortuneclient.debug
%%QT_EXAMPLEDIR%%/examples/ipc/localfortuneclient/localfortuneclient.pro
%%QT_EXAMPLEDIR%%/examples/ipc/localfortuneclient/main.cpp
%%QT_EXAMPLEDIR%%/examples/ipc/localfortuneserver/localfortuneserver
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/ipc/localfortuneserver/localfortuneserver.debug
%%QT_EXAMPLEDIR%%/examples/ipc/localfortuneserver/localfortuneserver.pro
%%QT_EXAMPLEDIR%%/examples/ipc/localfortuneserver/main.cpp
%%QT_EXAMPLEDIR%%/examples/ipc/localfortuneserver/server.cpp
%%QT_EXAMPLEDIR%%/examples/ipc/localfortuneserver/server.h
%%QT_EXAMPLEDIR%%/examples/ipc/sharedmemory/dialog.cpp
%%QT_EXAMPLEDIR%%/examples/ipc/sharedmemory/dialog.h
%%QT_EXAMPLEDIR%%/examples/ipc/sharedmemory/dialog.ui
%%QT_EXAMPLEDIR%%/examples/ipc/sharedmemory/image.png
%%QT_EXAMPLEDIR%%/examples/ipc/sharedmemory/main.cpp
%%QT_EXAMPLEDIR%%/examples/ipc/sharedmemory/qt.png
%%QT_EXAMPLEDIR%%/examples/ipc/sharedmemory/sharedmemory
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/ipc/sharedmemory/sharedmemory.debug
%%QT_EXAMPLEDIR%%/examples/ipc/sharedmemory/sharedmemory.pro
%%QT_EXAMPLEDIR%%/examples/itemviews/README
%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/adddialog.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/adddialog.h
%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/addressbook
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/addressbook.debug
%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/addressbook.pro
%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/addresswidget.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/addresswidget.h
%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/main.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/newaddresstab.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/newaddresstab.h
%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/tablemodel.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/addressbook/tablemodel.h
%%QT_EXAMPLEDIR%%/examples/itemviews/basicsortfiltermodel/basicsortfiltermodel
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/basicsortfiltermodel/basicsortfiltermodel.debug
%%QT_EXAMPLEDIR%%/examples/itemviews/basicsortfiltermodel/basicsortfiltermodel.pro
%%QT_EXAMPLEDIR%%/examples/itemviews/basicsortfiltermodel/main.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/basicsortfiltermodel/window.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/basicsortfiltermodel/window.h
%%QT_EXAMPLEDIR%%/examples/itemviews/chart/chart
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/chart/chart.debug
%%QT_EXAMPLEDIR%%/examples/itemviews/chart/chart.pro
%%QT_EXAMPLEDIR%%/examples/itemviews/chart/chart.qrc
%%QT_EXAMPLEDIR%%/examples/itemviews/chart/main.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/chart/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/chart/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/itemviews/chart/mydata.cht
%%QT_EXAMPLEDIR%%/examples/itemviews/chart/pieview.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/chart/pieview.h
%%QT_EXAMPLEDIR%%/examples/itemviews/chart/qtdata.cht
%%QT_EXAMPLEDIR%%/examples/itemviews/combowidgetmapper/combowidgetmapper
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/combowidgetmapper/combowidgetmapper.debug
%%QT_EXAMPLEDIR%%/examples/itemviews/combowidgetmapper/combowidgetmapper.pro
%%QT_EXAMPLEDIR%%/examples/itemviews/combowidgetmapper/main.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/combowidgetmapper/window.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/combowidgetmapper/window.h
%%QT_EXAMPLEDIR%%/examples/itemviews/customsortfiltermodel/customsortfiltermodel
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/customsortfiltermodel/customsortfiltermodel.debug
%%QT_EXAMPLEDIR%%/examples/itemviews/customsortfiltermodel/customsortfiltermodel.pro
%%QT_EXAMPLEDIR%%/examples/itemviews/customsortfiltermodel/main.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/customsortfiltermodel/mysortfilterproxymodel.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/customsortfiltermodel/mysortfilterproxymodel.h
%%QT_EXAMPLEDIR%%/examples/itemviews/customsortfiltermodel/window.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/customsortfiltermodel/window.h
%%QT_EXAMPLEDIR%%/examples/itemviews/delayedencoding/delayedencoding.pro
%%QT_EXAMPLEDIR%%/examples/itemviews/delayedencoding/main.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/delayedencoding/mimedata.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/delayedencoding/mimedata.h
%%QT_EXAMPLEDIR%%/examples/itemviews/delayedencoding/sourcewidget.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/delayedencoding/sourcewidget.h
%%QT_EXAMPLEDIR%%/examples/itemviews/dirview/dirview
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/dirview/dirview.debug
%%QT_EXAMPLEDIR%%/examples/itemviews/dirview/dirview.pro
%%QT_EXAMPLEDIR%%/examples/itemviews/dirview/main.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/default.txt
%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/editabletreemodel
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/editabletreemodel.debug
%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/editabletreemodel.pro
%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/editabletreemodel.qrc
%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/main.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/mainwindow.ui
%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/treeitem.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/treeitem.h
%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/treemodel.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/editabletreemodel/treemodel.h
%%QT_EXAMPLEDIR%%/examples/itemviews/fetchmore/fetchmore
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/fetchmore/fetchmore.debug
%%QT_EXAMPLEDIR%%/examples/itemviews/fetchmore/fetchmore.pro
%%QT_EXAMPLEDIR%%/examples/itemviews/fetchmore/filelistmodel.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/fetchmore/filelistmodel.h
%%QT_EXAMPLEDIR%%/examples/itemviews/fetchmore/main.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/fetchmore/window.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/fetchmore/window.h
%%QT_EXAMPLEDIR%%/examples/itemviews/frozencolumn/freezetablewidget.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/frozencolumn/freezetablewidget.h
%%QT_EXAMPLEDIR%%/examples/itemviews/frozencolumn/frozencolumn
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/frozencolumn/frozencolumn.debug
%%QT_EXAMPLEDIR%%/examples/itemviews/frozencolumn/frozencolumn.pro
%%QT_EXAMPLEDIR%%/examples/itemviews/frozencolumn/grades.qrc
%%QT_EXAMPLEDIR%%/examples/itemviews/frozencolumn/main.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/itemviews.pro
%%QT_EXAMPLEDIR%%/examples/itemviews/pixelator/imagemodel.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/pixelator/imagemodel.h
%%QT_EXAMPLEDIR%%/examples/itemviews/pixelator/images.qrc
%%QT_EXAMPLEDIR%%/examples/itemviews/pixelator/images/qt.png
%%QT_EXAMPLEDIR%%/examples/itemviews/pixelator/main.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/pixelator/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/pixelator/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/itemviews/pixelator/pixelator
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/pixelator/pixelator.debug
%%QT_EXAMPLEDIR%%/examples/itemviews/pixelator/pixelator.pro
%%QT_EXAMPLEDIR%%/examples/itemviews/pixelator/pixeldelegate.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/pixelator/pixeldelegate.h
%%QT_EXAMPLEDIR%%/examples/itemviews/puzzle/example.jpg
%%QT_EXAMPLEDIR%%/examples/itemviews/puzzle/main.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/puzzle/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/puzzle/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/itemviews/puzzle/piecesmodel.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/puzzle/piecesmodel.h
%%QT_EXAMPLEDIR%%/examples/itemviews/puzzle/puzzle
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/puzzle/puzzle.debug
%%QT_EXAMPLEDIR%%/examples/itemviews/puzzle/puzzle.pro
%%QT_EXAMPLEDIR%%/examples/itemviews/puzzle/puzzle.qrc
%%QT_EXAMPLEDIR%%/examples/itemviews/puzzle/puzzlewidget.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/puzzle/puzzlewidget.h
%%QT_EXAMPLEDIR%%/examples/itemviews/simpledommodel/domitem.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/simpledommodel/domitem.h
%%QT_EXAMPLEDIR%%/examples/itemviews/simpledommodel/dommodel.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/simpledommodel/dommodel.h
%%QT_EXAMPLEDIR%%/examples/itemviews/simpledommodel/main.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/simpledommodel/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/simpledommodel/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/itemviews/simpledommodel/simpledommodel
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/simpledommodel/simpledommodel.debug
%%QT_EXAMPLEDIR%%/examples/itemviews/simpledommodel/simpledommodel.pro
%%QT_EXAMPLEDIR%%/examples/itemviews/simpletreemodel/default.txt
%%QT_EXAMPLEDIR%%/examples/itemviews/simpletreemodel/main.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/simpletreemodel/simpletreemodel
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/simpletreemodel/simpletreemodel.debug
%%QT_EXAMPLEDIR%%/examples/itemviews/simpletreemodel/simpletreemodel.pro
%%QT_EXAMPLEDIR%%/examples/itemviews/simpletreemodel/simpletreemodel.qrc
%%QT_EXAMPLEDIR%%/examples/itemviews/simpletreemodel/treeitem.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/simpletreemodel/treeitem.h
%%QT_EXAMPLEDIR%%/examples/itemviews/simpletreemodel/treemodel.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/simpletreemodel/treemodel.h
%%QT_EXAMPLEDIR%%/examples/itemviews/simplewidgetmapper/main.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/simplewidgetmapper/simplewidgetmapper
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/simplewidgetmapper/simplewidgetmapper.debug
%%QT_EXAMPLEDIR%%/examples/itemviews/simplewidgetmapper/simplewidgetmapper.pro
%%QT_EXAMPLEDIR%%/examples/itemviews/simplewidgetmapper/window.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/simplewidgetmapper/window.h
%%QT_EXAMPLEDIR%%/examples/itemviews/spinboxdelegate/delegate.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/spinboxdelegate/delegate.h
%%QT_EXAMPLEDIR%%/examples/itemviews/spinboxdelegate/main.cpp
%%QT_EXAMPLEDIR%%/examples/itemviews/spinboxdelegate/spinboxdelegate
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/itemviews/spinboxdelegate/spinboxdelegate.debug
%%QT_EXAMPLEDIR%%/examples/itemviews/spinboxdelegate/spinboxdelegate.pro
%%QT_EXAMPLEDIR%%/examples/layouts/README
%%QT_EXAMPLEDIR%%/examples/layouts/basiclayouts/basiclayouts
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/layouts/basiclayouts/basiclayouts.debug
%%QT_EXAMPLEDIR%%/examples/layouts/basiclayouts/basiclayouts.pro
%%QT_EXAMPLEDIR%%/examples/layouts/basiclayouts/dialog.cpp
%%QT_EXAMPLEDIR%%/examples/layouts/basiclayouts/dialog.h
%%QT_EXAMPLEDIR%%/examples/layouts/basiclayouts/main.cpp
%%QT_EXAMPLEDIR%%/examples/layouts/borderlayout/borderlayout
%%QT_EXAMPLEDIR%%/examples/layouts/borderlayout/borderlayout.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/layouts/borderlayout/borderlayout.debug
%%QT_EXAMPLEDIR%%/examples/layouts/borderlayout/borderlayout.h
%%QT_EXAMPLEDIR%%/examples/layouts/borderlayout/borderlayout.pro
%%QT_EXAMPLEDIR%%/examples/layouts/borderlayout/main.cpp
%%QT_EXAMPLEDIR%%/examples/layouts/borderlayout/window.cpp
%%QT_EXAMPLEDIR%%/examples/layouts/borderlayout/window.h
%%QT_EXAMPLEDIR%%/examples/layouts/dynamiclayouts/dialog.cpp
%%QT_EXAMPLEDIR%%/examples/layouts/dynamiclayouts/dialog.h
%%QT_EXAMPLEDIR%%/examples/layouts/dynamiclayouts/dynamiclayouts
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/layouts/dynamiclayouts/dynamiclayouts.debug
%%QT_EXAMPLEDIR%%/examples/layouts/dynamiclayouts/dynamiclayouts.pro
%%QT_EXAMPLEDIR%%/examples/layouts/dynamiclayouts/main.cpp
%%QT_EXAMPLEDIR%%/examples/layouts/flowlayout/flowlayout
%%QT_EXAMPLEDIR%%/examples/layouts/flowlayout/flowlayout.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/layouts/flowlayout/flowlayout.debug
%%QT_EXAMPLEDIR%%/examples/layouts/flowlayout/flowlayout.h
%%QT_EXAMPLEDIR%%/examples/layouts/flowlayout/flowlayout.pro
%%QT_EXAMPLEDIR%%/examples/layouts/flowlayout/main.cpp
%%QT_EXAMPLEDIR%%/examples/layouts/flowlayout/window.cpp
%%QT_EXAMPLEDIR%%/examples/layouts/flowlayout/window.h
%%QT_EXAMPLEDIR%%/examples/layouts/layouts.pro
%%QT_EXAMPLEDIR%%/examples/linguist/README
%%QT_EXAMPLEDIR%%/examples/linguist/arrowpad/arrowpad
%%QT_EXAMPLEDIR%%/examples/linguist/arrowpad/arrowpad.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/linguist/arrowpad/arrowpad.debug
%%QT_EXAMPLEDIR%%/examples/linguist/arrowpad/arrowpad.h
%%QT_EXAMPLEDIR%%/examples/linguist/arrowpad/arrowpad.pro
%%QT_EXAMPLEDIR%%/examples/linguist/arrowpad/main.cpp
%%QT_EXAMPLEDIR%%/examples/linguist/arrowpad/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/linguist/arrowpad/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/linguist/hellotr/hellotr
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/linguist/hellotr/hellotr.debug
%%QT_EXAMPLEDIR%%/examples/linguist/hellotr/hellotr.pro
%%QT_EXAMPLEDIR%%/examples/linguist/hellotr/main.cpp
%%QT_EXAMPLEDIR%%/examples/linguist/linguist.pro
%%QT_EXAMPLEDIR%%/examples/linguist/trollprint/main.cpp
%%QT_EXAMPLEDIR%%/examples/linguist/trollprint/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/linguist/trollprint/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/linguist/trollprint/printpanel.cpp
%%QT_EXAMPLEDIR%%/examples/linguist/trollprint/printpanel.h
%%QT_EXAMPLEDIR%%/examples/linguist/trollprint/trollprint
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/linguist/trollprint/trollprint.debug
%%QT_EXAMPLEDIR%%/examples/linguist/trollprint/trollprint.pro
%%QT_EXAMPLEDIR%%/examples/linguist/trollprint/trollprint_pt.ts
%%QT_EXAMPLEDIR%%/examples/mainwindows/README
%%QT_EXAMPLEDIR%%/examples/mainwindows/application/application
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/mainwindows/application/application.debug
%%QT_EXAMPLEDIR%%/examples/mainwindows/application/application.pro
%%QT_EXAMPLEDIR%%/examples/mainwindows/application/application.qrc
%%QT_EXAMPLEDIR%%/examples/mainwindows/application/images/copy.png
%%QT_EXAMPLEDIR%%/examples/mainwindows/application/images/cut.png
%%QT_EXAMPLEDIR%%/examples/mainwindows/application/images/new.png
%%QT_EXAMPLEDIR%%/examples/mainwindows/application/images/open.png
%%QT_EXAMPLEDIR%%/examples/mainwindows/application/images/paste.png
%%QT_EXAMPLEDIR%%/examples/mainwindows/application/images/save.png
%%QT_EXAMPLEDIR%%/examples/mainwindows/application/main.cpp
%%QT_EXAMPLEDIR%%/examples/mainwindows/application/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/mainwindows/application/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/mainwindows/dockwidgets/dockwidgets
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/mainwindows/dockwidgets/dockwidgets.debug
%%QT_EXAMPLEDIR%%/examples/mainwindows/dockwidgets/dockwidgets.pro
%%QT_EXAMPLEDIR%%/examples/mainwindows/dockwidgets/dockwidgets.qrc
%%QT_EXAMPLEDIR%%/examples/mainwindows/dockwidgets/images/new.png
%%QT_EXAMPLEDIR%%/examples/mainwindows/dockwidgets/images/print.png
%%QT_EXAMPLEDIR%%/examples/mainwindows/dockwidgets/images/save.png
%%QT_EXAMPLEDIR%%/examples/mainwindows/dockwidgets/images/undo.png
%%QT_EXAMPLEDIR%%/examples/mainwindows/dockwidgets/main.cpp
%%QT_EXAMPLEDIR%%/examples/mainwindows/dockwidgets/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/mainwindows/dockwidgets/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/mainwindows/mainwindows.pro
%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/images/copy.png
%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/images/cut.png
%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/images/new.png
%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/images/open.png
%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/images/paste.png
%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/images/save.png
%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/main.cpp
%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/mdi
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/mdi.debug
%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/mdi.pro
%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/mdi.qrc
%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/mdichild.cpp
%%QT_EXAMPLEDIR%%/examples/mainwindows/mdi/mdichild.h
%%QT_EXAMPLEDIR%%/examples/mainwindows/menus/main.cpp
%%QT_EXAMPLEDIR%%/examples/mainwindows/menus/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/mainwindows/menus/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/mainwindows/menus/menus
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/mainwindows/menus/menus.debug
%%QT_EXAMPLEDIR%%/examples/mainwindows/menus/menus.pro
%%QT_EXAMPLEDIR%%/examples/mainwindows/recentfiles/main.cpp
%%QT_EXAMPLEDIR%%/examples/mainwindows/recentfiles/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/mainwindows/recentfiles/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/mainwindows/recentfiles/recentfiles
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/mainwindows/recentfiles/recentfiles.debug
%%QT_EXAMPLEDIR%%/examples/mainwindows/recentfiles/recentfiles.pro
%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/images/copy.png
%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/images/cut.png
%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/images/new.png
%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/images/open.png
%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/images/paste.png
%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/images/save.png
%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/main.cpp
%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/sdi
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/sdi.debug
%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/sdi.pro
%%QT_EXAMPLEDIR%%/examples/mainwindows/sdi/sdi.qrc
%%QT_EXAMPLEDIR%%/examples/multimedia/README
%%QT_EXAMPLEDIR%%/examples/multimedia/audiodevices/audiodevices
%%QT_EXAMPLEDIR%%/examples/multimedia/audiodevices/audiodevices.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/multimedia/audiodevices/audiodevices.debug
%%QT_EXAMPLEDIR%%/examples/multimedia/audiodevices/audiodevices.h
%%QT_EXAMPLEDIR%%/examples/multimedia/audiodevices/audiodevices.pro
%%QT_EXAMPLEDIR%%/examples/multimedia/audiodevices/audiodevicesbase.ui
%%QT_EXAMPLEDIR%%/examples/multimedia/audiodevices/main.cpp
%%QT_EXAMPLEDIR%%/examples/multimedia/audioinput/audioinput
%%QT_EXAMPLEDIR%%/examples/multimedia/audioinput/audioinput.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/multimedia/audioinput/audioinput.debug
%%QT_EXAMPLEDIR%%/examples/multimedia/audioinput/audioinput.h
%%QT_EXAMPLEDIR%%/examples/multimedia/audioinput/audioinput.pro
%%QT_EXAMPLEDIR%%/examples/multimedia/audioinput/main.cpp
%%QT_EXAMPLEDIR%%/examples/multimedia/audiooutput/audiooutput
%%QT_EXAMPLEDIR%%/examples/multimedia/audiooutput/audiooutput.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/multimedia/audiooutput/audiooutput.debug
%%QT_EXAMPLEDIR%%/examples/multimedia/audiooutput/audiooutput.h
%%QT_EXAMPLEDIR%%/examples/multimedia/audiooutput/audiooutput.pro
%%QT_EXAMPLEDIR%%/examples/multimedia/audiooutput/main.cpp
%%QT_EXAMPLEDIR%%/examples/multimedia/multimedia.pro
%%QT_EXAMPLEDIR%%/examples/multimedia/videographicsitem/main.cpp
%%QT_EXAMPLEDIR%%/examples/multimedia/videographicsitem/videographicsitem
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/multimedia/videographicsitem/videographicsitem.debug
%%QT_EXAMPLEDIR%%/examples/multimedia/videographicsitem/videographicsitem.pro
%%QT_EXAMPLEDIR%%/examples/multimedia/videographicsitem/videoitem.cpp
%%QT_EXAMPLEDIR%%/examples/multimedia/videographicsitem/videoitem.h
%%QT_EXAMPLEDIR%%/examples/multimedia/videographicsitem/videoplayer.cpp
%%QT_EXAMPLEDIR%%/examples/multimedia/videographicsitem/videoplayer.h
%%QT_EXAMPLEDIR%%/examples/multimedia/videowidget/main.cpp
%%QT_EXAMPLEDIR%%/examples/multimedia/videowidget/videoplayer.cpp
%%QT_EXAMPLEDIR%%/examples/multimedia/videowidget/videoplayer.h
%%QT_EXAMPLEDIR%%/examples/multimedia/videowidget/videowidget
%%QT_EXAMPLEDIR%%/examples/multimedia/videowidget/videowidget.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/multimedia/videowidget/videowidget.debug
%%QT_EXAMPLEDIR%%/examples/multimedia/videowidget/videowidget.h
%%QT_EXAMPLEDIR%%/examples/multimedia/videowidget/videowidget.pro
%%QT_EXAMPLEDIR%%/examples/multimedia/videowidget/videowidgetsurface.cpp
%%QT_EXAMPLEDIR%%/examples/multimedia/videowidget/videowidgetsurface.h
%%QT_EXAMPLEDIR%%/examples/network/README
%%QT_EXAMPLEDIR%%/examples/network/blockingfortuneclient/blockingclient.cpp
%%QT_EXAMPLEDIR%%/examples/network/blockingfortuneclient/blockingclient.h
%%QT_EXAMPLEDIR%%/examples/network/blockingfortuneclient/blockingfortuneclient
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/blockingfortuneclient/blockingfortuneclient.debug
%%QT_EXAMPLEDIR%%/examples/network/blockingfortuneclient/blockingfortuneclient.pro
%%QT_EXAMPLEDIR%%/examples/network/blockingfortuneclient/fortunethread.cpp
%%QT_EXAMPLEDIR%%/examples/network/blockingfortuneclient/fortunethread.h
%%QT_EXAMPLEDIR%%/examples/network/blockingfortuneclient/main.cpp
%%QT_EXAMPLEDIR%%/examples/network/broadcastreceiver/broadcastreceiver
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/broadcastreceiver/broadcastreceiver.debug
%%QT_EXAMPLEDIR%%/examples/network/broadcastreceiver/broadcastreceiver.pro
%%QT_EXAMPLEDIR%%/examples/network/broadcastreceiver/main.cpp
%%QT_EXAMPLEDIR%%/examples/network/broadcastreceiver/receiver.cpp
%%QT_EXAMPLEDIR%%/examples/network/broadcastreceiver/receiver.h
%%QT_EXAMPLEDIR%%/examples/network/broadcastsender/broadcastsender
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/broadcastsender/broadcastsender.debug
%%QT_EXAMPLEDIR%%/examples/network/broadcastsender/broadcastsender.pro
%%QT_EXAMPLEDIR%%/examples/network/broadcastsender/main.cpp
%%QT_EXAMPLEDIR%%/examples/network/broadcastsender/sender.cpp
%%QT_EXAMPLEDIR%%/examples/network/broadcastsender/sender.h
%%QT_EXAMPLEDIR%%/examples/network/download/download
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/download/download.debug
%%QT_EXAMPLEDIR%%/examples/network/download/download.pro
%%QT_EXAMPLEDIR%%/examples/network/download/main.cpp
%%QT_EXAMPLEDIR%%/examples/network/downloadmanager/downloadmanager
%%QT_EXAMPLEDIR%%/examples/network/downloadmanager/downloadmanager.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/downloadmanager/downloadmanager.debug
%%QT_EXAMPLEDIR%%/examples/network/downloadmanager/downloadmanager.h
%%QT_EXAMPLEDIR%%/examples/network/downloadmanager/downloadmanager.pro
%%QT_EXAMPLEDIR%%/examples/network/downloadmanager/main.cpp
%%QT_EXAMPLEDIR%%/examples/network/downloadmanager/textprogressbar.cpp
%%QT_EXAMPLEDIR%%/examples/network/downloadmanager/textprogressbar.h
%%QT_EXAMPLEDIR%%/examples/network/fortuneclient/client.cpp
%%QT_EXAMPLEDIR%%/examples/network/fortuneclient/client.h
%%QT_EXAMPLEDIR%%/examples/network/fortuneclient/fortuneclient
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/fortuneclient/fortuneclient.debug
%%QT_EXAMPLEDIR%%/examples/network/fortuneclient/fortuneclient.pro
%%QT_EXAMPLEDIR%%/examples/network/fortuneclient/main.cpp
%%QT_EXAMPLEDIR%%/examples/network/fortuneserver/fortuneserver
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/fortuneserver/fortuneserver.debug
%%QT_EXAMPLEDIR%%/examples/network/fortuneserver/fortuneserver.pro
%%QT_EXAMPLEDIR%%/examples/network/fortuneserver/main.cpp
%%QT_EXAMPLEDIR%%/examples/network/fortuneserver/server.cpp
%%QT_EXAMPLEDIR%%/examples/network/fortuneserver/server.h
%%QT_EXAMPLEDIR%%/examples/network/googlesuggest/googlesuggest
%%QT_EXAMPLEDIR%%/examples/network/googlesuggest/googlesuggest.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/googlesuggest/googlesuggest.debug
%%QT_EXAMPLEDIR%%/examples/network/googlesuggest/googlesuggest.h
%%QT_EXAMPLEDIR%%/examples/network/googlesuggest/googlesuggest.pro
%%QT_EXAMPLEDIR%%/examples/network/googlesuggest/main.cpp
%%QT_EXAMPLEDIR%%/examples/network/googlesuggest/searchbox.cpp
%%QT_EXAMPLEDIR%%/examples/network/googlesuggest/searchbox.h
%%QT_EXAMPLEDIR%%/examples/network/http/authenticationdialog.ui
%%QT_EXAMPLEDIR%%/examples/network/http/http
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/http/http.debug
%%QT_EXAMPLEDIR%%/examples/network/http/http.pro
%%QT_EXAMPLEDIR%%/examples/network/http/httpwindow.cpp
%%QT_EXAMPLEDIR%%/examples/network/http/httpwindow.h
%%QT_EXAMPLEDIR%%/examples/network/http/main.cpp
%%QT_EXAMPLEDIR%%/examples/network/loopback/dialog.cpp
%%QT_EXAMPLEDIR%%/examples/network/loopback/dialog.h
%%QT_EXAMPLEDIR%%/examples/network/loopback/loopback
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/loopback/loopback.debug
%%QT_EXAMPLEDIR%%/examples/network/loopback/loopback.pro
%%QT_EXAMPLEDIR%%/examples/network/loopback/main.cpp
%%QT_EXAMPLEDIR%%/examples/network/multicastreceiver/main.cpp
%%QT_EXAMPLEDIR%%/examples/network/multicastreceiver/multicastreceiver
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/multicastreceiver/multicastreceiver.debug
%%QT_EXAMPLEDIR%%/examples/network/multicastreceiver/multicastreceiver.pro
%%QT_EXAMPLEDIR%%/examples/network/multicastreceiver/receiver.cpp
%%QT_EXAMPLEDIR%%/examples/network/multicastreceiver/receiver.h
%%QT_EXAMPLEDIR%%/examples/network/multicastsender/main.cpp
%%QT_EXAMPLEDIR%%/examples/network/multicastsender/multicastsender
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/multicastsender/multicastsender.debug
%%QT_EXAMPLEDIR%%/examples/network/multicastsender/multicastsender.pro
%%QT_EXAMPLEDIR%%/examples/network/multicastsender/sender.cpp
%%QT_EXAMPLEDIR%%/examples/network/multicastsender/sender.h
%%QT_EXAMPLEDIR%%/examples/network/network-chat/chatdialog.cpp
%%QT_EXAMPLEDIR%%/examples/network/network-chat/chatdialog.h
%%QT_EXAMPLEDIR%%/examples/network/network-chat/chatdialog.ui
%%QT_EXAMPLEDIR%%/examples/network/network-chat/client.cpp
%%QT_EXAMPLEDIR%%/examples/network/network-chat/client.h
%%QT_EXAMPLEDIR%%/examples/network/network-chat/connection.cpp
%%QT_EXAMPLEDIR%%/examples/network/network-chat/connection.h
%%QT_EXAMPLEDIR%%/examples/network/network-chat/main.cpp
%%QT_EXAMPLEDIR%%/examples/network/network-chat/network-chat
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/network-chat/network-chat.debug
%%QT_EXAMPLEDIR%%/examples/network/network-chat/network-chat.pro
%%QT_EXAMPLEDIR%%/examples/network/network-chat/peermanager.cpp
%%QT_EXAMPLEDIR%%/examples/network/network-chat/peermanager.h
%%QT_EXAMPLEDIR%%/examples/network/network-chat/server.cpp
%%QT_EXAMPLEDIR%%/examples/network/network-chat/server.h
%%QT_EXAMPLEDIR%%/examples/network/network.pro
%%QT_EXAMPLEDIR%%/examples/network/qftp/ftp.qrc
%%QT_EXAMPLEDIR%%/examples/network/qftp/ftpwindow.cpp
%%QT_EXAMPLEDIR%%/examples/network/qftp/ftpwindow.h
%%QT_EXAMPLEDIR%%/examples/network/qftp/images/cdtoparent.png
%%QT_EXAMPLEDIR%%/examples/network/qftp/images/dir.png
%%QT_EXAMPLEDIR%%/examples/network/qftp/images/file.png
%%QT_EXAMPLEDIR%%/examples/network/qftp/main.cpp
%%QT_EXAMPLEDIR%%/examples/network/qftp/qftp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/qftp/qftp.debug
%%QT_EXAMPLEDIR%%/examples/network/qftp/qftp.pro
%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/certificateinfo.cpp
%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/certificateinfo.h
%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/certificateinfo.ui
%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/encrypted.png
%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/main.cpp
%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/securesocketclient
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/securesocketclient.debug
%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/securesocketclient.pro
%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/securesocketclient.qrc
%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/sslclient.cpp
%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/sslclient.h
%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/sslclient.ui
%%QT_EXAMPLEDIR%%/examples/network/securesocketclient/sslerrors.ui
%%QT_EXAMPLEDIR%%/examples/network/threadedfortuneserver/dialog.cpp
%%QT_EXAMPLEDIR%%/examples/network/threadedfortuneserver/dialog.h
%%QT_EXAMPLEDIR%%/examples/network/threadedfortuneserver/fortuneserver.cpp
%%QT_EXAMPLEDIR%%/examples/network/threadedfortuneserver/fortuneserver.h
%%QT_EXAMPLEDIR%%/examples/network/threadedfortuneserver/fortunethread.cpp
%%QT_EXAMPLEDIR%%/examples/network/threadedfortuneserver/fortunethread.h
%%QT_EXAMPLEDIR%%/examples/network/threadedfortuneserver/main.cpp
%%QT_EXAMPLEDIR%%/examples/network/threadedfortuneserver/threadedfortuneserver
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/threadedfortuneserver/threadedfortuneserver.debug
%%QT_EXAMPLEDIR%%/examples/network/threadedfortuneserver/threadedfortuneserver.pro
%%QT_EXAMPLEDIR%%/examples/network/torrent/addtorrentdialog.cpp
%%QT_EXAMPLEDIR%%/examples/network/torrent/addtorrentdialog.h
%%QT_EXAMPLEDIR%%/examples/network/torrent/bencodeparser.cpp
%%QT_EXAMPLEDIR%%/examples/network/torrent/bencodeparser.h
%%QT_EXAMPLEDIR%%/examples/network/torrent/connectionmanager.cpp
%%QT_EXAMPLEDIR%%/examples/network/torrent/connectionmanager.h
%%QT_EXAMPLEDIR%%/examples/network/torrent/filemanager.cpp
%%QT_EXAMPLEDIR%%/examples/network/torrent/filemanager.h
%%QT_EXAMPLEDIR%%/examples/network/torrent/forms/addtorrentform.ui
%%QT_EXAMPLEDIR%%/examples/network/torrent/icons.qrc
%%QT_EXAMPLEDIR%%/examples/network/torrent/icons/1downarrow.png
%%QT_EXAMPLEDIR%%/examples/network/torrent/icons/1uparrow.png
%%QT_EXAMPLEDIR%%/examples/network/torrent/icons/bottom.png
%%QT_EXAMPLEDIR%%/examples/network/torrent/icons/edit_add.png
%%QT_EXAMPLEDIR%%/examples/network/torrent/icons/edit_remove.png
%%QT_EXAMPLEDIR%%/examples/network/torrent/icons/exit.png
%%QT_EXAMPLEDIR%%/examples/network/torrent/icons/peertopeer.png
%%QT_EXAMPLEDIR%%/examples/network/torrent/icons/player_pause.png
%%QT_EXAMPLEDIR%%/examples/network/torrent/icons/player_play.png
%%QT_EXAMPLEDIR%%/examples/network/torrent/icons/player_stop.png
%%QT_EXAMPLEDIR%%/examples/network/torrent/icons/stop.png
%%QT_EXAMPLEDIR%%/examples/network/torrent/main.cpp
%%QT_EXAMPLEDIR%%/examples/network/torrent/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/network/torrent/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/network/torrent/metainfo.cpp
%%QT_EXAMPLEDIR%%/examples/network/torrent/metainfo.h
%%QT_EXAMPLEDIR%%/examples/network/torrent/peerwireclient.cpp
%%QT_EXAMPLEDIR%%/examples/network/torrent/peerwireclient.h
%%QT_EXAMPLEDIR%%/examples/network/torrent/ratecontroller.cpp
%%QT_EXAMPLEDIR%%/examples/network/torrent/ratecontroller.h
%%QT_EXAMPLEDIR%%/examples/network/torrent/torrent
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/network/torrent/torrent.debug
%%QT_EXAMPLEDIR%%/examples/network/torrent/torrent.pro
%%QT_EXAMPLEDIR%%/examples/network/torrent/torrentclient.cpp
%%QT_EXAMPLEDIR%%/examples/network/torrent/torrentclient.h
%%QT_EXAMPLEDIR%%/examples/network/torrent/torrentserver.cpp
%%QT_EXAMPLEDIR%%/examples/network/torrent/torrentserver.h
%%QT_EXAMPLEDIR%%/examples/network/torrent/trackerclient.cpp
%%QT_EXAMPLEDIR%%/examples/network/torrent/trackerclient.h
%%QT_EXAMPLEDIR%%/examples/opengl/2dpainting/2dpainting
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/opengl/2dpainting/2dpainting.debug
%%QT_EXAMPLEDIR%%/examples/opengl/2dpainting/2dpainting.pro
%%QT_EXAMPLEDIR%%/examples/opengl/2dpainting/glwidget.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/2dpainting/glwidget.h
%%QT_EXAMPLEDIR%%/examples/opengl/2dpainting/helper.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/2dpainting/helper.h
%%QT_EXAMPLEDIR%%/examples/opengl/2dpainting/main.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/2dpainting/widget.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/2dpainting/widget.h
%%QT_EXAMPLEDIR%%/examples/opengl/2dpainting/window.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/2dpainting/window.h
%%QT_EXAMPLEDIR%%/examples/opengl/README
%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject/bubbles.svg
%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject/designer.png
%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject/framebufferobject
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject/framebufferobject.debug
%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject/framebufferobject.pro
%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject/framebufferobject.qrc
%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject/glwidget.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject/glwidget.h
%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject/main.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject2/cubelogo.png
%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject2/framebufferobject2
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject2/framebufferobject2.debug
%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject2/framebufferobject2.pro
%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject2/framebufferobject2.qrc
%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject2/glwidget.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject2/glwidget.h
%%QT_EXAMPLEDIR%%/examples/opengl/framebufferobject2/main.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/grabber/glwidget.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/grabber/glwidget.h
%%QT_EXAMPLEDIR%%/examples/opengl/grabber/grabber
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/opengl/grabber/grabber.debug
%%QT_EXAMPLEDIR%%/examples/opengl/grabber/grabber.pro
%%QT_EXAMPLEDIR%%/examples/opengl/grabber/main.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/grabber/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/grabber/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/opengl/hellogl/glwidget.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/hellogl/glwidget.h
%%QT_EXAMPLEDIR%%/examples/opengl/hellogl/hellogl
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/opengl/hellogl/hellogl.debug
%%QT_EXAMPLEDIR%%/examples/opengl/hellogl/hellogl.pro
%%QT_EXAMPLEDIR%%/examples/opengl/hellogl/main.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/hellogl/qtlogo.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/hellogl/qtlogo.h
%%QT_EXAMPLEDIR%%/examples/opengl/hellogl/window.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/hellogl/window.h
%%QT_EXAMPLEDIR%%/examples/opengl/opengl.pro
%%QT_EXAMPLEDIR%%/examples/opengl/overpainting/bubble.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/overpainting/bubble.h
%%QT_EXAMPLEDIR%%/examples/opengl/overpainting/glwidget.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/overpainting/glwidget.h
%%QT_EXAMPLEDIR%%/examples/opengl/overpainting/main.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/overpainting/overpainting
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/opengl/overpainting/overpainting.debug
%%QT_EXAMPLEDIR%%/examples/opengl/overpainting/overpainting.pro
%%QT_EXAMPLEDIR%%/examples/opengl/overpainting/qtlogo.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/overpainting/qtlogo.h
%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers/cube.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers/cube.h
%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers/cubelogo.png
%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers/glwidget.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers/glwidget.h
%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers/main.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers/pbuffers
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers/pbuffers.debug
%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers/pbuffers.pro
%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers/pbuffers.qrc
%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers2/bubbles.svg
%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers2/designer.png
%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers2/glwidget.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers2/glwidget.h
%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers2/main.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers2/pbuffers2
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers2/pbuffers2.debug
%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers2/pbuffers2.pro
%%QT_EXAMPLEDIR%%/examples/opengl/pbuffers2/pbuffers2.qrc
%%QT_EXAMPLEDIR%%/examples/opengl/samplebuffers/glwidget.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/samplebuffers/glwidget.h
%%QT_EXAMPLEDIR%%/examples/opengl/samplebuffers/main.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/samplebuffers/samplebuffers
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/opengl/samplebuffers/samplebuffers.debug
%%QT_EXAMPLEDIR%%/examples/opengl/samplebuffers/samplebuffers.pro
%%QT_EXAMPLEDIR%%/examples/opengl/textures/glwidget.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/textures/glwidget.h
%%QT_EXAMPLEDIR%%/examples/opengl/textures/images/side1.png
%%QT_EXAMPLEDIR%%/examples/opengl/textures/images/side2.png
%%QT_EXAMPLEDIR%%/examples/opengl/textures/images/side3.png
%%QT_EXAMPLEDIR%%/examples/opengl/textures/images/side4.png
%%QT_EXAMPLEDIR%%/examples/opengl/textures/images/side5.png
%%QT_EXAMPLEDIR%%/examples/opengl/textures/images/side6.png
%%QT_EXAMPLEDIR%%/examples/opengl/textures/main.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/textures/textures
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/opengl/textures/textures.debug
%%QT_EXAMPLEDIR%%/examples/opengl/textures/textures.pro
%%QT_EXAMPLEDIR%%/examples/opengl/textures/textures.qrc
%%QT_EXAMPLEDIR%%/examples/opengl/textures/window.cpp
%%QT_EXAMPLEDIR%%/examples/opengl/textures/window.h
%%QT_EXAMPLEDIR%%/examples/painting/README
%%QT_EXAMPLEDIR%%/examples/painting/basicdrawing/basicdrawing
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/painting/basicdrawing/basicdrawing.debug
%%QT_EXAMPLEDIR%%/examples/painting/basicdrawing/basicdrawing.pro
%%QT_EXAMPLEDIR%%/examples/painting/basicdrawing/basicdrawing.qrc
%%QT_EXAMPLEDIR%%/examples/painting/basicdrawing/images/brick.png
%%QT_EXAMPLEDIR%%/examples/painting/basicdrawing/images/qt-logo.png
%%QT_EXAMPLEDIR%%/examples/painting/basicdrawing/main.cpp
%%QT_EXAMPLEDIR%%/examples/painting/basicdrawing/renderarea.cpp
%%QT_EXAMPLEDIR%%/examples/painting/basicdrawing/renderarea.h
%%QT_EXAMPLEDIR%%/examples/painting/basicdrawing/window.cpp
%%QT_EXAMPLEDIR%%/examples/painting/basicdrawing/window.h
%%QT_EXAMPLEDIR%%/examples/painting/concentriccircles/circlewidget.cpp
%%QT_EXAMPLEDIR%%/examples/painting/concentriccircles/circlewidget.h
%%QT_EXAMPLEDIR%%/examples/painting/concentriccircles/concentriccircles
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/painting/concentriccircles/concentriccircles.debug
%%QT_EXAMPLEDIR%%/examples/painting/concentriccircles/concentriccircles.pro
%%QT_EXAMPLEDIR%%/examples/painting/concentriccircles/main.cpp
%%QT_EXAMPLEDIR%%/examples/painting/concentriccircles/window.cpp
%%QT_EXAMPLEDIR%%/examples/painting/concentriccircles/window.h
%%QT_EXAMPLEDIR%%/examples/painting/fontsampler/fontsampler
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/painting/fontsampler/fontsampler.debug
%%QT_EXAMPLEDIR%%/examples/painting/fontsampler/fontsampler.pro
%%QT_EXAMPLEDIR%%/examples/painting/fontsampler/main.cpp
%%QT_EXAMPLEDIR%%/examples/painting/fontsampler/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/painting/fontsampler/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/painting/fontsampler/mainwindowbase.ui
%%QT_EXAMPLEDIR%%/examples/painting/imagecomposition/imagecomposer.cpp
%%QT_EXAMPLEDIR%%/examples/painting/imagecomposition/imagecomposer.h
%%QT_EXAMPLEDIR%%/examples/painting/imagecomposition/imagecomposition
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/painting/imagecomposition/imagecomposition.debug
%%QT_EXAMPLEDIR%%/examples/painting/imagecomposition/imagecomposition.pro
%%QT_EXAMPLEDIR%%/examples/painting/imagecomposition/imagecomposition.qrc
%%QT_EXAMPLEDIR%%/examples/painting/imagecomposition/images/background.png
%%QT_EXAMPLEDIR%%/examples/painting/imagecomposition/images/blackrectangle.png
%%QT_EXAMPLEDIR%%/examples/painting/imagecomposition/images/butterfly.png
%%QT_EXAMPLEDIR%%/examples/painting/imagecomposition/images/checker.png
%%QT_EXAMPLEDIR%%/examples/painting/imagecomposition/main.cpp
%%QT_EXAMPLEDIR%%/examples/painting/painterpaths/main.cpp
%%QT_EXAMPLEDIR%%/examples/painting/painterpaths/painterpaths
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/painting/painterpaths/painterpaths.debug
%%QT_EXAMPLEDIR%%/examples/painting/painterpaths/painterpaths.pro
%%QT_EXAMPLEDIR%%/examples/painting/painterpaths/renderarea.cpp
%%QT_EXAMPLEDIR%%/examples/painting/painterpaths/renderarea.h
%%QT_EXAMPLEDIR%%/examples/painting/painterpaths/window.cpp
%%QT_EXAMPLEDIR%%/examples/painting/painterpaths/window.h
%%QT_EXAMPLEDIR%%/examples/painting/painting.pro
%%QT_EXAMPLEDIR%%/examples/painting/svggenerator/displaywidget.cpp
%%QT_EXAMPLEDIR%%/examples/painting/svggenerator/displaywidget.h
%%QT_EXAMPLEDIR%%/examples/painting/svggenerator/main.cpp
%%QT_EXAMPLEDIR%%/examples/painting/svggenerator/svggenerator
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/painting/svggenerator/svggenerator.debug
%%QT_EXAMPLEDIR%%/examples/painting/svggenerator/svggenerator.pro
%%QT_EXAMPLEDIR%%/examples/painting/svggenerator/svggenerator.qrc
%%QT_EXAMPLEDIR%%/examples/painting/svggenerator/window.cpp
%%QT_EXAMPLEDIR%%/examples/painting/svggenerator/window.h
%%QT_EXAMPLEDIR%%/examples/painting/svggenerator/window.ui
%%QT_EXAMPLEDIR%%/examples/painting/svgviewer/files/bubbles.svg
%%QT_EXAMPLEDIR%%/examples/painting/svgviewer/files/cubic.svg
%%QT_EXAMPLEDIR%%/examples/painting/svgviewer/files/spheres.svg
%%QT_EXAMPLEDIR%%/examples/painting/svgviewer/main.cpp
%%QT_EXAMPLEDIR%%/examples/painting/svgviewer/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/painting/svgviewer/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/painting/svgviewer/svgview.cpp
%%QT_EXAMPLEDIR%%/examples/painting/svgviewer/svgview.h
%%QT_EXAMPLEDIR%%/examples/painting/svgviewer/svgviewer
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/painting/svgviewer/svgviewer.debug
%%QT_EXAMPLEDIR%%/examples/painting/svgviewer/svgviewer.pro
%%QT_EXAMPLEDIR%%/examples/painting/svgviewer/svgviewer.qrc
%%QT_EXAMPLEDIR%%/examples/painting/transformations/main.cpp
%%QT_EXAMPLEDIR%%/examples/painting/transformations/renderarea.cpp
%%QT_EXAMPLEDIR%%/examples/painting/transformations/renderarea.h
%%QT_EXAMPLEDIR%%/examples/painting/transformations/transformations
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/painting/transformations/transformations.debug
%%QT_EXAMPLEDIR%%/examples/painting/transformations/transformations.pro
%%QT_EXAMPLEDIR%%/examples/painting/transformations/window.cpp
%%QT_EXAMPLEDIR%%/examples/painting/transformations/window.h
%%QT_EXAMPLEDIR%%/examples/phonon/README
%%QT_EXAMPLEDIR%%/examples/phonon/capabilities/capabilities
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/phonon/capabilities/capabilities.debug
%%QT_EXAMPLEDIR%%/examples/phonon/capabilities/capabilities.pro
%%QT_EXAMPLEDIR%%/examples/phonon/capabilities/main.cpp
%%QT_EXAMPLEDIR%%/examples/phonon/capabilities/window.cpp
%%QT_EXAMPLEDIR%%/examples/phonon/capabilities/window.h
%%QT_EXAMPLEDIR%%/examples/phonon/phonon.pro
%%QT_EXAMPLEDIR%%/examples/phonon/qmusicplayer/main.cpp
%%QT_EXAMPLEDIR%%/examples/phonon/qmusicplayer/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/phonon/qmusicplayer/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/phonon/qmusicplayer/qmusicplayer
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/phonon/qmusicplayer/qmusicplayer.debug
%%QT_EXAMPLEDIR%%/examples/phonon/qmusicplayer/qmusicplayer.pro
%%QT_EXAMPLEDIR%%/examples/qtconcurrent/README
%%QT_EXAMPLEDIR%%/examples/qtconcurrent/imagescaling/imagescaling
%%QT_EXAMPLEDIR%%/examples/qtconcurrent/imagescaling/imagescaling.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/qtconcurrent/imagescaling/imagescaling.debug
%%QT_EXAMPLEDIR%%/examples/qtconcurrent/imagescaling/imagescaling.h
%%QT_EXAMPLEDIR%%/examples/qtconcurrent/imagescaling/imagescaling.pro
%%QT_EXAMPLEDIR%%/examples/qtconcurrent/imagescaling/main.cpp
%%QT_EXAMPLEDIR%%/examples/qtconcurrent/map/main.cpp
%%QT_EXAMPLEDIR%%/examples/qtconcurrent/map/map.pro
%%QT_EXAMPLEDIR%%/examples/qtconcurrent/map/mapdemo
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/qtconcurrent/map/mapdemo.debug
%%QT_EXAMPLEDIR%%/examples/qtconcurrent/progressdialog/main.cpp
%%QT_EXAMPLEDIR%%/examples/qtconcurrent/progressdialog/progressdialog
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/qtconcurrent/progressdialog/progressdialog.debug
%%QT_EXAMPLEDIR%%/examples/qtconcurrent/progressdialog/progressdialog.pro
%%QT_EXAMPLEDIR%%/examples/qtconcurrent/qtconcurrent.pro
%%QT_EXAMPLEDIR%%/examples/qtconcurrent/runfunction/main.cpp
%%QT_EXAMPLEDIR%%/examples/qtconcurrent/runfunction/runfunction
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/qtconcurrent/runfunction/runfunction.debug
%%QT_EXAMPLEDIR%%/examples/qtconcurrent/runfunction/runfunction.pro
%%QT_EXAMPLEDIR%%/examples/qtconcurrent/wordcount/main.cpp
%%QT_EXAMPLEDIR%%/examples/qtconcurrent/wordcount/wordcount
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/qtconcurrent/wordcount/wordcount.debug
%%QT_EXAMPLEDIR%%/examples/qtconcurrent/wordcount/wordcount.pro
%%QT_EXAMPLEDIR%%/examples/qtestlib/README
%%QT_EXAMPLEDIR%%/examples/qtestlib/qtestlib.pro
%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial1/testqstring.cpp
%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial1/tutorial1
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial1/tutorial1.debug
%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial1/tutorial1.pro
%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial2/testqstring.cpp
%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial2/tutorial2
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial2/tutorial2.debug
%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial2/tutorial2.pro
%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial3/testgui.cpp
%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial3/tutorial3
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial3/tutorial3.debug
%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial3/tutorial3.pro
%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial4/testgui.cpp
%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial4/tutorial4
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial4/tutorial4.debug
%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial4/tutorial4.pro
%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial5/benchmarking.cpp
%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial5/tutorial5
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial5/tutorial5.debug
%%QT_EXAMPLEDIR%%/examples/qtestlib/tutorial5/tutorial5.pro
%%QT_EXAMPLEDIR%%/examples/richtext/README
%%QT_EXAMPLEDIR%%/examples/richtext/calendar/calendar
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/richtext/calendar/calendar.debug
%%QT_EXAMPLEDIR%%/examples/richtext/calendar/calendar.pro
%%QT_EXAMPLEDIR%%/examples/richtext/calendar/main.cpp
%%QT_EXAMPLEDIR%%/examples/richtext/calendar/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/richtext/calendar/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/richtext/orderform/detailsdialog.cpp
%%QT_EXAMPLEDIR%%/examples/richtext/orderform/detailsdialog.h
%%QT_EXAMPLEDIR%%/examples/richtext/orderform/main.cpp
%%QT_EXAMPLEDIR%%/examples/richtext/orderform/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/richtext/orderform/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/richtext/orderform/orderform
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/richtext/orderform/orderform.debug
%%QT_EXAMPLEDIR%%/examples/richtext/orderform/orderform.pro
%%QT_EXAMPLEDIR%%/examples/richtext/richtext.pro
%%QT_EXAMPLEDIR%%/examples/richtext/syntaxhighlighter/highlighter.cpp
%%QT_EXAMPLEDIR%%/examples/richtext/syntaxhighlighter/highlighter.h
%%QT_EXAMPLEDIR%%/examples/richtext/syntaxhighlighter/main.cpp
%%QT_EXAMPLEDIR%%/examples/richtext/syntaxhighlighter/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/richtext/syntaxhighlighter/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/richtext/syntaxhighlighter/syntaxhighlighter
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/richtext/syntaxhighlighter/syntaxhighlighter.debug
%%QT_EXAMPLEDIR%%/examples/richtext/syntaxhighlighter/syntaxhighlighter.pro
%%QT_EXAMPLEDIR%%/examples/richtext/textobject/main.cpp
%%QT_EXAMPLEDIR%%/examples/richtext/textobject/svgtextobject.cpp
%%QT_EXAMPLEDIR%%/examples/richtext/textobject/svgtextobject.h
%%QT_EXAMPLEDIR%%/examples/richtext/textobject/textobject
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/richtext/textobject/textobject.debug
%%QT_EXAMPLEDIR%%/examples/richtext/textobject/textobject.pro
%%QT_EXAMPLEDIR%%/examples/richtext/textobject/window.cpp
%%QT_EXAMPLEDIR%%/examples/richtext/textobject/window.h
%%QT_EXAMPLEDIR%%/examples/script/README
%%QT_EXAMPLEDIR%%/examples/script/calculator/calculator
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/script/calculator/calculator.debug
%%QT_EXAMPLEDIR%%/examples/script/calculator/calculator.js
%%QT_EXAMPLEDIR%%/examples/script/calculator/calculator.pro
%%QT_EXAMPLEDIR%%/examples/script/calculator/calculator.qrc
%%QT_EXAMPLEDIR%%/examples/script/calculator/calculator.ui
%%QT_EXAMPLEDIR%%/examples/script/calculator/main.cpp
%%QT_EXAMPLEDIR%%/examples/script/context2d/context2d
%%QT_EXAMPLEDIR%%/examples/script/context2d/context2d.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/script/context2d/context2d.debug
%%QT_EXAMPLEDIR%%/examples/script/context2d/context2d.h
%%QT_EXAMPLEDIR%%/examples/script/context2d/context2d.pro
%%QT_EXAMPLEDIR%%/examples/script/context2d/context2d.qrc
%%QT_EXAMPLEDIR%%/examples/script/context2d/domimage.cpp
%%QT_EXAMPLEDIR%%/examples/script/context2d/domimage.h
%%QT_EXAMPLEDIR%%/examples/script/context2d/environment.cpp
%%QT_EXAMPLEDIR%%/examples/script/context2d/environment.h
%%QT_EXAMPLEDIR%%/examples/script/context2d/main.cpp
%%QT_EXAMPLEDIR%%/examples/script/context2d/qcontext2dcanvas.cpp
%%QT_EXAMPLEDIR%%/examples/script/context2d/qcontext2dcanvas.h
%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/alpha.js
%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/arc.js
%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/bezier.js
%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/clock.js
%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/fill1.js
%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/grad.js
%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/linecap.js
%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/linestye.js
%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/moveto.js
%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/moveto2.js
%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/pacman.js
%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/plasma.js
%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/pong.js
%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/quad.js
%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/rgba.js
%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/rotate.js
%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/scale.js
%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/stroke1.js
%%QT_EXAMPLEDIR%%/examples/script/context2d/scripts/translate.js
%%QT_EXAMPLEDIR%%/examples/script/context2d/window.cpp
%%QT_EXAMPLEDIR%%/examples/script/context2d/window.h
%%QT_EXAMPLEDIR%%/examples/script/customclass/bytearrayclass.cpp
%%QT_EXAMPLEDIR%%/examples/script/customclass/bytearrayclass.h
%%QT_EXAMPLEDIR%%/examples/script/customclass/bytearrayclass.pri
%%QT_EXAMPLEDIR%%/examples/script/customclass/bytearrayprototype.cpp
%%QT_EXAMPLEDIR%%/examples/script/customclass/bytearrayprototype.h
%%QT_EXAMPLEDIR%%/examples/script/customclass/customclass
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/script/customclass/customclass.debug
%%QT_EXAMPLEDIR%%/examples/script/customclass/customclass.pro
%%QT_EXAMPLEDIR%%/examples/script/customclass/main.cpp
%%QT_EXAMPLEDIR%%/examples/script/defaultprototypes/code.js
%%QT_EXAMPLEDIR%%/examples/script/defaultprototypes/defaultprototypes
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/script/defaultprototypes/defaultprototypes.debug
%%QT_EXAMPLEDIR%%/examples/script/defaultprototypes/defaultprototypes.pro
%%QT_EXAMPLEDIR%%/examples/script/defaultprototypes/defaultprototypes.qrc
%%QT_EXAMPLEDIR%%/examples/script/defaultprototypes/main.cpp
%%QT_EXAMPLEDIR%%/examples/script/defaultprototypes/prototypes.cpp
%%QT_EXAMPLEDIR%%/examples/script/defaultprototypes/prototypes.h
%%QT_EXAMPLEDIR%%/examples/script/helloscript/helloscript
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/script/helloscript/helloscript.debug
%%QT_EXAMPLEDIR%%/examples/script/helloscript/helloscript.pro
%%QT_EXAMPLEDIR%%/examples/script/helloscript/helloscript.qrc
%%QT_EXAMPLEDIR%%/examples/script/helloscript/main.cpp
%%QT_EXAMPLEDIR%%/examples/script/marshal/main.cpp
%%QT_EXAMPLEDIR%%/examples/script/marshal/marshal
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/script/marshal/marshal.debug
%%QT_EXAMPLEDIR%%/examples/script/marshal/marshal.pro
%%QT_EXAMPLEDIR%%/examples/script/qscript/main.cpp
%%QT_EXAMPLEDIR%%/examples/script/qscript/qscript
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/script/qscript/qscript.debug
%%QT_EXAMPLEDIR%%/examples/script/qscript/qscript.pro
%%QT_EXAMPLEDIR%%/examples/script/qstetrix/main.cpp
%%QT_EXAMPLEDIR%%/examples/script/qstetrix/qstetrix
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/script/qstetrix/qstetrix.debug
%%QT_EXAMPLEDIR%%/examples/script/qstetrix/qstetrix.pro
%%QT_EXAMPLEDIR%%/examples/script/qstetrix/tetrix.qrc
%%QT_EXAMPLEDIR%%/examples/script/qstetrix/tetrixboard.cpp
%%QT_EXAMPLEDIR%%/examples/script/qstetrix/tetrixboard.h
%%QT_EXAMPLEDIR%%/examples/script/qstetrix/tetrixboard.js
%%QT_EXAMPLEDIR%%/examples/script/qstetrix/tetrixpiece.js
%%QT_EXAMPLEDIR%%/examples/script/qstetrix/tetrixwindow.js
%%QT_EXAMPLEDIR%%/examples/script/script.pro
%%QT_EXAMPLEDIR%%/examples/sql/README
%%QT_EXAMPLEDIR%%/examples/sql/cachedtable/cachedtable
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/sql/cachedtable/cachedtable.debug
%%QT_EXAMPLEDIR%%/examples/sql/cachedtable/cachedtable.pro
%%QT_EXAMPLEDIR%%/examples/sql/cachedtable/main.cpp
%%QT_EXAMPLEDIR%%/examples/sql/cachedtable/tableeditor.cpp
%%QT_EXAMPLEDIR%%/examples/sql/cachedtable/tableeditor.h
%%QT_EXAMPLEDIR%%/examples/sql/connection.h
%%QT_EXAMPLEDIR%%/examples/sql/drilldown/drilldown
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/sql/drilldown/drilldown.debug
%%QT_EXAMPLEDIR%%/examples/sql/drilldown/drilldown.pro
%%QT_EXAMPLEDIR%%/examples/sql/drilldown/drilldown.qrc
%%QT_EXAMPLEDIR%%/examples/sql/drilldown/imageitem.cpp
%%QT_EXAMPLEDIR%%/examples/sql/drilldown/imageitem.h
%%QT_EXAMPLEDIR%%/examples/sql/drilldown/images/beijing.png
%%QT_EXAMPLEDIR%%/examples/sql/drilldown/images/berlin.png
%%QT_EXAMPLEDIR%%/examples/sql/drilldown/images/brisbane.png
%%QT_EXAMPLEDIR%%/examples/sql/drilldown/images/munich.png
%%QT_EXAMPLEDIR%%/examples/sql/drilldown/images/oslo.png
%%QT_EXAMPLEDIR%%/examples/sql/drilldown/images/redwood.png
%%QT_EXAMPLEDIR%%/examples/sql/drilldown/informationwindow.cpp
%%QT_EXAMPLEDIR%%/examples/sql/drilldown/informationwindow.h
%%QT_EXAMPLEDIR%%/examples/sql/drilldown/logo.png
%%QT_EXAMPLEDIR%%/examples/sql/drilldown/main.cpp
%%QT_EXAMPLEDIR%%/examples/sql/drilldown/view.cpp
%%QT_EXAMPLEDIR%%/examples/sql/drilldown/view.h
%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/albumdetails.xml
%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/database.h
%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/dialog.cpp
%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/dialog.h
%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/images/icon.png
%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/images/image.png
%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/main.cpp
%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/masterdetail
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/masterdetail.debug
%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/masterdetail.pro
%%QT_EXAMPLEDIR%%/examples/sql/masterdetail/masterdetail.qrc
%%QT_EXAMPLEDIR%%/examples/sql/querymodel/customsqlmodel.cpp
%%QT_EXAMPLEDIR%%/examples/sql/querymodel/customsqlmodel.h
%%QT_EXAMPLEDIR%%/examples/sql/querymodel/editablesqlmodel.cpp
%%QT_EXAMPLEDIR%%/examples/sql/querymodel/editablesqlmodel.h
%%QT_EXAMPLEDIR%%/examples/sql/querymodel/main.cpp
%%QT_EXAMPLEDIR%%/examples/sql/querymodel/querymodel
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/sql/querymodel/querymodel.debug
%%QT_EXAMPLEDIR%%/examples/sql/querymodel/querymodel.pro
%%QT_EXAMPLEDIR%%/examples/sql/relationaltablemodel/relationaltablemodel
%%QT_EXAMPLEDIR%%/examples/sql/relationaltablemodel/relationaltablemodel.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/sql/relationaltablemodel/relationaltablemodel.debug
%%QT_EXAMPLEDIR%%/examples/sql/relationaltablemodel/relationaltablemodel.pro
%%QT_EXAMPLEDIR%%/examples/sql/sql.pro
%%QT_EXAMPLEDIR%%/examples/sql/sqlwidgetmapper/main.cpp
%%QT_EXAMPLEDIR%%/examples/sql/sqlwidgetmapper/sqlwidgetmapper
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/sql/sqlwidgetmapper/sqlwidgetmapper.debug
%%QT_EXAMPLEDIR%%/examples/sql/sqlwidgetmapper/sqlwidgetmapper.pro
%%QT_EXAMPLEDIR%%/examples/sql/sqlwidgetmapper/window.cpp
%%QT_EXAMPLEDIR%%/examples/sql/sqlwidgetmapper/window.h
%%QT_EXAMPLEDIR%%/examples/sql/tablemodel/tablemodel
%%QT_EXAMPLEDIR%%/examples/sql/tablemodel/tablemodel.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/sql/tablemodel/tablemodel.debug
%%QT_EXAMPLEDIR%%/examples/sql/tablemodel/tablemodel.pro
%%QT_EXAMPLEDIR%%/examples/statemachine/README
%%QT_EXAMPLEDIR%%/examples/statemachine/eventtransitions/eventtransitions
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/statemachine/eventtransitions/eventtransitions.debug
%%QT_EXAMPLEDIR%%/examples/statemachine/eventtransitions/eventtransitions.pro
%%QT_EXAMPLEDIR%%/examples/statemachine/eventtransitions/main.cpp
%%QT_EXAMPLEDIR%%/examples/statemachine/factorial/factorial
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/statemachine/factorial/factorial.debug
%%QT_EXAMPLEDIR%%/examples/statemachine/factorial/factorial.pro
%%QT_EXAMPLEDIR%%/examples/statemachine/factorial/main.cpp
%%QT_EXAMPLEDIR%%/examples/statemachine/pingpong/main.cpp
%%QT_EXAMPLEDIR%%/examples/statemachine/pingpong/pingpong
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/statemachine/pingpong/pingpong.debug
%%QT_EXAMPLEDIR%%/examples/statemachine/pingpong/pingpong.pro
%%QT_EXAMPLEDIR%%/examples/statemachine/rogue/main.cpp
%%QT_EXAMPLEDIR%%/examples/statemachine/rogue/movementtransition.h
%%QT_EXAMPLEDIR%%/examples/statemachine/rogue/rogue
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/statemachine/rogue/rogue.debug
%%QT_EXAMPLEDIR%%/examples/statemachine/rogue/rogue.pro
%%QT_EXAMPLEDIR%%/examples/statemachine/rogue/window.cpp
%%QT_EXAMPLEDIR%%/examples/statemachine/rogue/window.h
%%QT_EXAMPLEDIR%%/examples/statemachine/statemachine.pro
%%QT_EXAMPLEDIR%%/examples/statemachine/trafficlight/main.cpp
%%QT_EXAMPLEDIR%%/examples/statemachine/trafficlight/trafficlight
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/statemachine/trafficlight/trafficlight.debug
%%QT_EXAMPLEDIR%%/examples/statemachine/trafficlight/trafficlight.pro
%%QT_EXAMPLEDIR%%/examples/statemachine/twowaybutton/main.cpp
%%QT_EXAMPLEDIR%%/examples/statemachine/twowaybutton/twowaybutton
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/statemachine/twowaybutton/twowaybutton.debug
%%QT_EXAMPLEDIR%%/examples/statemachine/twowaybutton/twowaybutton.pro
%%QT_EXAMPLEDIR%%/examples/threads/README
%%QT_EXAMPLEDIR%%/examples/threads/mandelbrot/main.cpp
%%QT_EXAMPLEDIR%%/examples/threads/mandelbrot/mandelbrot
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/threads/mandelbrot/mandelbrot.debug
%%QT_EXAMPLEDIR%%/examples/threads/mandelbrot/mandelbrot.pro
%%QT_EXAMPLEDIR%%/examples/threads/mandelbrot/mandelbrotwidget.cpp
%%QT_EXAMPLEDIR%%/examples/threads/mandelbrot/mandelbrotwidget.h
%%QT_EXAMPLEDIR%%/examples/threads/mandelbrot/renderthread.cpp
%%QT_EXAMPLEDIR%%/examples/threads/mandelbrot/renderthread.h
%%QT_EXAMPLEDIR%%/examples/threads/semaphores/semaphores
%%QT_EXAMPLEDIR%%/examples/threads/semaphores/semaphores.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/threads/semaphores/semaphores.debug
%%QT_EXAMPLEDIR%%/examples/threads/semaphores/semaphores.pro
%%QT_EXAMPLEDIR%%/examples/threads/threads.pro
%%QT_EXAMPLEDIR%%/examples/threads/waitconditions/waitconditions
%%QT_EXAMPLEDIR%%/examples/threads/waitconditions/waitconditions.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/threads/waitconditions/waitconditions.debug
%%QT_EXAMPLEDIR%%/examples/threads/waitconditions/waitconditions.pro
%%QT_EXAMPLEDIR%%/examples/tools/README
%%QT_EXAMPLEDIR%%/examples/tools/codecs/codecs
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/codecs/codecs.debug
%%QT_EXAMPLEDIR%%/examples/tools/codecs/codecs.pro
%%QT_EXAMPLEDIR%%/examples/tools/codecs/encodedfiles/iso-8859-1.txt
%%QT_EXAMPLEDIR%%/examples/tools/codecs/encodedfiles/iso-8859-15.txt
%%QT_EXAMPLEDIR%%/examples/tools/codecs/encodedfiles/utf-16.txt
%%QT_EXAMPLEDIR%%/examples/tools/codecs/encodedfiles/utf-16be.txt
%%QT_EXAMPLEDIR%%/examples/tools/codecs/encodedfiles/utf-16le.txt
%%QT_EXAMPLEDIR%%/examples/tools/codecs/encodedfiles/utf-8.txt
%%QT_EXAMPLEDIR%%/examples/tools/codecs/main.cpp
%%QT_EXAMPLEDIR%%/examples/tools/codecs/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/tools/codecs/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/tools/codecs/previewform.cpp
%%QT_EXAMPLEDIR%%/examples/tools/codecs/previewform.h
%%QT_EXAMPLEDIR%%/examples/tools/completer/completer
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/completer/completer.debug
%%QT_EXAMPLEDIR%%/examples/tools/completer/completer.pro
%%QT_EXAMPLEDIR%%/examples/tools/completer/completer.qrc
%%QT_EXAMPLEDIR%%/examples/tools/completer/fsmodel.cpp
%%QT_EXAMPLEDIR%%/examples/tools/completer/fsmodel.h
%%QT_EXAMPLEDIR%%/examples/tools/completer/main.cpp
%%QT_EXAMPLEDIR%%/examples/tools/completer/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/tools/completer/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/tools/completer/resources/countries.txt
%%QT_EXAMPLEDIR%%/examples/tools/completer/resources/wordlist.txt
%%QT_EXAMPLEDIR%%/examples/tools/contiguouscache/contiguouscache
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/contiguouscache/contiguouscache.debug
%%QT_EXAMPLEDIR%%/examples/tools/contiguouscache/contiguouscache.pro
%%QT_EXAMPLEDIR%%/examples/tools/contiguouscache/main.cpp
%%QT_EXAMPLEDIR%%/examples/tools/contiguouscache/randomlistmodel.cpp
%%QT_EXAMPLEDIR%%/examples/tools/contiguouscache/randomlistmodel.h
%%QT_EXAMPLEDIR%%/examples/tools/customcompleter/customcompleter
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/customcompleter/customcompleter.debug
%%QT_EXAMPLEDIR%%/examples/tools/customcompleter/customcompleter.pro
%%QT_EXAMPLEDIR%%/examples/tools/customcompleter/customcompleter.qrc
%%QT_EXAMPLEDIR%%/examples/tools/customcompleter/main.cpp
%%QT_EXAMPLEDIR%%/examples/tools/customcompleter/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/tools/customcompleter/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/tools/customcompleter/resources/wordlist.txt
%%QT_EXAMPLEDIR%%/examples/tools/customcompleter/textedit.cpp
%%QT_EXAMPLEDIR%%/examples/tools/customcompleter/textedit.h
%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/echoplugin
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/echoplugin.debug
%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/echoplugin.pro
%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/echowindow/echointerface.h
%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/echowindow/echowindow.cpp
%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/echowindow/echowindow.h
%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/echowindow/echowindow.pro
%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/echowindow/main.cpp
%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/plugin/echoplugin.cpp
%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/plugin/echoplugin.h
%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/plugin/libechoplugin.so
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/plugin/libechoplugin.so.debug
%%QT_EXAMPLEDIR%%/examples/tools/echoplugin/plugin/plugin.pro
%%QT_EXAMPLEDIR%%/examples/tools/i18n/i18n
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/i18n/i18n.debug
%%QT_EXAMPLEDIR%%/examples/tools/i18n/i18n.pro
%%QT_EXAMPLEDIR%%/examples/tools/i18n/i18n.qrc
%%QT_EXAMPLEDIR%%/examples/tools/i18n/languagechooser.cpp
%%QT_EXAMPLEDIR%%/examples/tools/i18n/languagechooser.h
%%QT_EXAMPLEDIR%%/examples/tools/i18n/main.cpp
%%QT_EXAMPLEDIR%%/examples/tools/i18n/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/tools/i18n/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_ar.qm
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_ar.ts
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_cs.qm
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_cs.ts
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_de.qm
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_de.ts
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_el.qm
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_el.ts
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_en.qm
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_en.ts
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_eo.qm
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_eo.ts
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_fr.qm
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_fr.ts
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_it.qm
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_it.ts
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_jp.qm
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_jp.ts
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_ko.qm
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_ko.ts
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_no.qm
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_no.ts
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_ru.qm
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_ru.ts
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_sv.qm
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_sv.ts
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_zh.qm
%%QT_EXAMPLEDIR%%/examples/tools/i18n/translations/i18n_zh.ts
%%QT_EXAMPLEDIR%%/examples/tools/inputpanel/inputpanel
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/inputpanel/inputpanel.debug
%%QT_EXAMPLEDIR%%/examples/tools/inputpanel/inputpanel.pro
%%QT_EXAMPLEDIR%%/examples/tools/inputpanel/main.cpp
%%QT_EXAMPLEDIR%%/examples/tools/inputpanel/mainform.ui
%%QT_EXAMPLEDIR%%/examples/tools/inputpanel/myinputpanel.cpp
%%QT_EXAMPLEDIR%%/examples/tools/inputpanel/myinputpanel.h
%%QT_EXAMPLEDIR%%/examples/tools/inputpanel/myinputpanelcontext.cpp
%%QT_EXAMPLEDIR%%/examples/tools/inputpanel/myinputpanelcontext.h
%%QT_EXAMPLEDIR%%/examples/tools/inputpanel/myinputpanelform.ui
%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/interfaces.h
%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/main.cpp
%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/paintarea.cpp
%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/paintarea.h
%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/plugandpaint
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/plugandpaint.debug
%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/plugandpaint.pro
%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/plugindialog.cpp
%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/plugindialog.h
%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/plugins/libpnp_basictools.a
%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/plugins/libpnp_basictools.prl
%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/plugins/libpnp_extrafilters.so
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/plugandpaint/plugins/libpnp_extrafilters.so.debug
%%QT_EXAMPLEDIR%%/examples/tools/plugandpaintplugins/basictools/basictools.pro
%%QT_EXAMPLEDIR%%/examples/tools/plugandpaintplugins/basictools/basictoolsplugin.cpp
%%QT_EXAMPLEDIR%%/examples/tools/plugandpaintplugins/basictools/basictoolsplugin.h
%%QT_EXAMPLEDIR%%/examples/tools/plugandpaintplugins/extrafilters/extrafilters.pro
%%QT_EXAMPLEDIR%%/examples/tools/plugandpaintplugins/extrafilters/extrafiltersplugin.cpp
%%QT_EXAMPLEDIR%%/examples/tools/plugandpaintplugins/extrafilters/extrafiltersplugin.h
%%QT_EXAMPLEDIR%%/examples/tools/plugandpaintplugins/plugandpaintplugins.pro
%%QT_EXAMPLEDIR%%/examples/tools/regexp/main.cpp
%%QT_EXAMPLEDIR%%/examples/tools/regexp/regexp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/regexp/regexp.debug
%%QT_EXAMPLEDIR%%/examples/tools/regexp/regexp.pro
%%QT_EXAMPLEDIR%%/examples/tools/regexp/regexpdialog.cpp
%%QT_EXAMPLEDIR%%/examples/tools/regexp/regexpdialog.h
%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/inifiles/licensepage.ini
%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/inifiles/qsa.ini
%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/locationdialog.cpp
%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/locationdialog.h
%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/main.cpp
%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/settingseditor
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/settingseditor.debug
%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/settingseditor.pro
%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/settingstree.cpp
%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/settingstree.h
%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/variantdelegate.cpp
%%QT_EXAMPLEDIR%%/examples/tools/settingseditor/variantdelegate.h
%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/plugin/plugin.pro
%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/plugin/simplestyle.cpp
%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/plugin/simplestyle.h
%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/plugin/simplestyleplugin.cpp
%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/plugin/simplestyleplugin.h
%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/styleplugin
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/styleplugin.debug
%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/styleplugin.pro
%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/styles/libsimplestyleplugin.so
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/styles/libsimplestyleplugin.so.debug
%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/stylewindow/main.cpp
%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/stylewindow/stylewindow.cpp
%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/stylewindow/stylewindow.h
%%QT_EXAMPLEDIR%%/examples/tools/styleplugin/stylewindow/stylewindow.pro
%%QT_EXAMPLEDIR%%/examples/tools/tools.pro
%%QT_EXAMPLEDIR%%/examples/tools/treemodelcompleter/main.cpp
%%QT_EXAMPLEDIR%%/examples/tools/treemodelcompleter/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/tools/treemodelcompleter/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/tools/treemodelcompleter/resources/treemodel.txt
%%QT_EXAMPLEDIR%%/examples/tools/treemodelcompleter/treemodelcompleter
%%QT_EXAMPLEDIR%%/examples/tools/treemodelcompleter/treemodelcompleter.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/treemodelcompleter/treemodelcompleter.debug
%%QT_EXAMPLEDIR%%/examples/tools/treemodelcompleter/treemodelcompleter.h
%%QT_EXAMPLEDIR%%/examples/tools/treemodelcompleter/treemodelcompleter.pro
%%QT_EXAMPLEDIR%%/examples/tools/treemodelcompleter/treemodelcompleter.qrc
%%QT_EXAMPLEDIR%%/examples/tools/undoframework/commands.cpp
%%QT_EXAMPLEDIR%%/examples/tools/undoframework/commands.h
%%QT_EXAMPLEDIR%%/examples/tools/undoframework/diagramitem.cpp
%%QT_EXAMPLEDIR%%/examples/tools/undoframework/diagramitem.h
%%QT_EXAMPLEDIR%%/examples/tools/undoframework/diagramscene.cpp
%%QT_EXAMPLEDIR%%/examples/tools/undoframework/diagramscene.h
%%QT_EXAMPLEDIR%%/examples/tools/undoframework/images/cross.png
%%QT_EXAMPLEDIR%%/examples/tools/undoframework/main.cpp
%%QT_EXAMPLEDIR%%/examples/tools/undoframework/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/tools/undoframework/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/tools/undoframework/undoframework
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tools/undoframework/undoframework.debug
%%QT_EXAMPLEDIR%%/examples/tools/undoframework/undoframework.pro
%%QT_EXAMPLEDIR%%/examples/tools/undoframework/undoframework.qrc
%%QT_EXAMPLEDIR%%/examples/touch/dials/dials
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/touch/dials/dials.debug
%%QT_EXAMPLEDIR%%/examples/touch/dials/dials.pro
%%QT_EXAMPLEDIR%%/examples/touch/dials/dials.ui
%%QT_EXAMPLEDIR%%/examples/touch/dials/main.cpp
%%QT_EXAMPLEDIR%%/examples/touch/fingerpaint/fingerpaint
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/touch/fingerpaint/fingerpaint.debug
%%QT_EXAMPLEDIR%%/examples/touch/fingerpaint/fingerpaint.pro
%%QT_EXAMPLEDIR%%/examples/touch/fingerpaint/main.cpp
%%QT_EXAMPLEDIR%%/examples/touch/fingerpaint/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/touch/fingerpaint/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/touch/fingerpaint/scribblearea.cpp
%%QT_EXAMPLEDIR%%/examples/touch/fingerpaint/scribblearea.h
%%QT_EXAMPLEDIR%%/examples/touch/knobs/knob.cpp
%%QT_EXAMPLEDIR%%/examples/touch/knobs/knob.h
%%QT_EXAMPLEDIR%%/examples/touch/knobs/knobs
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/touch/knobs/knobs.debug
%%QT_EXAMPLEDIR%%/examples/touch/knobs/knobs.pro
%%QT_EXAMPLEDIR%%/examples/touch/knobs/main.cpp
%%QT_EXAMPLEDIR%%/examples/touch/pinchzoom/graphicsview.cpp
%%QT_EXAMPLEDIR%%/examples/touch/pinchzoom/graphicsview.h
%%QT_EXAMPLEDIR%%/examples/touch/pinchzoom/images/cheese.jpg
%%QT_EXAMPLEDIR%%/examples/touch/pinchzoom/main.cpp
%%QT_EXAMPLEDIR%%/examples/touch/pinchzoom/mice.qrc
%%QT_EXAMPLEDIR%%/examples/touch/pinchzoom/mouse.cpp
%%QT_EXAMPLEDIR%%/examples/touch/pinchzoom/mouse.h
%%QT_EXAMPLEDIR%%/examples/touch/pinchzoom/pinchzoom
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/touch/pinchzoom/pinchzoom.debug
%%QT_EXAMPLEDIR%%/examples/touch/pinchzoom/pinchzoom.pro
%%QT_EXAMPLEDIR%%/examples/tutorials/README
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/README
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/addressbook.pro
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part1/addressbook.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part1/addressbook.h
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part1/main.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part1/part1
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part1/part1.debug
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part1/part1.pro
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part2/addressbook.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part2/addressbook.h
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part2/main.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part2/part2
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part2/part2.debug
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part2/part2.pro
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part3/addressbook.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part3/addressbook.h
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part3/main.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part3/part3
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part3/part3.debug
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part3/part3.pro
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part4/addressbook.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part4/addressbook.h
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part4/main.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part4/part4
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part4/part4.debug
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part4/part4.pro
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part5/addressbook.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part5/addressbook.h
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part5/finddialog.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part5/finddialog.h
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part5/main.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part5/part5
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part5/part5.debug
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part5/part5.pro
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part6/addressbook.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part6/addressbook.h
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part6/finddialog.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part6/finddialog.h
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part6/main.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part6/part6
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part6/part6.debug
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part6/part6.pro
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part7/addressbook.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part7/addressbook.h
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part7/finddialog.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part7/finddialog.h
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part7/main.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part7/part7
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part7/part7.debug
%%QT_EXAMPLEDIR%%/examples/tutorials/addressbook/part7/part7.pro
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/1_readonly/1_readonly.pro
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/1_readonly/main.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/1_readonly/mv_readonly
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/1_readonly/mv_readonly.debug
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/1_readonly/mymodel.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/1_readonly/mymodel.h
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/2_formatting/2_formatting.pro
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/2_formatting/main.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/2_formatting/mv_formatting
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/2_formatting/mv_formatting.debug
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/2_formatting/mymodel.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/2_formatting/mymodel.h
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/3_changingmodel/3_changingmodel.pro
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/3_changingmodel/main.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/3_changingmodel/mv_changingmodel
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/3_changingmodel/mv_changingmodel.debug
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/3_changingmodel/mymodel.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/3_changingmodel/mymodel.h
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/4_headers/4_headers.pro
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/4_headers/main.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/4_headers/mv_headers
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/4_headers/mv_headers.debug
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/4_headers/mymodel.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/4_headers/mymodel.h
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/5_edit/5_edit.pro
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/5_edit/main.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/5_edit/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/5_edit/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/5_edit/mv_edit
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/5_edit/mv_edit.debug
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/5_edit/mymodel.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/5_edit/mymodel.h
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/6_treeview/6_treeview.pro
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/6_treeview/main.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/6_treeview/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/6_treeview/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/6_treeview/mv_tree
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/6_treeview/mv_tree.debug
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/7_selections/7_selections.pro
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/7_selections/main.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/7_selections/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/7_selections/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/7_selections/mv_selections
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/7_selections/mv_selections.debug
%%QT_EXAMPLEDIR%%/examples/tutorials/modelview/modelview.pro
%%QT_EXAMPLEDIR%%/examples/tutorials/threads/clock/clock
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/threads/clock/clock.debug
%%QT_EXAMPLEDIR%%/examples/tutorials/threads/clock/clock.pro
%%QT_EXAMPLEDIR%%/examples/tutorials/threads/clock/clockthread.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/threads/clock/clockthread.h
%%QT_EXAMPLEDIR%%/examples/tutorials/threads/clock/main.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/threads/helloconcurrent/helloconcurrent
%%QT_EXAMPLEDIR%%/examples/tutorials/threads/helloconcurrent/helloconcurrent.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/threads/helloconcurrent/helloconcurrent.debug
%%QT_EXAMPLEDIR%%/examples/tutorials/threads/helloconcurrent/helloconcurrent.pro
%%QT_EXAMPLEDIR%%/examples/tutorials/threads/hellothread/hellothread
%%QT_EXAMPLEDIR%%/examples/tutorials/threads/hellothread/hellothread.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/threads/hellothread/hellothread.debug
%%QT_EXAMPLEDIR%%/examples/tutorials/threads/hellothread/hellothread.h
%%QT_EXAMPLEDIR%%/examples/tutorials/threads/hellothread/hellothread.pro
%%QT_EXAMPLEDIR%%/examples/tutorials/threads/hellothread/main.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/threads/hellothreadpool/hellothreadpool
%%QT_EXAMPLEDIR%%/examples/tutorials/threads/hellothreadpool/hellothreadpool.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/threads/hellothreadpool/hellothreadpool.debug
%%QT_EXAMPLEDIR%%/examples/tutorials/threads/hellothreadpool/hellothreadpool.pro
%%QT_EXAMPLEDIR%%/examples/tutorials/threads/movedobject/main.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/threads/movedobject/movedobject
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/tutorials/threads/movedobject/movedobject.debug
%%QT_EXAMPLEDIR%%/examples/tutorials/threads/movedobject/movedobject.pro
%%QT_EXAMPLEDIR%%/examples/tutorials/threads/movedobject/thread.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/threads/movedobject/thread.h
%%QT_EXAMPLEDIR%%/examples/tutorials/threads/movedobject/workerobject.cpp
%%QT_EXAMPLEDIR%%/examples/tutorials/threads/movedobject/workerobject.h
%%QT_EXAMPLEDIR%%/examples/tutorials/tutorials.pro
%%QT_EXAMPLEDIR%%/examples/uitools/multipleinheritance/calculatorform.cpp
%%QT_EXAMPLEDIR%%/examples/uitools/multipleinheritance/calculatorform.h
%%QT_EXAMPLEDIR%%/examples/uitools/multipleinheritance/calculatorform.ui
%%QT_EXAMPLEDIR%%/examples/uitools/multipleinheritance/main.cpp
%%QT_EXAMPLEDIR%%/examples/uitools/multipleinheritance/multipleinheritance
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/uitools/multipleinheritance/multipleinheritance.debug
%%QT_EXAMPLEDIR%%/examples/uitools/multipleinheritance/multipleinheritance.pro
%%QT_EXAMPLEDIR%%/examples/uitools/textfinder/forms/input.txt
%%QT_EXAMPLEDIR%%/examples/uitools/textfinder/forms/textfinder.ui
%%QT_EXAMPLEDIR%%/examples/uitools/textfinder/main.cpp
%%QT_EXAMPLEDIR%%/examples/uitools/textfinder/textfinder
%%QT_EXAMPLEDIR%%/examples/uitools/textfinder/textfinder.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/uitools/textfinder/textfinder.debug
%%QT_EXAMPLEDIR%%/examples/uitools/textfinder/textfinder.h
%%QT_EXAMPLEDIR%%/examples/uitools/textfinder/textfinder.pro
%%QT_EXAMPLEDIR%%/examples/uitools/textfinder/textfinder.qrc
%%QT_EXAMPLEDIR%%/examples/uitools/uitools.pro
%%QT_EXAMPLEDIR%%/examples/webkit/domtraversal/domtraversal
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/webkit/domtraversal/domtraversal.debug
%%QT_EXAMPLEDIR%%/examples/webkit/domtraversal/domtraversal.pro
%%QT_EXAMPLEDIR%%/examples/webkit/domtraversal/main.cpp
%%QT_EXAMPLEDIR%%/examples/webkit/domtraversal/window.cpp
%%QT_EXAMPLEDIR%%/examples/webkit/domtraversal/window.h
%%QT_EXAMPLEDIR%%/examples/webkit/domtraversal/window.ui
%%QT_EXAMPLEDIR%%/examples/webkit/domtraversal/window_mobiles.ui
%%QT_EXAMPLEDIR%%/examples/webkit/fancybrowser/fancybrowser
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/webkit/fancybrowser/fancybrowser.debug
%%QT_EXAMPLEDIR%%/examples/webkit/fancybrowser/fancybrowser.pro
%%QT_EXAMPLEDIR%%/examples/webkit/fancybrowser/jquery.qrc
%%QT_EXAMPLEDIR%%/examples/webkit/fancybrowser/main.cpp
%%QT_EXAMPLEDIR%%/examples/webkit/fancybrowser/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/webkit/fancybrowser/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/webkit/formextractor/form.html
%%QT_EXAMPLEDIR%%/examples/webkit/formextractor/formextractor
%%QT_EXAMPLEDIR%%/examples/webkit/formextractor/formextractor.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/webkit/formextractor/formextractor.debug
%%QT_EXAMPLEDIR%%/examples/webkit/formextractor/formextractor.h
%%QT_EXAMPLEDIR%%/examples/webkit/formextractor/formextractor.pro
%%QT_EXAMPLEDIR%%/examples/webkit/formextractor/formextractor.qrc
%%QT_EXAMPLEDIR%%/examples/webkit/formextractor/formextractor.ui
%%QT_EXAMPLEDIR%%/examples/webkit/formextractor/formextractor_mobiles.ui
%%QT_EXAMPLEDIR%%/examples/webkit/formextractor/main.cpp
%%QT_EXAMPLEDIR%%/examples/webkit/formextractor/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/webkit/formextractor/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/webkit/framecapture/framecapture
%%QT_EXAMPLEDIR%%/examples/webkit/framecapture/framecapture.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/webkit/framecapture/framecapture.debug
%%QT_EXAMPLEDIR%%/examples/webkit/framecapture/framecapture.h
%%QT_EXAMPLEDIR%%/examples/webkit/framecapture/main.cpp
%%QT_EXAMPLEDIR%%/examples/webkit/googlechat/form.ui
%%QT_EXAMPLEDIR%%/examples/webkit/googlechat/googlechat
%%QT_EXAMPLEDIR%%/examples/webkit/googlechat/googlechat.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/webkit/googlechat/googlechat.debug
%%QT_EXAMPLEDIR%%/examples/webkit/googlechat/googlechat.h
%%QT_EXAMPLEDIR%%/examples/webkit/googlechat/googlechat.pro
%%QT_EXAMPLEDIR%%/examples/webkit/googlechat/main.cpp
%%QT_EXAMPLEDIR%%/examples/webkit/previewer/main.cpp
%%QT_EXAMPLEDIR%%/examples/webkit/previewer/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/webkit/previewer/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/webkit/previewer/previewer
%%QT_EXAMPLEDIR%%/examples/webkit/previewer/previewer.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/webkit/previewer/previewer.debug
%%QT_EXAMPLEDIR%%/examples/webkit/previewer/previewer.h
%%QT_EXAMPLEDIR%%/examples/webkit/previewer/previewer.pro
%%QT_EXAMPLEDIR%%/examples/webkit/previewer/previewer.ui
%%QT_EXAMPLEDIR%%/examples/webkit/previewer/previewer_mobiles.ui
%%QT_EXAMPLEDIR%%/examples/webkit/simpleselector/main.cpp
%%QT_EXAMPLEDIR%%/examples/webkit/simpleselector/simpleselector
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/webkit/simpleselector/simpleselector.debug
%%QT_EXAMPLEDIR%%/examples/webkit/simpleselector/simpleselector.pro
%%QT_EXAMPLEDIR%%/examples/webkit/simpleselector/window.cpp
%%QT_EXAMPLEDIR%%/examples/webkit/simpleselector/window.h
%%QT_EXAMPLEDIR%%/examples/webkit/simpleselector/window.ui
%%QT_EXAMPLEDIR%%/examples/webkit/simplewebplugin/csvfactory.cpp
%%QT_EXAMPLEDIR%%/examples/webkit/simplewebplugin/csvfactory.h
%%QT_EXAMPLEDIR%%/examples/webkit/simplewebplugin/csvview.cpp
%%QT_EXAMPLEDIR%%/examples/webkit/simplewebplugin/csvview.h
%%QT_EXAMPLEDIR%%/examples/webkit/simplewebplugin/main.cpp
%%QT_EXAMPLEDIR%%/examples/webkit/simplewebplugin/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/webkit/simplewebplugin/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/webkit/simplewebplugin/simplewebplugin
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/webkit/simplewebplugin/simplewebplugin.debug
%%QT_EXAMPLEDIR%%/examples/webkit/simplewebplugin/simplewebplugin.pro
%%QT_EXAMPLEDIR%%/examples/webkit/simplewebplugin/simplewebplugin.qrc
%%QT_EXAMPLEDIR%%/examples/webkit/webftpclient/downloader.cpp
%%QT_EXAMPLEDIR%%/examples/webkit/webftpclient/downloader.h
%%QT_EXAMPLEDIR%%/examples/webkit/webftpclient/ftpreply.cpp
%%QT_EXAMPLEDIR%%/examples/webkit/webftpclient/ftpreply.h
%%QT_EXAMPLEDIR%%/examples/webkit/webftpclient/ftpview.cpp
%%QT_EXAMPLEDIR%%/examples/webkit/webftpclient/ftpview.h
%%QT_EXAMPLEDIR%%/examples/webkit/webftpclient/main.cpp
%%QT_EXAMPLEDIR%%/examples/webkit/webftpclient/networkaccessmanager.cpp
%%QT_EXAMPLEDIR%%/examples/webkit/webftpclient/networkaccessmanager.h
%%QT_EXAMPLEDIR%%/examples/webkit/webftpclient/webftpclient
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/webkit/webftpclient/webftpclient.debug
%%QT_EXAMPLEDIR%%/examples/webkit/webftpclient/webftpclient.pro
%%QT_EXAMPLEDIR%%/examples/webkit/webkit.pro
%%QT_EXAMPLEDIR%%/examples/webkit/webplugin/csvfactory.cpp
%%QT_EXAMPLEDIR%%/examples/webkit/webplugin/csvfactory.h
%%QT_EXAMPLEDIR%%/examples/webkit/webplugin/csvview.cpp
%%QT_EXAMPLEDIR%%/examples/webkit/webplugin/csvview.h
%%QT_EXAMPLEDIR%%/examples/webkit/webplugin/main.cpp
%%QT_EXAMPLEDIR%%/examples/webkit/webplugin/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/webkit/webplugin/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/webkit/webplugin/webplugin
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/webkit/webplugin/webplugin.debug
%%QT_EXAMPLEDIR%%/examples/webkit/webplugin/webplugin.pro
%%QT_EXAMPLEDIR%%/examples/webkit/webplugin/webplugin.qrc
%%QT_EXAMPLEDIR%%/examples/widgets/README
%%QT_EXAMPLEDIR%%/examples/widgets/analogclock/analogclock
%%QT_EXAMPLEDIR%%/examples/widgets/analogclock/analogclock.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/analogclock/analogclock.debug
%%QT_EXAMPLEDIR%%/examples/widgets/analogclock/analogclock.h
%%QT_EXAMPLEDIR%%/examples/widgets/analogclock/analogclock.pro
%%QT_EXAMPLEDIR%%/examples/widgets/analogclock/main.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/calculator/button.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/calculator/button.h
%%QT_EXAMPLEDIR%%/examples/widgets/calculator/calculator
%%QT_EXAMPLEDIR%%/examples/widgets/calculator/calculator.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/calculator/calculator.debug
%%QT_EXAMPLEDIR%%/examples/widgets/calculator/calculator.h
%%QT_EXAMPLEDIR%%/examples/widgets/calculator/calculator.pro
%%QT_EXAMPLEDIR%%/examples/widgets/calculator/main.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/calendarwidget/calendarwidget
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/calendarwidget/calendarwidget.debug
%%QT_EXAMPLEDIR%%/examples/widgets/calendarwidget/calendarwidget.pro
%%QT_EXAMPLEDIR%%/examples/widgets/calendarwidget/main.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/calendarwidget/window.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/calendarwidget/window.h
%%QT_EXAMPLEDIR%%/examples/widgets/charactermap/charactermap
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/charactermap/charactermap.debug
%%QT_EXAMPLEDIR%%/examples/widgets/charactermap/charactermap.pro
%%QT_EXAMPLEDIR%%/examples/widgets/charactermap/characterwidget.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/charactermap/characterwidget.h
%%QT_EXAMPLEDIR%%/examples/widgets/charactermap/main.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/charactermap/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/charactermap/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/widgets/codeeditor/codeeditor
%%QT_EXAMPLEDIR%%/examples/widgets/codeeditor/codeeditor.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/codeeditor/codeeditor.debug
%%QT_EXAMPLEDIR%%/examples/widgets/codeeditor/codeeditor.h
%%QT_EXAMPLEDIR%%/examples/widgets/codeeditor/codeeditor.pro
%%QT_EXAMPLEDIR%%/examples/widgets/codeeditor/main.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/digitalclock/digitalclock
%%QT_EXAMPLEDIR%%/examples/widgets/digitalclock/digitalclock.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/digitalclock/digitalclock.debug
%%QT_EXAMPLEDIR%%/examples/widgets/digitalclock/digitalclock.h
%%QT_EXAMPLEDIR%%/examples/widgets/digitalclock/digitalclock.pro
%%QT_EXAMPLEDIR%%/examples/widgets/digitalclock/main.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/groupbox/groupbox
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/groupbox/groupbox.debug
%%QT_EXAMPLEDIR%%/examples/widgets/groupbox/groupbox.pro
%%QT_EXAMPLEDIR%%/examples/widgets/groupbox/main.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/groupbox/window.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/groupbox/window.h
%%QT_EXAMPLEDIR%%/examples/widgets/icons/iconpreviewarea.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/icons/iconpreviewarea.h
%%QT_EXAMPLEDIR%%/examples/widgets/icons/icons
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/icons/icons.debug
%%QT_EXAMPLEDIR%%/examples/widgets/icons/icons.pro
%%QT_EXAMPLEDIR%%/examples/widgets/icons/iconsizespinbox.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/icons/iconsizespinbox.h
%%QT_EXAMPLEDIR%%/examples/widgets/icons/imagedelegate.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/icons/imagedelegate.h
%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/designer.png
%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/find_disabled.png
%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/find_normal.png
%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/monkey_off_128x128.png
%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/monkey_off_16x16.png
%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/monkey_off_32x32.png
%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/monkey_off_64x64.png
%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/monkey_on_128x128.png
%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/monkey_on_16x16.png
%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/monkey_on_32x32.png
%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/monkey_on_64x64.png
%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/qt_extended_16x16.png
%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/qt_extended_32x32.png
%%QT_EXAMPLEDIR%%/examples/widgets/icons/images/qt_extended_48x48.png
%%QT_EXAMPLEDIR%%/examples/widgets/icons/main.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/icons/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/icons/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/widgets/imageviewer/imageviewer
%%QT_EXAMPLEDIR%%/examples/widgets/imageviewer/imageviewer.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/imageviewer/imageviewer.debug
%%QT_EXAMPLEDIR%%/examples/widgets/imageviewer/imageviewer.h
%%QT_EXAMPLEDIR%%/examples/widgets/imageviewer/imageviewer.pro
%%QT_EXAMPLEDIR%%/examples/widgets/imageviewer/main.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/lineedits/lineedits
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/lineedits/lineedits.debug
%%QT_EXAMPLEDIR%%/examples/widgets/lineedits/lineedits.pro
%%QT_EXAMPLEDIR%%/examples/widgets/lineedits/main.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/lineedits/window.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/lineedits/window.h
%%QT_EXAMPLEDIR%%/examples/widgets/movie/animation.mng
%%QT_EXAMPLEDIR%%/examples/widgets/movie/main.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/movie/movie
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/movie/movie.debug
%%QT_EXAMPLEDIR%%/examples/widgets/movie/movie.pro
%%QT_EXAMPLEDIR%%/examples/widgets/movie/movieplayer.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/movie/movieplayer.h
%%QT_EXAMPLEDIR%%/examples/widgets/scribble/main.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/scribble/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/scribble/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/widgets/scribble/scribble
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/scribble/scribble.debug
%%QT_EXAMPLEDIR%%/examples/widgets/scribble/scribble.pro
%%QT_EXAMPLEDIR%%/examples/widgets/scribble/scribblearea.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/scribble/scribblearea.h
%%QT_EXAMPLEDIR%%/examples/widgets/shapedclock/main.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/shapedclock/shapedclock
%%QT_EXAMPLEDIR%%/examples/widgets/shapedclock/shapedclock.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/shapedclock/shapedclock.debug
%%QT_EXAMPLEDIR%%/examples/widgets/shapedclock/shapedclock.h
%%QT_EXAMPLEDIR%%/examples/widgets/shapedclock/shapedclock.pro
%%QT_EXAMPLEDIR%%/examples/widgets/sliders/main.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/sliders/sliders
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/sliders/sliders.debug
%%QT_EXAMPLEDIR%%/examples/widgets/sliders/sliders.pro
%%QT_EXAMPLEDIR%%/examples/widgets/sliders/slidersgroup.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/sliders/slidersgroup.h
%%QT_EXAMPLEDIR%%/examples/widgets/sliders/window.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/sliders/window.h
%%QT_EXAMPLEDIR%%/examples/widgets/spinboxes/main.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/spinboxes/spinboxes
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/spinboxes/spinboxes.debug
%%QT_EXAMPLEDIR%%/examples/widgets/spinboxes/spinboxes.pro
%%QT_EXAMPLEDIR%%/examples/widgets/spinboxes/window.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/spinboxes/window.h
%%QT_EXAMPLEDIR%%/examples/widgets/styles/images/woodbackground.png
%%QT_EXAMPLEDIR%%/examples/widgets/styles/images/woodbutton.png
%%QT_EXAMPLEDIR%%/examples/widgets/styles/main.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/styles/norwegianwoodstyle.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/styles/norwegianwoodstyle.h
%%QT_EXAMPLEDIR%%/examples/widgets/styles/styles
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/styles/styles.debug
%%QT_EXAMPLEDIR%%/examples/widgets/styles/styles.pro
%%QT_EXAMPLEDIR%%/examples/widgets/styles/styles.qrc
%%QT_EXAMPLEDIR%%/examples/widgets/styles/widgetgallery.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/styles/widgetgallery.h
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/checkbox_checked.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/checkbox_checked_hover.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/checkbox_checked_pressed.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/checkbox_unchecked.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/checkbox_unchecked_hover.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/checkbox_unchecked_pressed.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/down_arrow.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/down_arrow_disabled.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/frame.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/pagefold.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/pushbutton.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/pushbutton_hover.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/pushbutton_pressed.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/radiobutton_checked.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/radiobutton_checked_hover.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/radiobutton_checked_pressed.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/radiobutton_unchecked.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/radiobutton_unchecked_hover.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/radiobutton_unchecked_pressed.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/sizegrip.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/spindown.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/spindown_hover.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/spindown_off.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/spindown_pressed.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/spinup.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/spinup_hover.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/spinup_off.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/spinup_pressed.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/up_arrow.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/images/up_arrow_disabled.png
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/layouts/default.ui
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/layouts/pagefold.ui
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/main.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/mainwindow.ui
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/qss/coffee.qss
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/qss/default.qss
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/qss/pagefold.qss
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/stylesheet
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/stylesheet.debug
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/stylesheet.pro
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/stylesheet.qrc
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/stylesheeteditor.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/stylesheeteditor.h
%%QT_EXAMPLEDIR%%/examples/widgets/stylesheet/stylesheeteditor.ui
%%QT_EXAMPLEDIR%%/examples/widgets/tablet/main.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/tablet/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/tablet/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/widgets/tablet/tablet
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/tablet/tablet.debug
%%QT_EXAMPLEDIR%%/examples/widgets/tablet/tablet.pro
%%QT_EXAMPLEDIR%%/examples/widgets/tablet/tabletapplication.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/tablet/tabletapplication.h
%%QT_EXAMPLEDIR%%/examples/widgets/tablet/tabletcanvas.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/tablet/tabletcanvas.h
%%QT_EXAMPLEDIR%%/examples/widgets/tetrix/main.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/tetrix/tetrix
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/tetrix/tetrix.debug
%%QT_EXAMPLEDIR%%/examples/widgets/tetrix/tetrix.pro
%%QT_EXAMPLEDIR%%/examples/widgets/tetrix/tetrixboard.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/tetrix/tetrixboard.h
%%QT_EXAMPLEDIR%%/examples/widgets/tetrix/tetrixpiece.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/tetrix/tetrixpiece.h
%%QT_EXAMPLEDIR%%/examples/widgets/tetrix/tetrixwindow.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/tetrix/tetrixwindow.h
%%QT_EXAMPLEDIR%%/examples/widgets/tooltips/images/circle.png
%%QT_EXAMPLEDIR%%/examples/widgets/tooltips/images/square.png
%%QT_EXAMPLEDIR%%/examples/widgets/tooltips/images/triangle.png
%%QT_EXAMPLEDIR%%/examples/widgets/tooltips/main.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/tooltips/shapeitem.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/tooltips/shapeitem.h
%%QT_EXAMPLEDIR%%/examples/widgets/tooltips/sortingbox.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/tooltips/sortingbox.h
%%QT_EXAMPLEDIR%%/examples/widgets/tooltips/tooltips
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/tooltips/tooltips.debug
%%QT_EXAMPLEDIR%%/examples/widgets/tooltips/tooltips.pro
%%QT_EXAMPLEDIR%%/examples/widgets/tooltips/tooltips.qrc
%%QT_EXAMPLEDIR%%/examples/widgets/validators/ledoff.png
%%QT_EXAMPLEDIR%%/examples/widgets/validators/ledon.png
%%QT_EXAMPLEDIR%%/examples/widgets/validators/ledwidget.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/validators/ledwidget.h
%%QT_EXAMPLEDIR%%/examples/widgets/validators/localeselector.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/validators/localeselector.h
%%QT_EXAMPLEDIR%%/examples/widgets/validators/main.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/validators/validators
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/validators/validators.debug
%%QT_EXAMPLEDIR%%/examples/widgets/validators/validators.pro
%%QT_EXAMPLEDIR%%/examples/widgets/validators/validators.qrc
%%QT_EXAMPLEDIR%%/examples/widgets/validators/validators.ui
%%QT_EXAMPLEDIR%%/examples/widgets/widgets.pro
%%QT_EXAMPLEDIR%%/examples/widgets/wiggly/dialog.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/wiggly/dialog.h
%%QT_EXAMPLEDIR%%/examples/widgets/wiggly/main.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/wiggly/wiggly
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/wiggly/wiggly.debug
%%QT_EXAMPLEDIR%%/examples/widgets/wiggly/wiggly.pro
%%QT_EXAMPLEDIR%%/examples/widgets/wiggly/wigglywidget.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/wiggly/wigglywidget.h
%%QT_EXAMPLEDIR%%/examples/widgets/windowflags/controllerwindow.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/windowflags/controllerwindow.h
%%QT_EXAMPLEDIR%%/examples/widgets/windowflags/main.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/windowflags/previewwindow.cpp
%%QT_EXAMPLEDIR%%/examples/widgets/windowflags/previewwindow.h
%%QT_EXAMPLEDIR%%/examples/widgets/windowflags/windowflags
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/widgets/windowflags/windowflags.debug
%%QT_EXAMPLEDIR%%/examples/widgets/windowflags/windowflags.pro
%%QT_EXAMPLEDIR%%/examples/xml/README
%%QT_EXAMPLEDIR%%/examples/xml/dombookmarks/dombookmarks
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/xml/dombookmarks/dombookmarks.debug
%%QT_EXAMPLEDIR%%/examples/xml/dombookmarks/dombookmarks.pro
%%QT_EXAMPLEDIR%%/examples/xml/dombookmarks/frank.xbel
%%QT_EXAMPLEDIR%%/examples/xml/dombookmarks/jennifer.xbel
%%QT_EXAMPLEDIR%%/examples/xml/dombookmarks/main.cpp
%%QT_EXAMPLEDIR%%/examples/xml/dombookmarks/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/xml/dombookmarks/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/xml/dombookmarks/xbeltree.cpp
%%QT_EXAMPLEDIR%%/examples/xml/dombookmarks/xbeltree.h
%%QT_EXAMPLEDIR%%/examples/xml/htmlinfo/htmlinfo
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/xml/htmlinfo/htmlinfo.debug
%%QT_EXAMPLEDIR%%/examples/xml/rsslisting/main.cpp
%%QT_EXAMPLEDIR%%/examples/xml/rsslisting/rsslisting
%%QT_EXAMPLEDIR%%/examples/xml/rsslisting/rsslisting.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/xml/rsslisting/rsslisting.debug
%%QT_EXAMPLEDIR%%/examples/xml/rsslisting/rsslisting.h
%%QT_EXAMPLEDIR%%/examples/xml/rsslisting/rsslisting.pro
%%QT_EXAMPLEDIR%%/examples/xml/saxbookmarks/frank.xbel
%%QT_EXAMPLEDIR%%/examples/xml/saxbookmarks/jennifer.xbel
%%QT_EXAMPLEDIR%%/examples/xml/saxbookmarks/main.cpp
%%QT_EXAMPLEDIR%%/examples/xml/saxbookmarks/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/xml/saxbookmarks/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/xml/saxbookmarks/saxbookmarks
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/xml/saxbookmarks/saxbookmarks.debug
%%QT_EXAMPLEDIR%%/examples/xml/saxbookmarks/saxbookmarks.pro
%%QT_EXAMPLEDIR%%/examples/xml/saxbookmarks/xbelgenerator.cpp
%%QT_EXAMPLEDIR%%/examples/xml/saxbookmarks/xbelgenerator.h
%%QT_EXAMPLEDIR%%/examples/xml/saxbookmarks/xbelhandler.cpp
%%QT_EXAMPLEDIR%%/examples/xml/saxbookmarks/xbelhandler.h
%%QT_EXAMPLEDIR%%/examples/xml/streambookmarks/frank.xbel
%%QT_EXAMPLEDIR%%/examples/xml/streambookmarks/jennifer.xbel
%%QT_EXAMPLEDIR%%/examples/xml/streambookmarks/main.cpp
%%QT_EXAMPLEDIR%%/examples/xml/streambookmarks/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/xml/streambookmarks/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/xml/streambookmarks/streambookmarks
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/xml/streambookmarks/streambookmarks.debug
%%QT_EXAMPLEDIR%%/examples/xml/streambookmarks/streambookmarks.pro
%%QT_EXAMPLEDIR%%/examples/xml/streambookmarks/xbelreader.cpp
%%QT_EXAMPLEDIR%%/examples/xml/streambookmarks/xbelreader.h
%%QT_EXAMPLEDIR%%/examples/xml/streambookmarks/xbelwriter.cpp
%%QT_EXAMPLEDIR%%/examples/xml/streambookmarks/xbelwriter.h
%%QT_EXAMPLEDIR%%/examples/xml/xml.pro
%%QT_EXAMPLEDIR%%/examples/xml/xmlstreamlint/main.cpp
%%QT_EXAMPLEDIR%%/examples/xml/xmlstreamlint/xmlstreamlint
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/xml/xmlstreamlint/xmlstreamlint.debug
%%QT_EXAMPLEDIR%%/examples/xml/xmlstreamlint/xmlstreamlint.pro
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/README
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/filetree/filetree
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/filetree/filetree.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/xmlpatterns/filetree/filetree.debug
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/filetree/filetree.h
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/filetree/filetree.pro
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/filetree/main.cpp
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/filetree/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/filetree/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/filetree/mainwindow.ui
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/filetree/queries.qrc
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/filetree/xmlsyntaxhighlighter.cpp
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/filetree/xmlsyntaxhighlighter.h
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/qobjectxmlmodel/main.cpp
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/qobjectxmlmodel/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/qobjectxmlmodel/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/qobjectxmlmodel/mainwindow.ui
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.cpp
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.debug
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.h
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.pro
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/qobjectxmlmodel/queries.qrc
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/qobjectxmlmodel/xmlsyntaxhighlighter.cpp
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/qobjectxmlmodel/xmlsyntaxhighlighter.h
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/files/allRecipes.xq
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/files/cookbook.xml
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/files/liquidIngredientsInSoup.xq
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/files/mushroomSoup.xq
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/files/preparationLessThan30.xq
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/files/preparationTimes.xq
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/forms/querywidget.ui
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/forms/querywidget_mobiles.ui
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/main.cpp
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/querymainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/querymainwindow.h
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/recipes
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/recipes.debug
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/recipes.pro
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/recipes.qrc
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/xmlsyntaxhighlighter.cpp
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/recipes/xmlsyntaxhighlighter.h
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/files/contact.xsd
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/files/invalid_contact.xml
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/files/invalid_order.xml
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/files/invalid_recipe.xml
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/files/order.xsd
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/files/recipe.xsd
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/files/valid_contact.xml
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/files/valid_order.xml
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/files/valid_recipe.xml
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/main.cpp
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/schema
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/schema.debug
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/schema.pro
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/schema.qrc
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/xmlsyntaxhighlighter.cpp
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/schema/xmlsyntaxhighlighter.h
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/trafficinfo/main.cpp
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/trafficinfo/mainwindow.cpp
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/trafficinfo/mainwindow.h
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/trafficinfo/stationdialog.cpp
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/trafficinfo/stationdialog.h
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/trafficinfo/stationquery.cpp
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/trafficinfo/stationquery.h
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/trafficinfo/timequery.cpp
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/trafficinfo/timequery.h
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/trafficinfo/trafficinfo
%%DEBUG%%%%QT_EXAMPLEDIR%%/examples/xmlpatterns/trafficinfo/trafficinfo.debug
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/trafficinfo/trafficinfo.pro
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/xmlpatterns.pro
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/xquery/globalVariables/globalVariables.pro
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/xquery/globalVariables/globals.cpp
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/xquery/globalVariables/globals.gccxml
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/xquery/globalVariables/globals.html
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/xquery/globalVariables/reportGlobals.xq
%%QT_EXAMPLEDIR%%/examples/xmlpatterns/xquery/xquery.pro