Skip to content

Commit 6c6ff49

Browse files
author
kyngchaos
committedFeb 6, 2010
grass raster provider (r12880)
git-svn-id: http://svn.osgeo.org/qgis/trunk@12889 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1e66aa7 commit 6c6ff49

File tree

1 file changed

+383
-2
lines changed

1 file changed

+383
-2
lines changed
 

‎mac/xcode/Qgis.xcodeproj/project.pbxproj

Lines changed: 383 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@
9999
7256F1A60F411B480022BE1F /* PBXTargetDependency */,
100100
7256F1A20F411B480022BE1F /* PBXTargetDependency */,
101101
7256F1A00F411B480022BE1F /* PBXTargetDependency */,
102+
7230E4AB111D385900F256EB /* PBXTargetDependency */,
103+
7230E4A9111D385900F256EB /* PBXTargetDependency */,
104+
7230E4A7111D385900F256EB /* PBXTargetDependency */,
102105
72F07FEA0F5112D8008D3148 /* PBXTargetDependency */,
103106
727E6B7B0FEACF5100DF6F64 /* PBXTargetDependency */,
104107
7256F1A40F411B480022BE1F /* PBXTargetDependency */,
@@ -1581,6 +1584,11 @@
15811584
72FB54CF0FAF3B5E00AB2F8D /* qgsattributetablememorymodel.h in Sources */ = {isa = PBXBuildFile; fileRef = 72FB54C20FAF3A5D00AB2F8D /* qgsattributetablememorymodel.h */; };
15821585
72FE24C7105BE1B50026B6CB /* CONTRIBUTORS in Copy - doc */ = {isa = PBXBuildFile; fileRef = 7256F2E30F4147890022BE1F /* CONTRIBUTORS */; };
15831586
72FE24C8105BE2400026B6CB /* qgsgeometryanalyzer.h in Headers */ = {isa = PBXBuildFile; fileRef = 721597E71052B2B0003D1610 /* qgsgeometryanalyzer.h */; settings = {ATTRIBUTES = (Public, ); }; };
1587+
72FEE38B111D31AC00D28C1A /* libqgisgrass.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72A07E3A0F3BEE16004FC2A4 /* libqgisgrass.dylib */; };
1588+
72FEE39B111D31D000D28C1A /* qgsgrassrasterprovider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72FEE382111D314200D28C1A /* qgsgrassrasterprovider.cpp */; };
1589+
72FEE3A1111D32BE00D28C1A /* libqgis_core.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7209F1D20F39E760003DC336 /* libqgis_core.dylib */; };
1590+
72FEE3B4111D356400D28C1A /* qgis.d.rast.c in Sources */ = {isa = PBXBuildFile; fileRef = 72FEE380111D314200D28C1A /* qgis.d.rast.c */; };
1591+
72FEE3CA111D37A900D28C1A /* qgis.g.info.c in Sources */ = {isa = PBXBuildFile; fileRef = 72FEE381111D314200D28C1A /* qgis.g.info.c */; };
15841592
/* End PBXBuildFile section */
15851593

