|
1156 | 1156 | 72A07EA40F3C022A004FC2A4 /* plugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E7B40F39E57B003DC336 /* plugin.cpp */; };
|
1157 | 1157 | 72A07EA50F3C022B004FC2A4 /* plugingui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E7B60F39E57B003DC336 /* plugingui.cpp */; };
|
1158 | 1158 | 72A07EA80F3C02E1004FC2A4 /* libqgis_gui.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7209F38E0F3A2F2B003DC336 /* libqgis_gui.dylib */; };
|
| 1159 | + 72A239490F74A64400AFC35B /* BeataDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72A239430F74A62200AFC35B /* BeataDialog.cpp */; }; |
| 1160 | + 72A2394A0F74A64400AFC35B /* BeataModel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72A239450F74A62200AFC35B /* BeataModel.cpp */; }; |
| 1161 | + 72A2394B0F74A64400AFC35B /* BeataView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72A239470F74A62200AFC35B /* BeataView.cpp */; }; |
| 1162 | + 72A2394C0F74A66400AFC35B /* BeataDialog.h in Sources */ = {isa = PBXBuildFile; fileRef = 72A239440F74A62200AFC35B /* BeataDialog.h */; }; |
| 1163 | + 72A2394D0F74A66400AFC35B /* BeataModel.h in Sources */ = {isa = PBXBuildFile; fileRef = 72A239460F74A62200AFC35B /* BeataModel.h */; }; |
1159 | 1164 | 72A56B2D0F3C810600BA32A1 /* libqgis_core.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7209F1D20F39E760003DC336 /* libqgis_core.dylib */; };
|
1160 | 1165 | 72A56B470F3C822800BA32A1 /* libqgis_core.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7209F1D20F39E760003DC336 /* libqgis_core.dylib */; };
|
1161 | 1166 | 72A56B520F3C823800BA32A1 /* libqgis_core.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7209F1D20F39E760003DC336 /* libqgis_core.dylib */; };
|
|
7889 | 7894 | 72A07E040F3BE917004FC2A4 /* ReadMe-Developers.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "ReadMe-Developers.rtf"; sourceTree = "<group>"; };
|
7890 | 7895 | 72A07E3A0F3BEE16004FC2A4 /* libqgisgrass.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libqgisgrass.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
|
7891 | 7896 | 72A07E5F0F3BF35F004FC2A4 /* libcopyrightlabelplugin.so */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = libcopyrightlabelplugin.so; sourceTree = BUILT_PRODUCTS_DIR; };
|
| 7897 | + 72A239430F74A62200AFC35B /* BeataDialog.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BeataDialog.cpp; path = ../../src/app/attributetable/BeataDialog.cpp; sourceTree = SOURCE_ROOT; }; |
| 7898 | + 72A239440F74A62200AFC35B /* BeataDialog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BeataDialog.h; path = ../../src/app/attributetable/BeataDialog.h; sourceTree = SOURCE_ROOT; }; |
| 7899 | + 72A239450F74A62200AFC35B /* BeataModel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BeataModel.cpp; path = ../../src/app/attributetable/BeataModel.cpp; sourceTree = SOURCE_ROOT; }; |
| 7900 | + 72A239460F74A62200AFC35B /* BeataModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BeataModel.h; path = ../../src/app/attributetable/BeataModel.h; sourceTree = SOURCE_ROOT; }; |
| 7901 | + 72A239470F74A62200AFC35B /* BeataView.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BeataView.cpp; path = ../../src/app/attributetable/BeataView.cpp; sourceTree = SOURCE_ROOT; }; |
| 7902 | + 72A239480F74A62200AFC35B /* BeataView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BeataView.h; path = ../../src/app/attributetable/BeataView.h; sourceTree = SOURCE_ROOT; }; |
| 7903 | + 72A2395B0F74A69300AFC35B /* BeataGui.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = BeataGui.ui; path = ../../src/ui/BeataGui.ui; sourceTree = SOURCE_ROOT; }; |
7892 | 7904 | 72A56B310F3C810600BA32A1 /* libdelimitedtextplugin.so */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = libdelimitedtextplugin.so; sourceTree = BUILT_PRODUCTS_DIR; };
|
7893 | 7905 | 72A56B4B0F3C822800BA32A1 /* libgeoreferencerplugin.so */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = libgeoreferencerplugin.so; sourceTree = BUILT_PRODUCTS_DIR; };
|
7894 | 7906 | 72A56B560F3C823800BA32A1 /* libgpsimporter.so */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = libgpsimporter.so; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
8623 | 8635 | 7209E65D0F39E57A003DC336 /* qgsuniquevaluedialog.h */,
|
8624 | 8636 | 7209E65E0F39E57A003DC336 /* qgsvectorlayerproperties.cpp */,
|
8625 | 8637 | 7209E65F0F39E57A003DC336 /* qgsvectorlayerproperties.h */,
|
| 8638 | + 72A239420F74A62200AFC35B /* attributetable */, |
8626 | 8639 | 7209E5BD0F39E57A003DC336 /* composer */,
|
8627 | 8640 | 7209E5D00F39E57A003DC336 /* legend */,
|
8628 | 8641 | 726979A10F71369A00AFA402 /* ogr */,
|
|
10686 | 10699 | isa = PBXGroup;
|
10687 | 10700 | children = (
|
10688 | 10701 | 7209EC880F39E57B003DC336 /* CMakeLists.txt */,
|
| 10702 | + 72A2395B0F74A69300AFC35B /* BeataGui.ui */, |
10689 | 10703 | 7209EC890F39E57B003DC336 /* qgisappbase.ui */,
|
10690 | 10704 | 7209EC8A0F39E57B003DC336 /* qgsabout.ui */,
|
10691 | 10705 | 7209EC8B0F39E57B003DC336 /* qgsaddattrdialogbase.ui */,
|
|
12000 | 12014 | path = ../../src/app/ogr;
|
12001 | 12015 | sourceTree = SOURCE_ROOT;
|
12002 | 12016 | };
|
| 12017 | + 72A239420F74A62200AFC35B /* attributetable */ = { |
| 12018 | + isa = PBXGroup; |
| 12019 | + children = ( |
| 12020 | + 72A239430F74A62200AFC35B /* BeataDialog.cpp */, |
| 12021 | + 72A239440F74A62200AFC35B /* BeataDialog.h */, |
| 12022 | + 72A239450F74A62200AFC35B /* BeataModel.cpp */, |
| 12023 | + 72A239460F74A62200AFC35B /* BeataModel.h */, |
| 12024 | + 72A239470F74A62200AFC35B /* BeataView.cpp */, |
| 12025 | + 72A239480F74A62200AFC35B /* BeataView.h */, |
| 12026 | + ); |
| 12027 | + name = attributetable; |
| 12028 | + path = ../../src/app/attributetable; |
| 12029 | + sourceTree = SOURCE_ROOT; |
| 12030 | + }; |
12003 | 12031 | 72EBC96C0F49D6D90016BA3C /* gis */ = {
|
12004 | 12032 | isa = PBXGroup;
|
12005 | 12033 | children = (
|
|
14130 | 14158 | 729288B40F71FEE2006D9489 /* qgsnewogrconnection.h in Sources */,
|
14131 | 14159 | 729288B50F71FEE2006D9489 /* qgsogrsublayersdialog.h in Sources */,
|
14132 | 14160 | 729288B60F71FEE2006D9489 /* qgsopenvectorlayerdialog.h in Sources */,
|
| 14161 | + 72A239490F74A64400AFC35B /* BeataDialog.cpp in Sources */, |
| 14162 | + 72A2394A0F74A64400AFC35B /* BeataModel.cpp in Sources */, |
| 14163 | + 72A2394B0F74A64400AFC35B /* BeataView.cpp in Sources */, |
| 14164 | + 72A2394C0F74A66400AFC35B /* BeataDialog.h in Sources */, |
| 14165 | + 72A2394D0F74A66400AFC35B /* BeataModel.h in Sources */, |
14133 | 14166 | );
|
14134 | 14167 | runOnlyForDeploymentPostprocessing = 0;
|
14135 | 14168 | };
|
|
16534 | 16567 | "$(inherited)",
|
16535 | 16568 | ../../src/app,
|
16536 | 16569 | ../../src/app/legend,
|
| 16570 | + ../../src/app/attributetable, |
16537 | 16571 | ../../src/app/composer,
|
16538 | 16572 | ../../src/core,
|
16539 | 16573 | ../../src/core/composer,
|
|
16579 | 16613 | "$(inherited)",
|
16580 | 16614 | ../../src/app,
|
16581 | 16615 | ../../src/app/legend,
|
| 16616 | + ../../src/app/attributetable, |
16582 | 16617 | ../../src/app/composer,
|
16583 | 16618 | ../../src/core,
|
16584 | 16619 | ../../src/core/composer,
|
|
0 commit comments