aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/qgis/pkg-plist
blob: 107412206852b15f56a524a616491d44132a1446 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
%%DATADIR%%/FindQGIS.cmake
%%DATADIR%%/doc/AUTHORS
%%DATADIR%%/doc/CODING
%%DATADIR%%/doc/CONTRIBUTORS
%%DATADIR%%/doc/DONORS
%%DATADIR%%/doc/INSTALL
%%DATADIR%%/doc/SPONSORS
%%DATADIR%%/doc/TRANSLATORS
%%DATADIR%%/doc/changelog.html
%%DATADIR%%/doc/style.css
%%DATADIR%%/doc/favicon.ico
%%DATADIR%%/doc/images/qgis_new_80pct.png
%%DATADIR%%/doc/index.html
%%DATADIR%%/i18n/qgis_af.qm
%%DATADIR%%/i18n/qgis_ar.qm
%%DATADIR%%/i18n/qgis_bg.qm
%%DATADIR%%/i18n/qgis_ca_ES.qm
%%DATADIR%%/i18n/qgis_cs_CZ.qm
%%DATADIR%%/i18n/qgis_de.qm
%%DATADIR%%/i18n/qgis_el_GR.qm
%%DATADIR%%/i18n/qgis_es.qm
%%DATADIR%%/i18n/qgis_fa.qm
%%DATADIR%%/i18n/qgis_fi.qm
%%DATADIR%%/i18n/qgis_fr.qm
%%DATADIR%%/i18n/qgis_he.qm
%%DATADIR%%/i18n/qgis_hr_HR.qm
%%DATADIR%%/i18n/qgis_hu.qm
%%DATADIR%%/i18n/qgis_id.qm
%%DATADIR%%/i18n/qgis_is.qm
%%DATADIR%%/i18n/qgis_it.qm
%%DATADIR%%/i18n/qgis_ja.qm
%%DATADIR%%/i18n/qgis_ka_GE.qm
%%DATADIR%%/i18n/qgis_lo.qm
%%DATADIR%%/i18n/qgis_lt.qm
%%DATADIR%%/i18n/qgis_lv.qm
%%DATADIR%%/i18n/qgis_mn.qm
%%DATADIR%%/i18n/qgis_nl.qm
%%DATADIR%%/i18n/qgis_pl_PL.qm
%%DATADIR%%/i18n/qgis_pt_BR.qm
%%DATADIR%%/i18n/qgis_pt_PT.qm
%%DATADIR%%/i18n/qgis_ro.qm
%%DATADIR%%/i18n/qgis_ru.qm
%%DATADIR%%/i18n/qgis_sk.qm
%%DATADIR%%/i18n/qgis_sl_SI.qm
%%DATADIR%%/i18n/qgis_sq_AL.qm
%%DATADIR%%/i18n/qgis_sr_CS-Latn.qm
%%DATADIR%%/i18n/qgis_sv.qm
%%DATADIR%%/i18n/qgis_ta.qm
%%DATADIR%%/i18n/qgis_th.qm
%%DATADIR%%/i18n/qgis_tr.qm
%%DATADIR%%/i18n/qgis_uk.qm
%%DATADIR%%/i18n/qgis_vi.qm
%%DATADIR%%/i18n/qgis_xh.qm
%%DATADIR%%/i18n/qgis_zh_CN.qm
%%DATADIR%%/i18n/qgis_zh_TW.qm
%%DATADIR%%/images/icons/qgis-icon-16x16.png
%%DATADIR%%/images/icons/qgis-icon-60x60.png
%%DATADIR%%/images/icons/qgis-icon.png
%%DATADIR%%/images/icons/qgis-mime-icon.png
%%DATADIR%%/images/north_arrows/default.png
%%DATADIR%%/images/splash/splash_mask.png
%%DATADIR%%/images/splash/splash.png
%%DATADIR%%/resources/context_help/MapServerExport-de_DE
%%DATADIR%%/resources/context_help/MapServerExport-en_US
%%DATADIR%%/resources/context_help/MapServerExport-es_ES
%%DATADIR%%/resources/context_help/MapServerExport-fr_FR
%%DATADIR%%/resources/context_help/MapServerExport-it_IT
%%DATADIR%%/resources/context_help/MapServerExport-ja_JP
%%DATADIR%%/resources/context_help/MapServerExport-pl_PL
%%DATADIR%%/resources/context_help/MapServerExport-pt_BR
%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-de_DE
%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-en_US
%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-es_ES
%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-fr_FR
%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-it_IT
%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-ja_JP
%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-pl_PL
%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-pt_BR
%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-ru_RU
%%DATADIR%%/resources/context_help/QgsAttributeTableDialog-sk_SK
%%DATADIR%%/resources/context_help/QgsBookmarks-de_DE
%%DATADIR%%/resources/context_help/QgsBookmarks-en_US
%%DATADIR%%/resources/context_help/QgsBookmarks-es_ES
%%DATADIR%%/resources/context_help/QgsBookmarks-fr_FR
%%DATADIR%%/resources/context_help/QgsBookmarks-it_IT
%%DATADIR%%/resources/context_help/QgsBookmarks-ja_JP
%%DATADIR%%/resources/context_help/QgsBookmarks-pl_PL
%%DATADIR%%/resources/context_help/QgsBookmarks-pt_BR
%%DATADIR%%/resources/context_help/QgsBookmarks-ru_RU
%%DATADIR%%/resources/context_help/QgsBookmarks-sk_SK
%%DATADIR%%/resources/context_help/QgsBookmarks-sv_SE
%%DATADIR%%/resources/context_help/QgsComposer-de_DE
%%DATADIR%%/resources/context_help/QgsComposer-en_US
%%DATADIR%%/resources/context_help/QgsComposer-es_ES
%%DATADIR%%/resources/context_help/QgsComposer-fr_FR
%%DATADIR%%/resources/context_help/QgsComposer-it_IT
%%DATADIR%%/resources/context_help/QgsComposer-ja_JP
%%DATADIR%%/resources/context_help/QgsComposer-pl_PL
%%DATADIR%%/resources/context_help/QgsComposer-pt_BR
%%DATADIR%%/resources/context_help/QgsComposer-ru_RU
%%DATADIR%%/resources/context_help/QgsComposer-sk_SK
%%DATADIR%%/resources/context_help/QgsCopyrightLabelPluginGui-de_DE
%%DATADIR%%/resources/context_help/QgsCopyrightLabelPluginGui-en_US
%%DATADIR%%/resources/context_help/QgsCopyrightLabelPluginGui-es_ES
%%DATADIR%%/resources/context_help/QgsCopyrightLabelPluginGui-fr_FR
%%DATADIR%%/resources/context_help/QgsCopyrightLabelPluginGui-it_IT
%%DATADIR%%/resources/context_help/QgsCopyrightLabelPluginGui-ja_JP
%%DATADIR%%/resources/context_help/QgsCopyrightLabelPluginGui-pl_PL
%%DATADIR%%/resources/context_help/QgsCopyrightLabelPluginGui-pt_BR
%%DATADIR%%/resources/context_help/QgsCopyrightLabelPluginGui-ru_RU
%%DATADIR%%/resources/context_help/QgsCopyrightLabelPluginGui-sk_SK
%%DATADIR%%/resources/context_help/QgsCopyrightLabelPluginGui-sv_SE
%%DATADIR%%/resources/context_help/QgsCustomProjectionDialog-de_DE
%%DATADIR%%/resources/context_help/QgsCustomProjectionDialog-en_US
%%DATADIR%%/resources/context_help/QgsCustomProjectionDialog-es_ES
%%DATADIR%%/resources/context_help/QgsCustomProjectionDialog-fr_FR
%%DATADIR%%/resources/context_help/QgsCustomProjectionDialog-it_IT
%%DATADIR%%/resources/context_help/QgsCustomProjectionDialog-ja_JP
%%DATADIR%%/resources/context_help/QgsCustomProjectionDialog-pt_BR
%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-de_DE
%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-en_US
%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-es_ES
%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-fr_FR
%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-it_IT
%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-ja_JP
%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-pl_PL
%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-pt_BR
%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-ru_RU
%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-sk_SK
%%DATADIR%%/resources/context_help/QgsDelimitedTextPluginGui-sv_SE
%%DATADIR%%/resources/context_help/QgsFieldCalculator-de_DE
%%DATADIR%%/resources/context_help/QgsFieldCalculator-en_US
%%DATADIR%%/resources/context_help/QgsFieldCalculator-fr_FR
%%DATADIR%%/resources/context_help/QgsGPSPluginGui-de_DE
%%DATADIR%%/resources/context_help/QgsGPSPluginGui-en_US
%%DATADIR%%/resources/context_help/QgsGPSPluginGui-it_IT
%%DATADIR%%/resources/context_help/QgsGPSPluginGui-ja_JP
%%DATADIR%%/resources/context_help/QgsGPSPluginGui-pt_BR
%%DATADIR%%/resources/context_help/QgsGPSPluginGui-ru_RU
%%DATADIR%%/resources/context_help/QgsGPSPluginGui-sk_SK
%%DATADIR%%/resources/context_help/QgsIdentifyResults-de_DE
%%DATADIR%%/resources/context_help/QgsIdentifyResults-en_US
%%DATADIR%%/resources/context_help/QgsIdentifyResults-es_ES
%%DATADIR%%/resources/context_help/QgsIdentifyResults-fr_FR
%%DATADIR%%/resources/context_help/QgsIdentifyResults-it_IT
%%DATADIR%%/resources/context_help/QgsIdentifyResults-ja_JP
%%DATADIR%%/resources/context_help/QgsIdentifyResults-pl_PL
%%DATADIR%%/resources/context_help/QgsIdentifyResults-pt_BR
%%DATADIR%%/resources/context_help/QgsIdentifyResults-ru_RU
%%DATADIR%%/resources/context_help/QgsIdentifyResults-sk_SK
%%DATADIR%%/resources/context_help/QgsIdentifyResults-sv_SE
%%DATADIR%%/resources/context_help/QgsMeasureDialog-de_DE
%%DATADIR%%/resources/context_help/QgsMeasureDialog-en_US
%%DATADIR%%/resources/context_help/QgsMeasureDialog-es_ES
%%DATADIR%%/resources/context_help/QgsMeasureDialog-fr_FR
%%DATADIR%%/resources/context_help/QgsMeasureDialog-it_IT
%%DATADIR%%/resources/context_help/QgsMeasureDialog-ja_JP
%%DATADIR%%/resources/context_help/QgsMeasureDialog-pl_PL
%%DATADIR%%/resources/context_help/QgsMeasureDialog-pt_BR
%%DATADIR%%/resources/context_help/QgsMeasureDialog-ru_RU
%%DATADIR%%/resources/context_help/QgsMeasureDialog-sk_SK
%%DATADIR%%/resources/context_help/QgsMeasureDialog-sv_SE
%%DATADIR%%/resources/context_help/QgsNewConnection-de_DE
%%DATADIR%%/resources/context_help/QgsNewConnection-en_US
%%DATADIR%%/resources/context_help/QgsNewConnection-es_ES
%%DATADIR%%/resources/context_help/QgsNewConnection-fr_FR
%%DATADIR%%/resources/context_help/QgsNewConnection-it_IT
%%DATADIR%%/resources/context_help/QgsNewConnection-ja_JP
%%DATADIR%%/resources/context_help/QgsNewConnection-pl_PL
%%DATADIR%%/resources/context_help/QgsNewConnection-pt_BR
%%DATADIR%%/resources/context_help/QgsNewConnection-ru_RU
%%DATADIR%%/resources/context_help/QgsNewConnection-sk_SK
%%DATADIR%%/resources/context_help/QgsNewConnection-sv_SE
%%DATADIR%%/resources/context_help/QgsNewOgrConnection-de_DE
%%DATADIR%%/resources/context_help/QgsNewOgrConnection-en_US
%%DATADIR%%/resources/context_help/QgsNewOgrConnection-fr_FR
%%DATADIR%%/resources/context_help/QgsNewOgrConnection-it_IT
%%DATADIR%%/resources/context_help/QgsNewOgrConnection-ja_JP
%%DATADIR%%/resources/context_help/QgsNewOgrConnection-pt_BR
%%DATADIR%%/resources/context_help/QgsNewOgrConnection-ru_RU
%%DATADIR%%/resources/context_help/QgsNewSpatialiteLayerDialog-de_DE
%%DATADIR%%/resources/context_help/QgsNewSpatialiteLayerDialog-en_US
%%DATADIR%%/resources/context_help/QgsNewSpatialiteLayerDialog-es_ES
%%DATADIR%%/resources/context_help/QgsNewSpatialiteLayerDialog-fr_FR
%%DATADIR%%/resources/context_help/QgsNewSpatialiteLayerDialog-ja_JP
%%DATADIR%%/resources/context_help/QgsNewSpatialiteLayerDialog-pt_BR
%%DATADIR%%/resources/context_help/QgsNewVectorLayerDialog-de_DE
%%DATADIR%%/resources/context_help/QgsNewVectorLayerDialog-en_US
%%DATADIR%%/resources/context_help/QgsNewVectorLayerDialog-fr_FR
%%DATADIR%%/resources/context_help/QgsNewVectorLayerDialog-it_IT
%%DATADIR%%/resources/context_help/QgsNewVectorLayerDialog-ja_JP
%%DATADIR%%/resources/context_help/QgsNewVectorLayerDialog-pt_BR
%%DATADIR%%/resources/context_help/QgsNewVectorLayerDialog-ru_RU
%%DATADIR%%/resources/context_help/QgsNewVectorLayerDialog-sk_SK
%%DATADIR%%/resources/context_help/QgsNorthArrowPluginGui-de_DE
%%DATADIR%%/resources/context_help/QgsNorthArrowPluginGui-en_US
%%DATADIR%%/resources/context_help/QgsNorthArrowPluginGui-fr_FR
%%DATADIR%%/resources/context_help/QgsNorthArrowPluginGui-it_IT
%%DATADIR%%/resources/context_help/QgsNorthArrowPluginGui-ja_JP
%%DATADIR%%/resources/context_help/QgsNorthArrowPluginGui-pt_BR
%%DATADIR%%/resources/context_help/QgsOpenVectorLayerDialog-de_DE
%%DATADIR%%/resources/context_help/QgsOpenVectorLayerDialog-en_US
%%DATADIR%%/resources/context_help/QgsOpenVectorLayerDialog-fr_FR
%%DATADIR%%/resources/context_help/QgsOpenVectorLayerDialog-it_IT
%%DATADIR%%/resources/context_help/QgsOpenVectorLayerDialog-ja_JP
%%DATADIR%%/resources/context_help/QgsOpenVectorLayerDialog-pt_BR
%%DATADIR%%/resources/context_help/QgsOpenVectorLayerDialog-ru_RU
%%DATADIR%%/resources/context_help/QgsOptions-de_DE
%%DATADIR%%/resources/context_help/QgsOptions-en_US
%%DATADIR%%/resources/context_help/QgsOptions-fr_FR
%%DATADIR%%/resources/context_help/QgsOptions-it_IT
%%DATADIR%%/resources/context_help/QgsOptions-ja_JP
%%DATADIR%%/resources/context_help/QgsOptions-pt_BR
%%DATADIR%%/resources/context_help/QgsPgSourceSelect-de_DE
%%DATADIR%%/resources/context_help/QgsPgSourceSelect-en_US
%%DATADIR%%/resources/context_help/QgsPgSourceSelect-fr_FR
%%DATADIR%%/resources/context_help/QgsPgSourceSelect-it_IT
%%DATADIR%%/resources/context_help/QgsPgSourceSelect-ja_JP
%%DATADIR%%/resources/context_help/QgsPgSourceSelect-pl_PL
%%DATADIR%%/resources/context_help/QgsPgSourceSelect-pt_BR
%%DATADIR%%/resources/context_help/QgsPgSourceSelect-ru_RU
%%DATADIR%%/resources/context_help/QgsPgSourceSelect-sk_SK
%%DATADIR%%/resources/context_help/QgsPgSourceSelect-sv_SE
%%DATADIR%%/resources/context_help/QgsPluginInstallerDialog-de_DE
%%DATADIR%%/resources/context_help/QgsPluginInstallerDialog-en_US
%%DATADIR%%/resources/context_help/QgsPluginInstallerDialog-fr_FR
%%DATADIR%%/resources/context_help/QgsPluginInstallerDialog-it_IT
%%DATADIR%%/resources/context_help/QgsPluginInstallerDialog-ja_JP
%%DATADIR%%/resources/context_help/QgsPluginInstallerDialog-pl_PL
%%DATADIR%%/resources/context_help/QgsPluginInstallerDialog-pt_BR
%%DATADIR%%/resources/context_help/QgsProjectProperties-de_DE
%%DATADIR%%/resources/context_help/QgsProjectProperties-en_US
%%DATADIR%%/resources/context_help/QgsProjectProperties-es_ES
%%DATADIR%%/resources/context_help/QgsProjectProperties-fr_FR
%%DATADIR%%/resources/context_help/QgsProjectProperties-it_IT
%%DATADIR%%/resources/context_help/QgsProjectProperties-ja_JP
%%DATADIR%%/resources/context_help/QgsProjectProperties-pl_PL
%%DATADIR%%/resources/context_help/QgsProjectProperties-pt_BR
%%DATADIR%%/resources/context_help/QgsProjectProperties-ru_RU
%%DATADIR%%/resources/context_help/QgsProjectProperties-sk_SK
%%DATADIR%%/resources/context_help/QgsProjectProperties-sv_SE
%%DATADIR%%/resources/context_help/QgsScaleBarPluginGui-de_DE
%%DATADIR%%/resources/context_help/QgsScaleBarPluginGui-en_US
%%DATADIR%%/resources/context_help/QgsScaleBarPluginGui-es_ES
%%DATADIR%%/resources/context_help/QgsScaleBarPluginGui-fr_FR
%%DATADIR%%/resources/context_help/QgsScaleBarPluginGui-it_IT
%%DATADIR%%/resources/context_help/QgsScaleBarPluginGui-ja_JP
%%DATADIR%%/resources/context_help/QgsScaleBarPluginGui-pl_PL
%%DATADIR%%/resources/context_help/QgsScaleBarPluginGui-pt_BR
%%DATADIR%%/resources/context_help/QgsSpatiaLiteSourceSelect-de_DE
%%DATADIR%%/resources/context_help/QgsSpatiaLiteSourceSelect-en_US
%%DATADIR%%/resources/context_help/QgsSpatiaLiteSourceSelect-fr_FR
%%DATADIR%%/resources/context_help/QgsSpatiaLiteSourceSelect-it_IT
%%DATADIR%%/resources/context_help/QgsSpatiaLiteSourceSelect-ja_JP
%%DATADIR%%/resources/context_help/QgsSpatiaLiteSourceSelect-pl_PL
%%DATADIR%%/resources/context_help/QgsSpatiaLiteSourceSelect-pt_BR
%%DATADIR%%/resources/context_help/QgsStyleV2ManagerDialog-de_DE
%%DATADIR%%/resources/context_help/QgsStyleV2ManagerDialog-en_US
%%DATADIR%%/resources/context_help/QgsStyleV2ManagerDialog-it_IT
%%DATADIR%%/resources/context_help/QgsStyleV2ManagerDialog-ja_JP
%%DATADIR%%/resources/context_help/QgsStyleV2ManagerDialog-pt_BR
%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-de_DE
%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-en_US
%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-es_ES
%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-fr_FR
%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-it_IT
%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-ja_JP
%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-pl_PL
%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-pt_BR
%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-ru_RU
%%DATADIR%%/resources/context_help/QgsVectorLayerProperties-sk_SK
%%DATADIR%%/resources/context_help/QgsVectorLayerSaveAsDialog-de_DE
%%DATADIR%%/resources/context_help/QgsVectorLayerSaveAsDialog-en_US
%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-de_DE
%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-en_US
%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-fr_FR
%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-it_IT
%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-ja_JP
%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-pl_PL
%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-pt_BR
%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-ru_RU
%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-sk_SK
%%DATADIR%%/resources/context_help/QgsWMSSourceSelect-sv_SE
%%DATADIR%%/resources/context_help/RgSettingsDlg-de_DE
%%DATADIR%%/resources/context_help/RgSettingsDlg-en_US
%%DATADIR%%/resources/context_help/RgSettingsDlg-fr_FR
%%DATADIR%%/resources/context_help/RgSettingsDlg-ru_RU
%%DATADIR%%/resources/context_help/RgShortestPathWidget-de_DE
%%DATADIR%%/resources/context_help/RgShortestPathWidget-en_US
%%DATADIR%%/resources/context_help/RgShortestPathWidget-fr_FR
%%DATADIR%%/resources/context_help/RgShortestPathWidget-ru_RU
%%DATADIR%%/resources/context_help/SaNewConnection-de_DE
%%DATADIR%%/resources/context_help/SaNewConnection-en_US
%%DATADIR%%/resources/context_help/SaNewConnection-fr_FR
%%DATADIR%%/resources/context_help/SaSourceSelect-de_DE
%%DATADIR%%/resources/context_help/SaSourceSelect-en_US
%%DATADIR%%/resources/context_help/SaSourceSelect-fr_FR
%%DATADIR%%/resources/context_help/eVisDatabaseConnectionGui-de_DE
%%DATADIR%%/resources/context_help/eVisDatabaseConnectionGui-en_US
%%DATADIR%%/resources/context_help/eVisDatabaseConnectionGui-es_ES
%%DATADIR%%/resources/context_help/eVisDatabaseConnectionGui-it_IT
%%DATADIR%%/resources/context_help/eVisDatabaseConnectionGui-ja_JP
%%DATADIR%%/resources/context_help/eVisDatabaseConnectionGui-pt_BR
%%DATADIR%%/resources/qgis.db
%%DATADIR%%/resources/qgis_help.db
%%DATADIR%%/resources/spatialite.db
%%DATADIR%%/resources/srs.db
%%DATADIR%%/resources/symbology-ng-style.xml
%%DATADIR%%/svg/accommodation/accommodation_alpinehut.svg
%%DATADIR%%/svg/accommodation/accommodation_bed_and_breakfast.svg
%%DATADIR%%/svg/accommodation/accommodation_camping.svg
%%DATADIR%%/svg/accommodation/accommodation_caravan_park.svg
%%DATADIR%%/svg/accommodation/accommodation_hotel2.svg
%%DATADIR%%/svg/accommodation/accommodation_hotel.svg
%%DATADIR%%/svg/accommodation/accommodation_shelter2.svg
%%DATADIR%%/svg/accommodation/accommodation_shelter.svg
%%DATADIR%%/svg/accommodation/accommodation_youth_hostel.svg
%%DATADIR%%/svg/amenity/amenity_bench.svg
%%DATADIR%%/svg/amenity/amenity_court.svg
%%DATADIR%%/svg/amenity/amenity_firestation2.svg
%%DATADIR%%/svg/amenity/amenity_firestation3.svg
%%DATADIR%%/svg/amenity/amenity_firestation.svg
%%DATADIR%%/svg/amenity/amenity_fountain.svg
%%DATADIR%%/svg/amenity/amenity_information.svg
%%DATADIR%%/svg/amenity/amenity_library.svg
%%DATADIR%%/svg/amenity/amenity_police2.svg
%%DATADIR%%/svg/amenity/amenity_police.svg
%%DATADIR%%/svg/amenity/amenity_post_box.svg
%%DATADIR%%/svg/amenity/amenity_post_office.svg
%%DATADIR%%/svg/amenity/amenity_prison.svg
%%DATADIR%%/svg/amenity/amenity_recycling.svg
%%DATADIR%%/svg/amenity/amenity_survey_point.svg
%%DATADIR%%/svg/amenity/amenity_telephone.svg
%%DATADIR%%/svg/amenity/amenity_toilets_disabled.svg
%%DATADIR%%/svg/amenity/amenity_toilets_men.svg
%%DATADIR%%/svg/amenity/amenity_toilets.svg
%%DATADIR%%/svg/amenity/amenity_toilets_women.svg
%%DATADIR%%/svg/amenity/amenity_waste_bin.svg
%%DATADIR%%/svg/biology/Coniferous.svg
%%DATADIR%%/svg/biology/Deciduous.svg
%%DATADIR%%/svg/biology/Flower.svg
%%DATADIR%%/svg/emergency/amenity=fire_station.svg
%%DATADIR%%/svg/emergency/amenity=hospital.svg
%%DATADIR%%/svg/emergency/amenity=police.svg
%%DATADIR%%/svg/entertainment/amenity=bar.svg
%%DATADIR%%/svg/entertainment/amenity=cafe.svg
%%DATADIR%%/svg/entertainment/amenity=cinema.svg
%%DATADIR%%/svg/entertainment/amenity=fast_food.svg
%%DATADIR%%/svg/entertainment/amenity=pub.svg
%%DATADIR%%/svg/entertainment/amenity=restaurant.svg
%%DATADIR%%/svg/entertainment/amenity=theatre.svg
%%DATADIR%%/svg/food/food_bar.svg
%%DATADIR%%/svg/food/food_cafe.svg
%%DATADIR%%/svg/food/food_drinkingtap.svg
%%DATADIR%%/svg/food/food_fastfood2.svg
%%DATADIR%%/svg/food/food_fastfood.svg
%%DATADIR%%/svg/food/food_pub.svg
%%DATADIR%%/svg/food/food_restaurant.svg
%%DATADIR%%/svg/geometric/Square1.svg
%%DATADIR%%/svg/geometric/Square2.svg
%%DATADIR%%/svg/geometric/Triangle1.svg
%%DATADIR%%/svg/gpsicons/anchor.svg
%%DATADIR%%/svg/gpsicons/bank.svg
%%DATADIR%%/svg/gpsicons/boat.svg
%%DATADIR%%/svg/gpsicons/camera.svg
%%DATADIR%%/svg/gpsicons/car.svg
%%DATADIR%%/svg/gpsicons/city_building.svg
%%DATADIR%%/svg/gpsicons/city_large.svg
%%DATADIR%%/svg/gpsicons/city_medium.svg
%%DATADIR%%/svg/gpsicons/city_small.svg
%%DATADIR%%/svg/gpsicons/conveneince.svg
%%DATADIR%%/svg/gpsicons/couple.svg
%%DATADIR%%/svg/gpsicons/cross.svg
%%DATADIR%%/svg/gpsicons/deer.svg
%%DATADIR%%/svg/gpsicons/dollar.svg
%%DATADIR%%/svg/gpsicons/fish.svg
%%DATADIR%%/svg/gpsicons/flag.svg
%%DATADIR%%/svg/gpsicons/food.svg
%%DATADIR%%/svg/gpsicons/gas.svg
%%DATADIR%%/svg/gpsicons/golf.svg
%%DATADIR%%/svg/gpsicons/house.svg
%%DATADIR%%/svg/gpsicons/h.svg
%%DATADIR%%/svg/gpsicons/parachute.svg
%%DATADIR%%/svg/gpsicons/parking.svg
%%DATADIR%%/svg/gpsicons/phone.svg
%%DATADIR%%/svg/gpsicons/plane_orange.svg
%%DATADIR%%/svg/gpsicons/plane.svg
%%DATADIR%%/svg/gpsicons/point.svg
%%DATADIR%%/svg/gpsicons/question.svg
%%DATADIR%%/svg/gpsicons/shipwreck.svg
%%DATADIR%%/svg/gpsicons/skier.svg
%%DATADIR%%/svg/gpsicons/skull.svg
%%DATADIR%%/svg/gpsicons/swimmer.svg
%%DATADIR%%/svg/gpsicons/table.svg
%%DATADIR%%/svg/gpsicons/teepee.svg
%%DATADIR%%/svg/gpsicons/tree.svg
%%DATADIR%%/svg/gpsicons/walker.svg
%%DATADIR%%/svg/gpsicons/waypoint.svg
%%DATADIR%%/svg/health/health_dentist.svg
%%DATADIR%%/svg/health/health_doctors.svg
%%DATADIR%%/svg/health/health_hospital_emergency2.svg
%%DATADIR%%/svg/health/health_hospital_emergency.svg
%%DATADIR%%/svg/health/health_hospital.svg
%%DATADIR%%/svg/health/health_opticians.svg
%%DATADIR%%/svg/health/health_pharmacy_dispencing.svg
%%DATADIR%%/svg/health/health_pharmacy.svg
%%DATADIR%%/svg/health/health_veterinary.svg
%%DATADIR%%/svg/icon/cameraangle.svg
%%DATADIR%%/svg/icon/golfcourse.svg
%%DATADIR%%/svg/landmark/amenity=place_of_worship.svg
%%DATADIR%%/svg/landmark/amenity=school.svg
%%DATADIR%%/svg/landmark/religion=buddhist.svg
%%DATADIR%%/svg/landmark/religion=christian.svg
%%DATADIR%%/svg/landmark/religion=hindu.svg
%%DATADIR%%/svg/landmark/religion=jewish.svg
%%DATADIR%%/svg/landmark/religion=muslim.svg
%%DATADIR%%/svg/landmark/religion=pastafarian.svg
%%DATADIR%%/svg/landmark/religion=sikh.svg
%%DATADIR%%/svg/landmark/tourism=museum.svg
%%DATADIR%%/svg/money/money_atm2.svg
%%DATADIR%%/svg/money/money_atm.svg
%%DATADIR%%/svg/money/money_bank2.svg
%%DATADIR%%/svg/money/money_bank.svg
%%DATADIR%%/svg/money/money_currency_exchange.svg
%%DATADIR%%/svg/north_arrows/NorthArrow10.svg
%%DATADIR%%/svg/north_arrows/NorthArrow11.svg
%%DATADIR%%/svg/north_arrows/NorthArrow12.svg
%%DATADIR%%/svg/north_arrows/NorthArrow13.svg
%%DATADIR%%/svg/north_arrows/NorthArrow14.svg
%%DATADIR%%/svg/north_arrows/NorthArrow15.svg
%%DATADIR%%/svg/north_arrows/NorthArrow16.svg
%%DATADIR%%/svg/north_arrows/NorthArrow1.svg
%%DATADIR%%/svg/north_arrows/NorthArrow2.svg
%%DATADIR%%/svg/north_arrows/NorthArrow3.svg
%%DATADIR%%/svg/north_arrows/NorthArrow4.svg
%%DATADIR%%/svg/north_arrows/NorthArrow5.svg
%%DATADIR%%/svg/north_arrows/NorthArrow6.svg
%%DATADIR%%/svg/north_arrows/NorthArrow_blackgreenblack.svg
%%DATADIR%%/svg/north_arrows/NorthArrow_blackwhiteblack.svg
%%DATADIR%%/svg/north_arrows/NorthArrow_blackyellowblack.svg
%%DATADIR%%/svg/north_arrows/NorthArrow_bluegreenblue.svg
%%DATADIR%%/svg/north_arrows/NorthArrow_source.svg
%%DATADIR%%/svg/north_arrows/default.svg
%%DATADIR%%/svg/north_arrows/north-arrow_10_with_map_layers.svg
%%DATADIR%%/svg/north_arrows/north-arrow_11_simple_corner.svg
%%DATADIR%%/svg/north_arrows/north-arrow_12_triangular_arrows_with_worldmap.svg
%%DATADIR%%/svg/north_arrows/north-arrow_13_checkerboard_earth.svg
%%DATADIR%%/svg/north_arrows/north-arrow_14_steering_wheel.svg
%%DATADIR%%/svg/north_arrows/north-arrow_15_checkerboard_corner_arrows.svg
%%DATADIR%%/svg/north_arrows/north-arrow_16_corner_arrows_unfilled_with_circle.svg
%%DATADIR%%/svg/north_arrows/north-arrow_17_corner_n_e.svg
%%DATADIR%%/svg/north_arrows/north-arrow_1_simple_half_arrow.svg
%%DATADIR%%/svg/north_arrows/north-arrow_2_simple_half_arrow.svg
%%DATADIR%%/svg/north_arrows/north-arrow_3_simple_symmetric_triangular.svg
%%DATADIR%%/svg/north_arrows/north-arrow_4_double_arrow.svg
%%DATADIR%%/svg/north_arrows/north-arrow_5_arrow_in_circle_small_n.svg
%%DATADIR%%/svg/north_arrows/north-arrow_6_unfilled_big_arrow_symmetric.svg
%%DATADIR%%/svg/north_arrows/north-arrow_7_big_circle_with_small_arrow_unfilled_n.svg
%%DATADIR%%/svg/north_arrows/north-arrow_8_checkered.svg
%%DATADIR%%/svg/north_arrows/north-arrow_9_half_arrow_unfilled.svg
%%DATADIR%%/svg/religion/place_of_worship_bahai3.svg
%%DATADIR%%/svg/religion/place_of_worship_bahai.svg
%%DATADIR%%/svg/religion/place_of_worship_buddhist.svg
%%DATADIR%%/svg/religion/place_of_worship_buddhist3.svg
%%DATADIR%%/svg/religion/place_of_worship_christian3.svg
%%DATADIR%%/svg/religion/place_of_worship_christian.svg
%%DATADIR%%/svg/religion/place_of_worship_hindu3.svg
%%DATADIR%%/svg/religion/place_of_worship_hindu.svg
%%DATADIR%%/svg/religion/place_of_worship_islamic3.svg
%%DATADIR%%/svg/religion/place_of_worship_islamic.svg
%%DATADIR%%/svg/religion/place_of_worship_jain3.svg
%%DATADIR%%/svg/religion/place_of_worship_jain.svg
%%DATADIR%%/svg/religion/place_of_worship_jewish.svg
%%DATADIR%%/svg/religion/place_of_worship_jewish3.svg
%%DATADIR%%/svg/religion/place_of_worship_shinto3.svg
%%DATADIR%%/svg/religion/place_of_worship_shinto.svg
%%DATADIR%%/svg/religion/place_of_worship_sikh3.svg
%%DATADIR%%/svg/religion/place_of_worship_sikh.svg
%%DATADIR%%/svg/religion/place_of_worship.svg
%%DATADIR%%/svg/religion/place_of_worship_unknown3.svg
%%DATADIR%%/svg/services/amenity=atm.svg
%%DATADIR%%/svg/services/amenity=pharmacy,dispensing=yes.svg
%%DATADIR%%/svg/services/amenity=pharmacy.svg
%%DATADIR%%/svg/services/amenity=post_box.svg
%%DATADIR%%/svg/services/amenity=recycling.svg
%%DATADIR%%/svg/services/amenity=telephone.svg
%%DATADIR%%/svg/services/shop=convenience.svg
%%DATADIR%%/svg/services/shop=supermarket.svg
%%DATADIR%%/svg/services/tourism=hotel.svg
%%DATADIR%%/svg/shopping/shopping_alcohol.svg
%%DATADIR%%/svg/shopping/shopping_bakery.svg
%%DATADIR%%/svg/shopping/shopping_bicycle.svg
%%DATADIR%%/svg/shopping/shopping_book.svg
%%DATADIR%%/svg/shopping/shopping_butcher.svg
%%DATADIR%%/svg/shopping/shopping_car_repair.svg
%%DATADIR%%/svg/shopping/shopping_car.svg
%%DATADIR%%/svg/shopping/shopping_clothes.svg
%%DATADIR%%/svg/shopping/shopping_confectionery.svg
%%DATADIR%%/svg/shopping/shopping_convenience.svg
%%DATADIR%%/svg/shopping/shopping_diy.svg
%%DATADIR%%/svg/shopping/shopping_estateagent2.svg
%%DATADIR%%/svg/shopping/shopping_estateagent3.svg
%%DATADIR%%/svg/shopping/shopping_estateagent.svg
%%DATADIR%%/svg/shopping/shopping_fish.svg
%%DATADIR%%/svg/shopping/shopping_garden_centre.svg
%%DATADIR%%/svg/shopping/shopping_gift.svg
%%DATADIR%%/svg/shopping/shopping_greengrocer.svg
%%DATADIR%%/svg/shopping/shopping_hairdresser.svg
%%DATADIR%%/svg/shopping/shopping_hifi.svg
%%DATADIR%%/svg/shopping/shopping_jewelry.svg
%%DATADIR%%/svg/shopping/shopping_laundrette.svg
%%DATADIR%%/svg/shopping/shopping_mobile_phone.svg
%%DATADIR%%/svg/shopping/shopping_motorcycle.svg
%%DATADIR%%/svg/shopping/shopping_music.svg
%%DATADIR%%/svg/shopping/shopping_pet2.svg
%%DATADIR%%/svg/shopping/shopping_pet.svg
%%DATADIR%%/svg/shopping/shopping_photo.svg
%%DATADIR%%/svg/shopping/shopping_supermarket.svg
%%DATADIR%%/svg/shopping/shopping_tackle.svg
%%DATADIR%%/svg/shopping/shopping_video_rental.svg
%%DATADIR%%/svg/sport/backpacker_ganson.svg
%%DATADIR%%/svg/sport/golf_flag_in_hole_on_gr_01.svg
%%DATADIR%%/svg/sport/sport_archery.svg
%%DATADIR%%/svg/sport/sport_baseball.svg
%%DATADIR%%/svg/sport/sport_cricket.svg
%%DATADIR%%/svg/sport/sport_diving.svg
%%DATADIR%%/svg/sport/sport_golf.svg
%%DATADIR%%/svg/sport/sport_gymnasium2.svg
%%DATADIR%%/svg/sport/sport_gymnasium.svg
%%DATADIR%%/svg/sport/sport_gym.svg
%%DATADIR%%/svg/sport/sport_hillclimbing.svg
%%DATADIR%%/svg/sport/sport_horse_racing.svg
%%DATADIR%%/svg/sport/sport_iceskating.svg
%%DATADIR%%/svg/sport/sport_jetski.svg
%%DATADIR%%/svg/sport/sport_leisure_centre.svg
%%DATADIR%%/svg/sport/sport_motorracing.svg
%%DATADIR%%/svg/sport/sport_playground.svg
%%DATADIR%%/svg/sport/sport_sailing.svg
%%DATADIR%%/svg/sport/sport_skiing_crosscountry.svg
%%DATADIR%%/svg/sport/sport_skiing_downhill.svg
%%DATADIR%%/svg/sport/sport_snooker.svg
%%DATADIR%%/svg/sport/sport_soccer.svg
%%DATADIR%%/svg/sport/sport_swimming_indoor.svg
%%DATADIR%%/svg/sport/sport_swimming_outdoor.svg
%%DATADIR%%/svg/sport/sport_tennis.svg
%%DATADIR%%/svg/sport/sport_windsurfing.svg
%%DATADIR%%/svg/symbol/Cross1.svg
%%DATADIR%%/svg/symbol/Cross2.svg
%%DATADIR%%/svg/symbol/Cross4.svg
%%DATADIR%%/svg/symbol/Cross5.svg
%%DATADIR%%/svg/symbol/Cross6.svg
%%DATADIR%%/svg/symbol/Star1.svg
%%DATADIR%%/svg/symbol/Star2.svg
%%DATADIR%%/svg/symbol/Star3.svg
%%DATADIR%%/svg/symbol/blank_font.svg
%%DATADIR%%/svg/symbol/blank.svg
%%DATADIR%%/svg/symbol/education_nursery.svg
%%DATADIR%%/svg/symbol/education_school.svg
%%DATADIR%%/svg/symbol/education_university.svg
%%DATADIR%%/svg/symbol/fountain.svg
%%DATADIR%%/svg/symbol/landuse_coniferous_and_deciduous.svg
%%DATADIR%%/svg/symbol/landuse_coniferous.svg
%%DATADIR%%/svg/symbol/landuse_deciduous.svg
%%DATADIR%%/svg/symbol/landuse_grass.svg
%%DATADIR%%/svg/symbol/landuse_hills.svg
%%DATADIR%%/svg/symbol/landuse_quary.svg
%%DATADIR%%/svg/symbol/landuse_scrub.svg
%%DATADIR%%/svg/symbol/landuse_swamp.svg
%%DATADIR%%/svg/symbol/poi_boundary_administrative.svg
%%DATADIR%%/svg/symbol/poi_cave.svg
%%DATADIR%%/svg/symbol/poi_embassy2.svg
%%DATADIR%%/svg/symbol/poi_embassy.svg
%%DATADIR%%/svg/symbol/poi_military_bunker.svg
%%DATADIR%%/svg/symbol/poi_mine_abandoned.svg
%%DATADIR%%/svg/symbol/poi_mine.svg
%%DATADIR%%/svg/symbol/poi_peak.svg
%%DATADIR%%/svg/symbol/poi_place_city.svg
%%DATADIR%%/svg/symbol/poi_place_town.svg
%%DATADIR%%/svg/symbol/poi_place_village.svg
%%DATADIR%%/svg/symbol/poi_point_of_interest.svg
%%DATADIR%%/svg/symbol/poi_tower_communications.svg
%%DATADIR%%/svg/symbol/poi_tower_power.svg
%%DATADIR%%/svg/symbol/poi_tower_water.svg
%%DATADIR%%/svg/symbol/water_tower.svg
%%DATADIR%%/svg/tourist/tourist_archaeological2.svg
%%DATADIR%%/svg/tourist/tourist_archaeological.svg
%%DATADIR%%/svg/tourist/tourist_art_gallery2.svg
%%DATADIR%%/svg/tourist/tourist_art_gallery.svg
%%DATADIR%%/svg/tourist/tourist_battlefield.svg
%%DATADIR%%/svg/tourist/tourist_beach.svg
%%DATADIR%%/svg/tourist/tourist_casino.svg
%%DATADIR%%/svg/tourist/tourist_castle.svg
%%DATADIR%%/svg/tourist/tourist_cinema2.svg
%%DATADIR%%/svg/tourist/tourist_cinema.svg
%%DATADIR%%/svg/tourist/tourist_fountain.svg
%%DATADIR%%/svg/tourist/tourist_memorial.svg
%%DATADIR%%/svg/tourist/tourist_monument.svg
%%DATADIR%%/svg/tourist/tourist_museum.svg
%%DATADIR%%/svg/tourist/tourist_picnic.svg
%%DATADIR%%/svg/tourist/tourist_ruin.svg
%%DATADIR%%/svg/tourist/tourist_steam_train.svg
%%DATADIR%%/svg/tourist/tourist_theatre.svg
%%DATADIR%%/svg/tourist/tourist_view_point.svg
%%DATADIR%%/svg/tourist/tourist_waterwheel.svg
%%DATADIR%%/svg/tourist/tourist_windmill.svg
%%DATADIR%%/svg/tourist/tourist_wreck.svg
%%DATADIR%%/svg/tourist/tourist_zoo.svg
%%DATADIR%%/svg/tourist/tourisum_fountain.svg
%%DATADIR%%/svg/transport/amenity=airport.svg
%%DATADIR%%/svg/transport/amenity=ferry_terminal.svg
%%DATADIR%%/svg/transport/amenity=parking.svg
%%DATADIR%%/svg/transport/amenity=taxi.svg
%%DATADIR%%/svg/transport/barrier_bollard.svg
%%DATADIR%%/svg/transport/barrier_enterance.svg
%%DATADIR%%/svg/transport/barrier_gate.svg
%%DATADIR%%/svg/transport/barrier_lift_gate.svg
%%DATADIR%%/svg/transport/barrier_stile.svg
%%DATADIR%%/svg/transport/barrier_toll_booth.svg
%%DATADIR%%/svg/transport/highway=bus_stop.svg
%%DATADIR%%/svg/transport/railway=station.svg
%%DATADIR%%/svg/transport/transport_aerodrome2.svg
%%DATADIR%%/svg/transport/transport_aerodrome.svg
%%DATADIR%%/svg/transport/transport_airport2.svg
%%DATADIR%%/svg/transport/transport_airport.svg
%%DATADIR%%/svg/transport/transport_bus_station.svg
%%DATADIR%%/svg/transport/transport_bus_stop2.svg
%%DATADIR%%/svg/transport/transport_bus_stop.svg
%%DATADIR%%/svg/transport/transport_car_share.svg
%%DATADIR%%/svg/transport/transport_ford.svg
%%DATADIR%%/svg/transport/transport_fuel_lpg.svg
%%DATADIR%%/svg/transport/transport_fuel.svg
%%DATADIR%%/svg/transport/transport_lighthouse.svg
%%DATADIR%%/svg/transport/transport_marina.svg
%%DATADIR%%/svg/transport/transport_parking_bicycle.svg
%%DATADIR%%/svg/transport/transport_parking_car_paid.svg
%%DATADIR%%/svg/transport/transport_parking_car.svg
%%DATADIR%%/svg/transport/transport_parking_disabled.svg
%%DATADIR%%/svg/transport/transport_parking_private2.svg
%%DATADIR%%/svg/transport/transport_parking_private3.svg
%%DATADIR%%/svg/transport/transport_parking_private.svg
%%DATADIR%%/svg/transport/transport_parking.svg
%%DATADIR%%/svg/transport/transport_port.svg
%%DATADIR%%/svg/transport/transport_rental_bicycle.svg
%%DATADIR%%/svg/transport/transport_rental_car.svg
%%DATADIR%%/svg/transport/transport_roundabout_anticlockwise.svg
%%DATADIR%%/svg/transport/transport_roundabout_clockwise.svg
%%DATADIR%%/svg/transport/transport_taxi_rank.svg
%%DATADIR%%/svg/transport/transport_traffic_lights.svg
%%DATADIR%%/svg/transport/transport_train_station2.svg
%%DATADIR%%/svg/transport/transport_train_station.svg
%%DATADIR%%/svg/transport/transport_tram_stop.svg
%%PGSQL%%lib/qgis/plugins/libpostgresprovider.so
%%PGSQL%%lib/qgis/plugins/libspitplugin.so
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/GdalTools.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/about.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/contour.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/dem.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/edit.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/grid.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/merge.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/nearblack.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/polygonize.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/projection-add.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/projection-export.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/proximity.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/raster-clip.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/raster-info.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/rasterize.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/raster-overview.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/raster-paletted.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/raster-rgb.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/reset.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/sieve.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/tileindex.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/tooltip.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/translate.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/vrt.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/icons/warp.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/__init__.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/resources_rc.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/__init__.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/GdalTools_utils.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/dialogBase.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/dialogSRS.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doAbout.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doBuildVRT.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doClipper.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doContour.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doDEM.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doGrid.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doInfo.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doMerge.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doNearBlack.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doOverview.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doPctRgb.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doPolygonize.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doProjection.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doProximity.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doRasterize.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doRgbPct.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doSettings.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doSieve.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doTileIndex.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doTranslate.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/doWarp.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/extentSelector.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/inOutSelector.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/optionsTable.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/terrain.txt
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_dialogAbout.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_dialogBase.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_dialogSettings.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_extentSelector.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_inOutSelector.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_optionsTable.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetBuildVRT.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetClipper.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetContour.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetConvert.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetDEM.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetGrid.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetInfo.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetMerge.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetNearBlack.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetOverview.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetPolygonize.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetProjection.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetProximity.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetRasterize.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetSieve.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetTileIndex.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetTranslate.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/ui_widgetWarp.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/widgetBatchBase.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/GdalTools/tools/widgetPluginBase.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/fTools.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/analysis.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/basic_statistics.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/buffer.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/centroids.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/check_geometry.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/clip.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/convex_hull.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/define_projection.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/delaunay.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/difference.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/dissolve.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/export_geometry.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/export_projection.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/extract_nodes.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/ftools_logo.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/geometry.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/geoprocessing.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/help.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/intersections.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/intersect.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/join_attributes.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/join_location.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/layer_extent.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/management.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/matrix.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/mean.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/merge_shapes.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/multi_to_single.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/neighbour.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/random_points.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/random_selection.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/regular_points.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/sampling.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/select_location.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/simplify.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/single_to_multi.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/split_layer.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/sub_selection.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/sum_lines.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/sum_points.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/sym_difference.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/to_lines.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/union.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/unique.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/default/vector_grid.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis-0.1.svg
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/analysis.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/basic_statistics.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/buffer.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/centroids.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/check_geometry.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/clip.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/convex_hull.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/define_projection.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/delaunay.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/difference.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/dissolve.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/export_geometry.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/export_projection.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/extract_nodes.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/ftools_logo.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/geometry.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/geoprocessing.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/help.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/intersections.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/intersect.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/join_attributes.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/join_location.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/layer_extent.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/management.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/matrix.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/mean.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/multi_to_single.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/neighbour.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/random_points.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/random_selection.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/regular_points.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/sampling.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/select_location.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/simplify.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/single_to_multi.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/split_layer.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/sub_selection.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/sum_lines.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/sum_points.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/sym_difference.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/to_lines.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/union.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/unique.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/vector_grid.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/gis/voronoi.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/logo.svg
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/logo_small.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/icons/menu_icons.svg
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/__init__.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/resources_rc.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doDefineProj.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doGeometry.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doGeoprocessing.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doIntersectLines.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doMeanCoords.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doMergeShapes.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doPointDistance.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doPointsInPolygon.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doRandPoints.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doRandom.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doRegPoints.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doSelectByLocation.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doSimplify.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doSpatialJoin.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doSubsetSelect.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doSumLines.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doValidate.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doVectorGrid.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doVectorSplit.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/doVisual.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ftools_utils.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmGeometry.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmGeoprocessing.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmIntersectLines.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmMeanCoords.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmMergeShapes.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmPointDistance.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmPointsInPolygon.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmRandPoints.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmRandom.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmReProject.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmRegPoints.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmSimplify.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmSpatialJoin.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmSubsetSelect.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmSumLines.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmVectorGrid.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmVectorSplit.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/ui_frmVisual.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/fTools/tools/voronoi.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/mapserver_export/__init__.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/mapserver_export/mapserverexportdialog.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/mapserver_export/mapserver_export.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/mapserver_export/mapserverexport.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/mapserver_export/ms_export.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/mapserver_export/resources_rc.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/mapserver_export/ui_qgsmapserverexportbase.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/OsmAddRelationDlg.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/OsmDatabaseManager.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/OsmDownloadDlg.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/OsmFeatureDW.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/OsmImportDlg.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/OsmLoadDlg.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/OsmPlugin.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/OsmSaveDlg.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/OsmTags.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/OsmUndoRedoDW.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/OsmUploadDlg.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/__init__.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/map_tools/OsmCreateLineMT.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/map_tools/OsmCreatePointMT.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/map_tools/OsmCreatePolygonMT.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/map_tools/OsmIdentifyMT.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/map_tools/OsmMoveMT.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/map_tools/__init__.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/resources_rc.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/styles/big_scale.style
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/styles/medium_scale.style
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/styles/small_scale.style
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/ui_OsmAddRelationDlg.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/ui_OsmDownloadDlg.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/ui_OsmFeatureDW.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/ui_OsmImportDlg.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/ui_OsmLoadDlg.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/ui_OsmSaveDlg.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/ui_OsmUndoRedoDW.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/osm/ui_OsmUploadDlg.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/__init__.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/installer_data.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/installer_gui.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/installer_plugin.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/plugin_installer.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/qgis-icon.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/repoConnected.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/repoDisabled.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/repoUnavailable.png
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/resources_rc.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/ui_qgsplugininstallerbase.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/ui_qgsplugininstallerfetchingbase.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/ui_qgsplugininstallerinstallingbase.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/ui_qgsplugininstalleroldreposbase.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/ui_qgsplugininstallerpluginerrorbase.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/ui_qgsplugininstallerrepositorybase.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/unzip.py
%%QGIS_PYTHON%%%%DATADIR%%/python/plugins/plugin_installer/version_compare.py
%%QGIS_PYTHON%%%%DATADIR%%/python/pyspatialite/__init__.py
%%QGIS_PYTHON%%%%DATADIR%%/python/pyspatialite/_spatialite.so
%%QGIS_PYTHON%%%%DATADIR%%/python/pyspatialite/dbapi2.py
%%QGIS_PYTHON%%%%DATADIR%%/python/pyspatialite/dump.py
%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/analysis.so
%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/console.py
%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/console.pyc
%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/core.so
%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/gui.so
%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/__init__.py
%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/__init__.pyc
%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/utils.py
%%QGIS_PYTHON%%%%DATADIR%%/python/qgis/utils.pyc
%%QGIS_PYTHON%%lib/libqgispython.so
%%QGIS_PYTHON%%lib/libqgispython.so.1.7.3
bin/qgis
%%QGIS_FCGI%%bin/admin.sld
%%QGIS_FCGI%%bin/qgis_mapserv.fcgi
%%QGIS_FCGI%%bin/wms_metadata.xml
include/qgis/characterwidget.h
include/qgis/qextserialenumerator.h
include/qgis/qextserialport.h
include/qgis/qgisgui.h
include/qgis/qgis.h
include/qgis/qgisinterface.h
include/qgis/qgisplugin.h
include/qgis/qgsaddremoveitemcommand.h
include/qgis/qgsapplication.h
include/qgis/qgsattributeaction.h
include/qgis/qgsattributeeditor.h
include/qgis/qgsbrushstylecombobox.h
include/qgis/qgscategorizedsymbolrendererv2.h
include/qgis/qgscategorizedsymbolrendererv2widget.h
include/qgis/qgscentralpointpositionmanager.h
include/qgis/qgsclipper.h
include/qgis/qgscliptominmaxenhancement.h
include/qgis/qgscolorbrewerpalette.h
include/qgis/qgscolorbutton.h
include/qgis/qgscolorrampcombobox.h
include/qgis/qgscolorrampshader.h
include/qgis/qgscomposerattributetable.h
include/qgis/qgscomposeritemgroup.h
include/qgis/qgscomposeritem.h
include/qgis/qgscomposerlegend.h
include/qgis/qgscomposerlegenditem.h
include/qgis/qgscomposermap.h
include/qgis/qgscomposerpicture.h
include/qgis/qgscomposerscalebar.h
include/qgis/qgscomposershape.h
include/qgis/qgscomposerview.h
include/qgis/qgscomposition.h
include/qgis/qgsconfig.h
include/qgis/qgscontexthelp.h
include/qgis/qgscontinuouscolorrenderer.h
include/qgis/qgscontrastenhancementfunction.h
include/qgis/qgscontrastenhancement.h
include/qgis/qgscoordinatereferencesystem.h
include/qgis/qgscoordinatetransform.h
include/qgis/qgscredentialdialog.h
include/qgis/qgscredentials.h
include/qgis/qgscsexception.h
include/qgis/qgscursors.h
include/qgis/qgsdashspacedialog.h
include/qgis/qgsdataprovider.h
include/qgis/qgsdatasourceuri.h
include/qgis/qgsdetaileditemdelegate.h
include/qgis/qgsdetaileditemwidget.h
include/qgis/qgsdiagramrendererv2.h
include/qgis/qgsdistancearea.h
include/qgis/qgsencodingfiledialog.h
include/qgis/qgsexception.h
include/qgis/qgsfeature.h
include/qgis/qgsfield.h
include/qgis/qgsfieldvalidator.h
include/qgis/qgsfiledropedit.h
include/qgis/qgsfillsymbollayerv2.h
include/qgis/qgsformannotationitem.h
include/qgis/qgsfreakoutshader.h
include/qgis/qgsgenericprojectionselector.h
include/qgis/qgsgeometryanalyzer.h
include/qgis/qgsgeometry.h
include/qgis/qgsgpsconnection.h
include/qgis/qgsgpsdconnection.h
include/qgis/qgsgpsdetector.h
include/qgis/qgsgraduatedsymbolrenderer.h
include/qgis/qgsgraduatedsymbolrendererv2.h
include/qgis/qgsgraduatedsymbolrendererv2widget.h
include/qgis/qgsgridfilewriter.h
include/qgis/qgshttptransaction.h
include/qgis/qgsidwinterpolator.h
include/qgis/qgsinterpolator.h
include/qgis/qgslabelattributes.h
include/qgis/qgslabel.h
include/qgis/qgslegendinterface.h
include/qgis/qgslegendmodel.h
include/qgis/qgslinearminmaxenhancement.h
include/qgis/qgslinearminmaxenhancementwithclip.h
include/qgis/qgslinesymbollayerv2.h
include/qgis/qgslogger.h
include/qgis/qgslonglongvalidator.h
include/qgis/qgsludialog.h
include/qgis/qgsmapcanvas.h
include/qgis/qgsmapcanvasitem.h
include/qgis/qgsmapcanvasmap.h
include/qgis/qgsmapcanvassnapper.h
include/qgis/qgsmaplayer.h
include/qgis/qgsmaplayerregistry.h
include/qgis/qgsmapoverviewcanvas.h
include/qgis/qgsmaprenderer.h
include/qgis/qgsmaptip.h
include/qgis/qgsmaptoolemitpoint.h
include/qgis/qgsmaptool.h
include/qgis/qgsmaptoolpan.h
include/qgis/qgsmaptoolzoom.h
include/qgis/qgsmaptopixel.h
include/qgis/qgsmarkercatalogue.h
include/qgis/qgsmarkersymbollayerv2.h
include/qgis/qgsmessageoutput.h
include/qgis/qgsmessageviewer.h
include/qgis/qgsnetworkaccessmanager.h
include/qgis/qgsnmeaconnection.h
include/qgis/qgsoverlayobjectpositionmanager.h
include/qgis/qgspallabeling.h
include/qgis/qgspalobjectpositionmanager.h
include/qgis/qgspenstylecombobox.h
include/qgis/qgspluginlayer.h
include/qgis/qgspluginlayerregistry.h
include/qgis/qgspoint.h
include/qgis/qgsprojectbadlayerguihandler.h
include/qgis/qgsprojectfiletransform.h
include/qgis/qgsproject.h
include/qgis/qgsprojectionselector.h
include/qgis/qgsprojectproperty.h
include/qgis/qgsprojectversion.h
include/qgis/qgsprovidercountcalcevent.h
include/qgis/qgsproviderextentcalcevent.h
include/qgis/qgsprovidermetadata.h
include/qgis/qgsproviderregistry.h
include/qgis/qgspseudocolorshader.h
include/qgis/qgsquickprint.h
include/qgis/qgsrasterbandstats.h
include/qgis/qgsrasterdataprovider.h
include/qgis/qgsrasterlayer.h
include/qgis/qgsrasterprojector.h
include/qgis/qgsrasterpyramid.h
include/qgis/qgsrastershaderfunction.h
include/qgis/qgsrastershader.h
include/qgis/qgsrastertransparency.h
include/qgis/qgsrasterviewport.h
include/qgis/qgsrectangle.h
include/qgis/qgsrendercontext.h
include/qgis/qgsrenderer.h
include/qgis/qgsrendererplugin.h
include/qgis/qgsrendererv2.h
include/qgis/qgsrendererv2propertiesdialog.h
include/qgis/qgsrendererv2registry.h
include/qgis/qgsrendererv2widget.h
include/qgis/qgsrubberband.h
include/qgis/qgsrulebasedrendererv2widget.h
include/qgis/qgsrunprocess.h
include/qgis/qgsscalecalculator.h
include/qgis/qgssearchstring.h
include/qgis/qgssearchtreenode.h
include/qgis/qgssinglesymbolrenderer.h
include/qgis/qgssinglesymbolrendererv2.h
include/qgis/qgssinglesymbolrendererv2widget.h
include/qgis/qgssearchquerybuilder.h
include/qgis/qgssnapper.h
include/qgis/qgsspatialindex.h
include/qgis/qgsstylev2.h
include/qgis/qgsstylev2exportimportdialog.h
include/qgis/qgsstylev2managerdialog.h
include/qgis/qgssymbol.h
include/qgis/qgssymbollayerv2.h
include/qgis/qgssymbollayerv2registry.h
include/qgis/qgssymbollayerv2utils.h
include/qgis/qgssymbollayerv2widget.h
include/qgis/qgssymbollevelsv2dialog.h
include/qgis/qgssymbologyutils.h
include/qgis/qgssymbologyv2conversion.h
include/qgis/qgssymbolv2.h
include/qgis/qgssymbolv2propertiesdialog.h
include/qgis/qgssymbolv2selectordialog.h
include/qgis/qgstininterpolator.h
include/qgis/qgstolerance.h
include/qgis/qgsuniquevaluerenderer.h
include/qgis/qgsvectorcolorbrewercolorrampv2dialog.h
include/qgis/qgsvectorcolorrampv2.h
include/qgis/qgsvectordataprovider.h
include/qgis/qgsvectorfilewriter.h
include/qgis/qgsvectorgradientcolorrampv2dialog.h
include/qgis/qgsvectorlayer.h
include/qgis/qgsvectoroverlay.h
include/qgis/qgsvectorrandomcolorrampv2dialog.h
include/qgis/qgsvertexmarker.h
include/qgis/qgszonalstatistics.h
include/qgis/ui_qgscredentialdialog.h
include/qgis/ui_qgsdetaileditemwidgetbase.h
include/qgis/ui_qgsgenericprojectionselectorbase.h
include/qgis/ui_qgsmessageviewer.h
include/qgis/ui_qgsprojectionselectorbase.h
include/qgis/ui_qgsquerybuilderbase.h
lib/libqgis_analysis.so
lib/libqgis_analysis.so.1.7.3
lib/libqgis_core.so
lib/libqgis_core.so.1.7.3
lib/libqgis_gui.so
lib/libqgis_gui.so.1.7.3
lib/libqgissqlanyconnection.so
lib/libqgissqlanyconnection.so.1.7.3
lib/qgis/plugins/libcoordinatecaptureplugin.so
lib/qgis/plugins/libcopyrightlabelplugin.so
lib/qgis/plugins/libdelimitedtextplugin.so
lib/qgis/plugins/libdelimitedtextprovider.so
lib/qgis/plugins/libdiagramoverlay.so
lib/qgis/plugins/libdisplacementplugin.so
lib/qgis/plugins/libdxf2shpconverterplugin.so
lib/qgis/plugins/libevis.so
lib/qgis/plugins/libgdalprovider.so
lib/qgis/plugins/libgeorefplugin.so
lib/qgis/plugins/libgpsimporterplugin.so
lib/qgis/plugins/libgpxprovider.so
lib/qgis/plugins/libinterpolationplugin.so
lib/qgis/plugins/libmemoryprovider.so
lib/qgis/plugins/libnortharrowplugin.so
lib/qgis/plugins/libofflineeditingplugin.so
lib/qgis/plugins/libogrprovider.so
lib/qgis/plugins/liboracleplugin.so
lib/qgis/plugins/libosmprovider.so
lib/qgis/plugins/librasterterrainplugin.so
lib/qgis/plugins/libroadgraphplugin.so
lib/qgis/plugins/libscalebarplugin.so
lib/qgis/plugins/libspatialiteprovider.so
lib/qgis/plugins/libspatialqueryplugin.so
lib/qgis/plugins/libsqlanywhereprovider.so
lib/qgis/plugins/libsqlanywhereplugin.so
lib/qgis/plugins/libwfsplugin.so
lib/qgis/plugins/libwfsprovider.so
lib/qgis/plugins/libwmsprovider.so
lib/qgis/qgis_help
@dirrm lib/qgis/plugins
@dirrm lib/qgis
@dirrm include/qgis
@dirrm %%DATADIR%%/svg/transport
@dirrm %%DATADIR%%/svg/tourist
@dirrm %%DATADIR%%/svg/symbol
@dirrm %%DATADIR%%/svg/sport
@dirrm %%DATADIR%%/svg/shopping
@dirrm %%DATADIR%%/svg/services
@dirrm %%DATADIR%%/svg/religion
@dirrm %%DATADIR%%/svg/north_arrows
@dirrm %%DATADIR%%/svg/money
@dirrm %%DATADIR%%/svg/landmark
@dirrm %%DATADIR%%/svg/icon
@dirrm %%DATADIR%%/svg/health
@dirrm %%DATADIR%%/svg/gpsicons
@dirrm %%DATADIR%%/svg/geometric
@dirrm %%DATADIR%%/svg/food
@dirrm %%DATADIR%%/svg/entertainment
@dirrm %%DATADIR%%/svg/emergency
@dirrm %%DATADIR%%/svg/biology
@dirrm %%DATADIR%%/svg/amenity
@dirrm %%DATADIR%%/svg/accommodation
@dirrm %%DATADIR%%/svg
@dirrm %%DATADIR%%/resources/context_help
@dirrm %%DATADIR%%/resources
@dirrm %%DATADIR%%/images/splash
@dirrm %%DATADIR%%/images/north_arrows
@dirrm %%DATADIR%%/images/icons
@dirrm %%DATADIR%%/images
@dirrm %%DATADIR%%/i18n
@dirrm %%DATADIR%%/doc/images
@dirrm %%DATADIR%%/doc
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/qgis
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/plugin_installer
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/osm/styles
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/osm/map_tools
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/osm
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/mapserver_export
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/fTools/tools
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/fTools/icons/gis
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/fTools/icons/default
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/fTools/icons
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/fTools
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/GdalTools/tools
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/GdalTools/icons
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins/GdalTools
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/plugins
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python/pyspatialite
%%QGIS_PYTHON%%@dirrm %%DATADIR%%/python
@dirrm %%DATADIR%%