|
1317 | 1317 | 72AF7B6510F8F1EB00BD549A /* qwt_polar_panner.h in Sources */ = {isa = PBXBuildFile; fileRef = 72AF7B4B10F8F02100BD549A /* qwt_polar_panner.h */; };
|
1318 | 1318 | 72AF7B6610F8F1EB00BD549A /* qwt_polar_plot.h in Sources */ = {isa = PBXBuildFile; fileRef = 72AF7B4D10F8F02100BD549A /* qwt_polar_plot.h */; };
|
1319 | 1319 | 72AF7B7310F8F62400BD549A /* qgsattributeselectiondialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72AF7B7110F8F5F600BD549A /* qgsattributeselectiondialog.cpp */; };
|
1320 |
| - 72AF7B7410F8F67E00BD549A /* qgscomposertable.h in Sources */ = {isa = PBXBuildFile; fileRef = 7295BC7410F57CE8005D1408 /* qgscomposertable.h */; }; |
1321 | 1320 | 72B236B011570743007B4803 /* libqgis_core.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7209F1D20F39E760003DC336 /* libqgis_core.dylib */; };
|
1322 | 1321 | 72B236B111570743007B4803 /* libqgis_gui.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7209F38E0F3A2F2B003DC336 /* libqgis_gui.dylib */; };
|
1323 | 1322 | 72B236BB115707EF007B4803 /* qgsdisplacementplugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72B236A411570705007B4803 /* qgsdisplacementplugin.cpp */; };
|
|
1335 | 1334 | 72BDC39D116E267A0088DEB4 /* symbology-ng-style.xml in Copy - resources */ = {isa = PBXBuildFile; fileRef = 7225EFF110B22E9700D23EA2 /* symbology-ng-style.xml */; };
|
1336 | 1335 | 72C77407111327B800BCB559 /* qgsattributeselectiondialog.h in Sources */ = {isa = PBXBuildFile; fileRef = 72AF7B7210F8F5F600BD549A /* qgsattributeselectiondialog.h */; };
|
1337 | 1336 | 72C83D5210A5D22600B97B43 /* utils.py in Copy - qgis */ = {isa = PBXBuildFile; fileRef = 72C83D4F10A5D08E00B97B43 /* utils.py */; };
|
| 1337 | + 72C8D7D71178B6D0005B5B87 /* qgscomposerattributetable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72C8D7D31178B6A3005B5B87 /* qgscomposerattributetable.cpp */; }; |
| 1338 | + 72C8D7D81178B6D0005B5B87 /* qgscomposerattributetable.h in Sources */ = {isa = PBXBuildFile; fileRef = 72C8D7D41178B6A3005B5B87 /* qgscomposerattributetable.h */; }; |
| 1339 | + 72C8D7D91178B6D0005B5B87 /* qgscomposertexttable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72C8D7D51178B6A3005B5B87 /* qgscomposertexttable.cpp */; }; |
1338 | 1340 | 72C93CDE10B58A79003A618E /* qgscomposershapewidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72C93CDC10B58A07003A618E /* qgscomposershapewidget.cpp */; };
|
1339 | 1341 | 72C93CDF10B58A84003A618E /* qgscomposershapewidget.h in Sources */ = {isa = PBXBuildFile; fileRef = 72C93CDD10B58A07003A618E /* qgscomposershapewidget.h */; };
|
1340 | 1342 | 72C93CE310B58B07003A618E /* qgscomposershape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72C93CE010B58AD2003A618E /* qgscomposershape.cpp */; };
|
|
6958 | 6960 | 72C5C90A1059386500555945 /* osm_removeMember.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = osm_removeMember.png; path = ../../python/plugins/osm/images/osm_removeMember.png; sourceTree = SOURCE_ROOT; };
|
6959 | 6961 | 72C5C90B1059386500555945 /* osm_removeTag.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = osm_removeTag.png; path = ../../python/plugins/osm/images/osm_removeTag.png; sourceTree = SOURCE_ROOT; };
|
6960 | 6962 | 72C83D4F10A5D08E00B97B43 /* utils.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; name = utils.py; path = ../../python/utils.py; sourceTree = SOURCE_ROOT; };
|
| 6963 | + 72C8D7D31178B6A3005B5B87 /* qgscomposerattributetable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgscomposerattributetable.cpp; path = ../../src/core/composer/qgscomposerattributetable.cpp; sourceTree = SOURCE_ROOT; }; |
| 6964 | + 72C8D7D41178B6A3005B5B87 /* qgscomposerattributetable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgscomposerattributetable.h; path = ../../src/core/composer/qgscomposerattributetable.h; sourceTree = SOURCE_ROOT; }; |
| 6965 | + 72C8D7D51178B6A3005B5B87 /* qgscomposertexttable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgscomposertexttable.cpp; path = ../../src/core/composer/qgscomposertexttable.cpp; sourceTree = SOURCE_ROOT; }; |
| 6966 | + 72C8D7D61178B6A3005B5B87 /* qgscomposertexttable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgscomposertexttable.h; path = ../../src/core/composer/qgscomposertexttable.h; sourceTree = SOURCE_ROOT; }; |
6961 | 6967 | 72C93CD910B58952003A618E /* mActionAddBasicShape.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = mActionAddBasicShape.png; path = ../../images/themes/default/mActionAddBasicShape.png; sourceTree = SOURCE_ROOT; };
|
6962 | 6968 | 72C93CDB10B589B7003A618E /* qgscomposershapewidgetbase.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = qgscomposershapewidgetbase.ui; path = ../../src/ui/qgscomposershapewidgetbase.ui; sourceTree = SOURCE_ROOT; };
|
6963 | 6969 | 72C93CDC10B58A07003A618E /* qgscomposershapewidget.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgscomposershapewidget.cpp; path = ../../src/app/composer/qgscomposershapewidget.cpp; sourceTree = SOURCE_ROOT; };
|
|
8456 | 8462 | 7209E67D0F39E57A003DC336 /* qgssingleboxscalebarstyle.h */,
|
8457 | 8463 | 7209E67E0F39E57A003DC336 /* qgsticksscalebarstyle.cpp */,
|
8458 | 8464 | 7209E67F0F39E57A003DC336 /* qgsticksscalebarstyle.h */,
|
| 8465 | + 72C8D7D31178B6A3005B5B87 /* qgscomposerattributetable.cpp */, |
| 8466 | + 72C8D7D41178B6A3005B5B87 /* qgscomposerattributetable.h */, |
| 8467 | + 72C8D7D51178B6A3005B5B87 /* qgscomposertexttable.cpp */, |
| 8468 | + 72C8D7D61178B6A3005B5B87 /* qgscomposertexttable.h */, |
8459 | 8469 | );
|
8460 | 8470 | name = composer;
|
8461 | 8471 | path = ../../src/core/composer;
|
|
15025 | 15035 | 729287470F71C2CB006D9489 /* qgscomposerpicture.h in Sources */,
|
15026 | 15036 | 729287480F71C2CB006D9489 /* qgscomposerscalebar.h in Sources */,
|
15027 | 15037 | 7296CD9E10C2ED18001EAD92 /* qgscomposershape.h in Sources */,
|
15028 |
| - 72AF7B7410F8F67E00BD549A /* qgscomposertable.h in Sources */, |
15029 | 15038 | 72038CA310893F3100439C44 /* qgscomposition.h in Sources */,
|
15030 | 15039 | 729287490F71C2CB006D9489 /* qgscontexthelp.h in Sources */,
|
15031 | 15040 | 7292874A0F71C2CB006D9489 /* qgscoordinatetransform.h in Sources */,
|
|
15102 | 15111 | 72ED33A8110FD64F00526CF5 /* qgspluginlayerregistry.cpp in Sources */,
|
15103 | 15112 | 72DAAF3F111A6090000DC8B7 /* qgscredentials.cpp in Sources */,
|
15104 | 15113 | 72DAAF40111A6090000DC8B7 /* qgscredentials.h in Sources */,
|
| 15114 | + 72C8D7D71178B6D0005B5B87 /* qgscomposerattributetable.cpp in Sources */, |
| 15115 | + 72C8D7D81178B6D0005B5B87 /* qgscomposerattributetable.h in Sources */, |
| 15116 | + 72C8D7D91178B6D0005B5B87 /* qgscomposertexttable.cpp in Sources */, |
15105 | 15117 | );
|
15106 | 15118 | runOnlyForDeploymentPostprocessing = 0;
|
15107 | 15119 | };
|
|
19708 | 19720 | COPY_PHASE_STRIP = NO;
|
19709 | 19721 | GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
19710 | 19722 | GCC_OPTIMIZATION_LEVEL = 0;
|
19711 |
| - QGIS_VERSION_BUILD = 13283; |
| 19723 | + QGIS_VERSION_BUILD = 13317; |
19712 | 19724 | STRIP_INSTALLED_PRODUCT = NO;
|
19713 | 19725 | };
|
19714 | 19726 | name = Debug;
|
|
19719 | 19731 | buildSettings = {
|
19720 | 19732 | COPY_PHASE_STRIP = YES;
|
19721 | 19733 | GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
19722 |
| - QGIS_VERSION_BUILD = 13283; |
| 19734 | + QGIS_VERSION_BUILD = 13317; |
19723 | 19735 | STRIP_INSTALLED_PRODUCT = YES;
|
19724 | 19736 | };
|
19725 | 19737 | name = Release;
|
|
0 commit comments