15861594
/* Begin PBXBuildRule section */
@@ -2301,6 +2309,27 @@
23012309
remoteGlobalIDString = 7225EF1710B2265A00D23EA2;
23022310
remoteInfo = labelingplugin;
23032311
};
2312+
7230E4A6111D385900F256EB /* PBXContainerItemProxy */ = {
2313+
isa = PBXContainerItemProxy;
2314+
containerPortal = 20286C28FDCF999611CA2CEA /* Project object */;
2315+
proxyType = 1;
2316+
remoteGlobalIDString = 72FEE3C1111D378800D28C1A /* qgis.g.info */;
2317+
remoteInfo = qgis.g.info;
2318+
};
2319+
7230E4A8111D385900F256EB /* PBXContainerItemProxy */ = {
2320+
isa = PBXContainerItemProxy;
2321+
containerPortal = 20286C28FDCF999611CA2CEA /* Project object */;
2322+
proxyType = 1;
2323+
remoteGlobalIDString = 72FEE3A6111D353300D28C1A /* qgis.d.rast */;
2324+
remoteInfo = qgis.d.rast;
2325+
};
2326+
7230E4AA111D385900F256EB /* PBXContainerItemProxy */ = {
2327+
isa = PBXContainerItemProxy;
2328+
containerPortal = 20286C28FDCF999611CA2CEA /* Project object */;
2329+
proxyType = 1;
2330+
remoteGlobalIDString = 72FEE385111D31AC00D28C1A /* grassrasterprovider */;
2331+
remoteInfo = grassrasterprovider;
2332+
};
23042333
7256F18F0F411B110022BE1F /* PBXContainerItemProxy */ = {
23052334
isa = PBXContainerItemProxy;
23062335
containerPortal = 20286C28FDCF999611CA2CEA /* Project object */;
@@ -2595,6 +2624,13 @@
25952624
remoteGlobalIDString = 72FB0B4A0FFD680F0052360B;
25962625
remoteInfo = evisplugin;
25972626
};
2627+
72FEE387111D31AC00D28C1A /* PBXContainerItemProxy */ = {
2628+
isa = PBXContainerItemProxy;
2629+
containerPortal = 20286C28FDCF999611CA2CEA /* Project object */;
2630+
proxyType = 1;
2631+
remoteGlobalIDString = 72A07E090F3BEE16004FC2A4;
2632+
remoteInfo = qgisgrass;
2633+
};
25982634
/* End PBXContainerItemProxy section */
25992635

26002636
/* Begin PBXCopyFilesBuildPhase section */
@@ -7162,6 +7198,13 @@
71627198
72FB54C70FAF3A5D00AB2F8D /* qgsattributetableidcolumnpair.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsattributetableidcolumnpair.cpp; path = ../../src/app/attributetable/qgsattributetableidcolumnpair.cpp; sourceTree = SOURCE_ROOT; };
71637199
72FB54C80FAF3A5D00AB2F8D /* qgsattributetablefiltermodel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsattributetablefiltermodel.cpp; path = ../../src/app/attributetable/qgsattributetablefiltermodel.cpp; sourceTree = SOURCE_ROOT; };
71647200
72FDF1640FB4720400580178 /* DONORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = DONORS; path = ../../DONORS; sourceTree = SOURCE_ROOT; };
7201+
72FEE380111D314200D28C1A /* qgis.d.rast.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = qgis.d.rast.c; path = ../../src/providers/grass/qgis.d.rast.c; sourceTree = SOURCE_ROOT; };
7202+
72FEE381111D314200D28C1A /* qgis.g.info.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = qgis.g.info.c; path = ../../src/providers/grass/qgis.g.info.c; sourceTree = SOURCE_ROOT; };
7203+
72FEE382111D314200D28C1A /* qgsgrassrasterprovider.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsgrassrasterprovider.cpp; path = ../../src/providers/grass/qgsgrassrasterprovider.cpp; sourceTree = SOURCE_ROOT; };
7204+
72FEE383111D314200D28C1A /* qgsgrassrasterprovider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsgrassrasterprovider.h; path = ../../src/providers/grass/qgsgrassrasterprovider.h; sourceTree = SOURCE_ROOT; };
7205+
72FEE38F111D31AC00D28C1A /* libgrassrasterprovider.so */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = libgrassrasterprovider.so; sourceTree = BUILT_PRODUCTS_DIR; };
7206+
72FEE3B1111D353300D28C1A /* qgis.d.rast */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = qgis.d.rast; sourceTree = BUILT_PRODUCTS_DIR; };
7207+
72FEE3C8111D378800D28C1A /* qgis.g.info */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = qgis.g.info; sourceTree = BUILT_PRODUCTS_DIR; };
71657208
8D0C4E960486CD37000505A6 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
71667209
/* End PBXFileReference section */
71677210

@@ -7512,6 +7555,29 @@
75127555
);
75137556
runOnlyForDeploymentPostprocessing = 0;
75147557
};
7558+
72FEE38A111D31AC00D28C1A /* Frameworks */ = {
7559+
isa = PBXFrameworksBuildPhase;
7560+
buildActionMask = 2147483647;
7561+
files = (
7562+
72FEE3A1111D32BE00D28C1A /* libqgis_core.dylib in Frameworks */,
7563+
72FEE38B111D31AC00D28C1A /* libqgisgrass.dylib in Frameworks */,
7564+
);
7565+
runOnlyForDeploymentPostprocessing = 0;
7566+
};
7567+
72FEE3AB111D353300D28C1A /* Frameworks */ = {
7568+
isa = PBXFrameworksBuildPhase;
7569+
buildActionMask = 2147483647;
7570+
files = (
7571+
);
7572+
runOnlyForDeploymentPostprocessing = 0;
7573+
};
7574+
72FEE3C4111D378800D28C1A /* Frameworks */ = {
7575+
isa = PBXFrameworksBuildPhase;
7576+
buildActionMask = 2147483647;
7577+
files = (
7578+
);
7579+
runOnlyForDeploymentPostprocessing = 0;
7580+
};
75157581
8D0C4E910486CD37000505A6 /* Frameworks */ = {
75167582
isa = PBXFrameworksBuildPhase;
75177583
buildActionMask = 2147483647;
@@ -7571,6 +7637,9 @@
75717637
7268E80C11021E6B00B96374 /* analysis.so */,
75727638
7268E87111023A8700B96374 /* core.so */,
75737639
7268E88F11023DF700B96374 /* gui.so */,
7640+
72FEE38F111D31AC00D28C1A /* libgrassrasterprovider.so */,
7641+
72FEE3B1111D353300D28C1A /* qgis.d.rast */,
7642+
72FEE3C8111D378800D28C1A /* qgis.g.info */,
75747643
);
75757644
name = Products;
75767645
sourceTree = "<group>";
@@ -9125,6 +9194,10 @@
91259194
7209EC5A0F39E57B003DC336 /* qgsgrass.h */,
91269195
7209EC5B0F39E57B003DC336 /* qgsgrassprovider.cpp */,
91279196
7209EC5C0F39E57B003DC336 /* qgsgrassprovider.h */,
9197+
72FEE380111D314200D28C1A /* qgis.d.rast.c */,
9198+
72FEE381111D314200D28C1A /* qgis.g.info.c */,
9199+
72FEE382111D314200D28C1A /* qgsgrassrasterprovider.cpp */,
9200+
72FEE383111D314200D28C1A /* qgsgrassrasterprovider.h */,
91289201
);
91299202
name = grass;
91309203
path = ../../src/providers/grass;
@@ -13724,6 +13797,55 @@
1372413797
productReference = 72FB0B550FFD680F0052360B /* libevisplugin.so */;
1372513798
productType = "com.apple.product-type.tool";
1372613799
};
13800+
72FEE385111D31AC00D28C1A /* grassrasterprovider */ = {
13801+
isa = PBXNativeTarget;
13802+
buildConfigurationList = 72FEE38C111D31AC00D28C1A /* Build configuration list for PBXNativeTarget "grassrasterprovider" */;
13803+
buildPhases = (
13804+
72FEE388111D31AC00D28C1A /* Sources */,
13805+
72FEE38A111D31AC00D28C1A /* Frameworks */,
13806+
);
13807+
buildRules = (
13808+
);
13809+
dependencies = (
13810+
72FEE386111D31AC00D28C1A /* PBXTargetDependency */,
13811+
);
13812+
name = grassrasterprovider;
13813+
productName = testprog;
13814+
productReference = 72FEE38F111D31AC00D28C1A /* libgrassrasterprovider.so */;
13815+
productType = "com.apple.product-type.tool";
13816+
};
13817+
72FEE3A6111D353300D28C1A /* qgis.d.rast */ = {
13818+
isa = PBXNativeTarget;
13819+
buildConfigurationList = 72FEE3AE111D353300D28C1A /* Build configuration list for PBXNativeTarget "qgis.d.rast" */;
13820+
buildPhases = (
13821+
72FEE3A9111D353300D28C1A /* Sources */,
13822+
72FEE3AB111D353300D28C1A /* Frameworks */,
13823+
);
13824+
buildRules = (
13825+
);
13826+
dependencies = (
13827+
);
13828+
name = qgis.d.rast;
13829+
productName = testprog;
13830+
productReference = 72FEE3B1111D353300D28C1A /* qgis.d.rast */;
13831+
productType = "com.apple.product-type.tool";
13832+
};
13833+
72FEE3C1111D378800D28C1A /* qgis.g.info */ = {
13834+
isa = PBXNativeTarget;
13835+
buildConfigurationList = 72FEE3C5111D378800D28C1A /* Build configuration list for PBXNativeTarget "qgis.g.info" */;
13836+
buildPhases = (
13837+
72FEE3C2111D378800D28C1A /* Sources */,
13838+
72FEE3C4111D378800D28C1A /* Frameworks */,
13839+
);
13840+
buildRules = (
13841+
);
13842+
dependencies = (
13843+
);
13844+
name = qgis.g.info;
13845+
productName = testprog;
13846+
productReference = 72FEE3C8111D378800D28C1A /* qgis.g.info */;
13847+
productType = "com.apple.product-type.tool";
13848+
};
1372713849
8D0C4E890486CD37000505A6 /* Qgis */ = {
1372813850
isa = PBXNativeTarget;
1372913851
buildConfigurationList = C0E91AC508A95435008D54AB /* Build configuration list for PBXNativeTarget "Qgis" */;
@@ -13806,6 +13928,9 @@
1380613928
72A07DA00F3BDFA3004FC2A4 /* wfsprovider */,
1380713929
72A07E090F3BEE16004FC2A4 /* qgisgrass */,
1380813930
72A07DAC0F3BDFA4004FC2A4 /* grassprovider */,
13931+
72FEE385111D31AC00D28C1A /* grassrasterprovider */,
13932+
72FEE3A6111D353300D28C1A /* qgis.d.rast */,
13933+
72FEE3C1111D378800D28C1A /* qgis.g.info */,
1380913934
7262ED920F7A770300498385 /* spatialiteprovider */,
1381013935
72A56D950F3CCAF700BA32A1 /* plugin template */,
1381113936
72A56BEA0F3C886100BA32A1 /* coordinatecaptureplugin */,
@@ -15196,6 +15321,30 @@
1519615321
);
1519715322
runOnlyForDeploymentPostprocessing = 0;
1519815323
};
15324+
72FEE388111D31AC00D28C1A /* Sources */ = {
15325+
isa = PBXSourcesBuildPhase;
15326+
buildActionMask = 2147483647;
15327+
files = (
15328+
72FEE39B111D31D000D28C1A /* qgsgrassrasterprovider.cpp in Sources */,
15329+
);
15330+
runOnlyForDeploymentPostprocessing = 0;
15331+
};
15332+
72FEE3A9111D353300D28C1A /* Sources */ = {
15333+
isa = PBXSourcesBuildPhase;
15334+
buildActionMask = 2147483647;
15335+
files = (
15336+
72FEE3B4111D356400D28C1A /* qgis.d.rast.c in Sources */,
15337+
);
15338+
runOnlyForDeploymentPostprocessing = 0;
15339+
};
15340+
72FEE3C2111D378800D28C1A /* Sources */ = {
15341+
isa = PBXSourcesBuildPhase;
15342+
buildActionMask = 2147483647;
15343+
files = (
15344+
72FEE3CA111D37A900D28C1A /* qgis.g.info.c in Sources */,
15345+
);
15346+
runOnlyForDeploymentPostprocessing = 0;
15347+
};
1519915348
8D0C4E8F0486CD37000505A6 /* Sources */ = {
1520015349
isa = PBXSourcesBuildPhase;
1520115350
buildActionMask = 2147483647;
@@ -15449,6 +15598,21 @@
1544915598
target = 7225EF1710B2265A00D23EA2 /* labelingplugin */;
1545015599
targetProxy = 7225EF2F10B2273D00D23EA2 /* PBXContainerItemProxy */;
1545115600
};
15601+
7230E4A7111D385900F256EB /* PBXTargetDependency */ = {
15602+
isa = PBXTargetDependency;
15603+
target = 72FEE3C1111D378800D28C1A /* qgis.g.info */;
15604+
targetProxy = 7230E4A6111D385900F256EB /* PBXContainerItemProxy */;
15605+
};
15606+
7230E4A9111D385900F256EB /* PBXTargetDependency */ = {
15607+
isa = PBXTargetDependency;
15608+
target = 72FEE3A6111D353300D28C1A /* qgis.d.rast */;
15609+
targetProxy = 7230E4A8111D385900F256EB /* PBXContainerItemProxy */;
15610+
};
15611+
7230E4AB111D385900F256EB /* PBXTargetDependency */ = {
15612+
isa = PBXTargetDependency;
15613+
target = 72FEE385111D31AC00D28C1A /* grassrasterprovider */;
15614+
targetProxy = 7230E4AA111D385900F256EB /* PBXContainerItemProxy */;
15615+
};
1545215616
7256F1900F411B110022BE1F /* PBXTargetDependency */ = {
1545315617
isa = PBXTargetDependency;
1545415618
target = 72A07D140F3BD625004FC2A4 /* delimitedtextprovider */;
@@ -15659,6 +15823,11 @@
1565915823
target = 72FB0B4A0FFD680F0052360B /* evisplugin */;
1566015824
targetProxy = 72FB0B6C0FFD6B8F0052360B /* PBXContainerItemProxy */;
1566115825
};
15826+
72FEE386111D31AC00D28C1A /* PBXTargetDependency */ = {
15827+
isa = PBXTargetDependency;
15828+
target = 72A07E090F3BEE16004FC2A4 /* qgisgrass */;
15829+
targetProxy = 72FEE387111D31AC00D28C1A /* PBXContainerItemProxy */;
15830+
};
1566215831
/* End PBXTargetDependency section */
1566315832

1566415833
/* Begin XCBuildConfiguration section */
@@ -18634,6 +18803,191 @@
1863418803
};
1863518804
name = Release;
1863618805
};
18806+
72FEE38D111D31AC00D28C1A /* Debug */ = {
18807+
isa = XCBuildConfiguration;
18808+
buildSettings = {
18809+
CONFIGURATION_BUILD_DIR = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_PLUGIN_SUBDIR)";
18810+
EXECUTABLE_PREFIX = lib;
18811+
GCC_DYNAMIC_NO_PIC = NO;
18812+
GCC_OPTIMIZATION_LEVEL = 0;
18813+
GCC_PREPROCESSOR_DEFINITIONS = (
18814+
"$(inherited)",
18815+
"$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_FOR_TARGET_1)",
18816+
"GRASS_EXPORT=",
18817+
grassrasterprovider_EXPORTS,
18818+
);
18819+
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_FOR_TARGET_1 = "GRASS_BASE=\\\"$(GRASS_PREFIX)\\\"";
18820+
HEADER_SEARCH_PATHS = (
18821+
"$(inherited)",
18822+
../../src/providers/grass,
18823+
../../src/core,
18824+
"$(GRASS_INC)",
18825+
"$(GDAL_INC)",
18826+
"$(PROJ_INC)",
18827+
"$(GEOS_INC)",
18828+
);
18829+
LIBRARY_SEARCH_PATHS = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_LIB_SUBDIR)";
18830+
MACH_O_TYPE = mh_bundle;
18831+
OTHER_CFLAGS = "$(QT_CXXFLAGS)";
18832+
OTHER_LDFLAGS = (
18833+
"$(inherited)",
18834+
"$(QT_LIB_CORE)",
18835+
"$(QT_LIB_GUI)",
18836+
);
18837+
PRODUCT_NAME = grassrasterprovider.so;
18838+
};
18839+
name = Debug;
18840+
};
18841+
72FEE38E111D31AC00D28C1A /* Release */ = {
18842+
isa = XCBuildConfiguration;
18843+
buildSettings = {
18844+
CONFIGURATION_BUILD_DIR = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_PLUGIN_SUBDIR)";
18845+
EXECUTABLE_PREFIX = lib;
18846+
GCC_DYNAMIC_NO_PIC = NO;
18847+
GCC_PREPROCESSOR_DEFINITIONS = (
18848+
"$(inherited)",
18849+
"$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_FOR_TARGET_1)",
18850+
"GRASS_EXPORT=",
18851+
grassrasterprovider_EXPORTS,
18852+
);
18853+
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_FOR_TARGET_1 = "GRASS_BASE=\\\"$(GRASS_PREFIX)\\\"";
18854+
HEADER_SEARCH_PATHS = (
18855+
"$(inherited)",
18856+
../../src/providers/grass,
18857+
../../src/core,
18858+
"$(GRASS_INC)",
18859+
"$(GDAL_INC)",
18860+
"$(PROJ_INC)",
18861+
"$(GEOS_INC)",
18862+
);
18863+
LIBRARY_SEARCH_PATHS = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_LIB_SUBDIR)";
18864+
MACH_O_TYPE = mh_bundle;
18865+
OTHER_CFLAGS = "$(QT_CXXFLAGS)";
18866+
OTHER_LDFLAGS = (
18867+
"$(inherited)",
18868+
"$(QT_LIB_CORE)",
18869+
"$(QT_LIB_GUI)",
18870+
);
18871+
PRODUCT_NAME = grassrasterprovider.so;
18872+
};
18873+
name = Release;
18874+
};
18875+
72FEE3AF111D353300D28C1A /* Debug */ = {
18876+
isa = XCBuildConfiguration;
18877+
buildSettings = {
18878+
CONFIGURATION_BUILD_DIR = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_DATA_SUBDIR)/grass/modules";
18879+
GCC_OPTIMIZATION_LEVEL = 0;
18880+
GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
18881+
HEADER_SEARCH_PATHS = (
18882+
"$(inherited)",
18883+
../../src/providers/grass,
18884+
../../src/core,
18885+
"$(GRASS_INC)",
18886+
"$(GDAL_INC)",
18887+
"$(PROJ_INC)",
18888+
"$(GEOS_INC)",
18889+
);
18890+
LIBRARY_SEARCH_PATHS = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_LIB_SUBDIR)";
18891+
MACH_O_TYPE = mh_execute;
18892+
OTHER_CFLAGS = "";
18893+
OTHER_LDFLAGS = (
18894+
"$(inherited)",
18895+
"$(GDAL_LIB)",
18896+
"-L$(GRASS_LIB_DIR)",
18897+
"$(GRASS_LIB_gis)",
18898+
"$(GRASS_LIB_datetime)",
18899+
);
18900+
PRODUCT_NAME = qgis.d.rast;
18901+
};
18902+
name = Debug;
18903+
};
18904+
72FEE3B0111D353300D28C1A /* Release */ = {
18905+
isa = XCBuildConfiguration;
18906+
buildSettings = {
18907+
CONFIGURATION_BUILD_DIR = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_DATA_SUBDIR)/grass/modules";
18908+
GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
18909+
HEADER_SEARCH_PATHS = (
18910+
"$(inherited)",
18911+
../../src/providers/grass,
18912+
../../src/core,
18913+
"$(GRASS_INC)",
18914+
"$(GDAL_INC)",
18915+
"$(PROJ_INC)",
18916+
"$(GEOS_INC)",
18917+
);
18918+
LIBRARY_SEARCH_PATHS = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_LIB_SUBDIR)";
18919+
MACH_O_TYPE = mh_execute;
18920+
OTHER_CFLAGS = "";
18921+
OTHER_LDFLAGS = (
18922+
"$(inherited)",
18923+
"$(GDAL_LIB)",
18924+
"-L$(GRASS_LIB_DIR)",
18925+
"$(GRASS_LIB_gis)",
18926+
"$(GRASS_LIB_datetime)",
18927+
);
18928+
PRODUCT_NAME = qgis.d.rast;
18929+
};
18930+
name = Release;
18931+
};
18932+
72FEE3C6111D378800D28C1A /* Debug */ = {
18933+
isa = XCBuildConfiguration;
18934+
buildSettings = {
18935+
CONFIGURATION_BUILD_DIR = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_DATA_SUBDIR)/grass/modules";
18936+
GCC_OPTIMIZATION_LEVEL = 0;
18937+
GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
18938+
HEADER_SEARCH_PATHS = (
18939+
"$(inherited)",
18940+
../../src/providers/grass,
18941+
../../src/core,
18942+
"$(GRASS_INC)",
18943+
"$(GDAL_INC)",
18944+
"$(PROJ_INC)",
18945+
"$(GEOS_INC)",
18946+
);
18947+
LIBRARY_SEARCH_PATHS = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_LIB_SUBDIR)";
18948+
MACH_O_TYPE = mh_execute;
18949+
OTHER_CFLAGS = "";
18950+
OTHER_LDFLAGS = (
18951+
"$(inherited)",
18952+
"$(GDAL_LIB)",
18953+
"-L$(GRASS_LIB_DIR)",
18954+
"$(GRASS_LIB_gis)",
18955+
"$(GRASS_LIB_datetime)",
18956+
"$(GRASS_LIB_gproj)",
18957+
);
18958+
PRODUCT_NAME = qgis.g.info;
18959+
};
18960+
name = Debug;
18961+
};
18962+
72FEE3C7111D378800D28C1A /* Release */ = {
18963+
isa = XCBuildConfiguration;
18964+
buildSettings = {
18965+
CONFIGURATION_BUILD_DIR = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_DATA_SUBDIR)/grass/modules";
18966+
GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
18967+
HEADER_SEARCH_PATHS = (
18968+
"$(inherited)",
18969+
../../src/providers/grass,
18970+
../../src/core,
18971+
"$(GRASS_INC)",
18972+
"$(GDAL_INC)",
18973+
"$(PROJ_INC)",
18974+
"$(GEOS_INC)",
18975+
);
18976+
LIBRARY_SEARCH_PATHS = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_LIB_SUBDIR)";
18977+
MACH_O_TYPE = mh_execute;
18978+
OTHER_CFLAGS = "";
18979+
OTHER_LDFLAGS = (
18980+
"$(inherited)",
18981+
"$(GDAL_LIB)",
18982+
"-L$(GRASS_LIB_DIR)",
18983+
"$(GRASS_LIB_gis)",
18984+
"$(GRASS_LIB_datetime)",
18985+
"$(GRASS_LIB_gproj)",
18986+
);
18987+
PRODUCT_NAME = qgis.g.info;
18988+
};
18989+
name = Release;
18990+
};
1863718991
C0E91AC608A95435008D54AB /* Debug */ = {
1863818992
isa = XCBuildConfiguration;
1863918993
buildSettings = {
@@ -18766,7 +19120,7 @@
1876619120
COPY_PHASE_STRIP = NO;
1876719121
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1876819122
GCC_OPTIMIZATION_LEVEL = 0;
18769-
QGIS_VERSION_BUILD = 12856;
19123+
QGIS_VERSION_BUILD = 12888;
1877019124
STRIP_INSTALLED_PRODUCT = NO;
1877119125
};
1877219126
name = Debug;
@@ -18777,7 +19131,7 @@
1877719131
buildSettings = {
1877819132
COPY_PHASE_STRIP = YES;
1877919133
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
18780-
QGIS_VERSION_BUILD = 12856;
19134+
QGIS_VERSION_BUILD = 12888;
1878119135
STRIP_INSTALLED_PRODUCT = YES;
1878219136
};
1878319137
name = Release;
@@ -19217,6 +19571,33 @@
1921719571
defaultConfigurationIsVisible = 0;
1921819572
defaultConfigurationName = Release;
1921919573
};
19574+
72FEE38C111D31AC00D28C1A /* Build configuration list for PBXNativeTarget "grassrasterprovider" */ = {
19575+
isa = XCConfigurationList;
19576+
buildConfigurations = (
19577+
72FEE38D111D31AC00D28C1A /* Debug */,
19578+
72FEE38E111D31AC00D28C1A /* Release */,
19579+
);
19580+
defaultConfigurationIsVisible = 0;
19581+
defaultConfigurationName = Release;
19582+
};
19583+
72FEE3AE111D353300D28C1A /* Build configuration list for PBXNativeTarget "qgis.d.rast" */ = {
19584+
isa = XCConfigurationList;
19585+
buildConfigurations = (
19586+
72FEE3AF111D353300D28C1A /* Debug */,
19587+
72FEE3B0111D353300D28C1A /* Release */,
19588+
);
19589+
defaultConfigurationIsVisible = 0;
19590+
defaultConfigurationName = Release;
19591+
};
19592+
72FEE3C5111D378800D28C1A /* Build configuration list for PBXNativeTarget "qgis.g.info" */ = {
19593+
isa = XCConfigurationList;
19594+
buildConfigurations = (
19595+
72FEE3C6111D378800D28C1A /* Debug */,
19596+
72FEE3C7111D378800D28C1A /* Release */,
19597+
);
19598+
defaultConfigurationIsVisible = 0;
19599+
defaultConfigurationName = Release;
19600+
};
1922019601
C0E91AC508A95435008D54AB /* Build configuration list for PBXNativeTarget "Qgis" */ = {
1922119602
isa = XCConfigurationList;
1922219603
buildConfigurations = (

0 commit comments

Comments
 (0)
Please sign in to comment.