Skip to content

Commit 6b4be96

Browse files
author
kyngchaos
committed
displacement plugin (r13139)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13140 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e97c28c commit 6b4be96

File tree

1 file changed

+210
-2
lines changed

1 file changed

+210
-2
lines changed

mac/xcode/Qgis.xcodeproj/project.pbxproj

+210-2
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
7256F1B30F411C120022BE1F /* PBXTargetDependency */,
7777
7256F1B10F411C120022BE1F /* PBXTargetDependency */,
7878
720383870F8BA92B0083B883 /* PBXTargetDependency */,
79+
72B236C711570990007B4803 /* PBXTargetDependency */,
7980
7256F1C10F411C7C0022BE1F /* PBXTargetDependency */,
8081
72FB0B6D0FFD6B8F0052360B /* PBXTargetDependency */,
8182
7256F1AD0F411C120022BE1F /* PBXTargetDependency */,
@@ -1298,6 +1299,12 @@
12981299
72AF7B6610F8F1EB00BD549A /* qwt_polar_plot.h in Sources */ = {isa = PBXBuildFile; fileRef = 72AF7B4D10F8F02100BD549A /* qwt_polar_plot.h */; };
12991300
72AF7B7310F8F62400BD549A /* qgsattributeselectiondialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72AF7B7110F8F5F600BD549A /* qgsattributeselectiondialog.cpp */; };
13001301
72AF7B7410F8F67E00BD549A /* qgscomposertable.h in Sources */ = {isa = PBXBuildFile; fileRef = 7295BC7410F57CE8005D1408 /* qgscomposertable.h */; };
1302+
72B236B011570743007B4803 /* libqgis_core.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7209F1D20F39E760003DC336 /* libqgis_core.dylib */; };
1303+
72B236B111570743007B4803 /* libqgis_gui.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7209F38E0F3A2F2B003DC336 /* libqgis_gui.dylib */; };
1304+
72B236BB115707EF007B4803 /* qgsdisplacementplugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72B236A411570705007B4803 /* qgsdisplacementplugin.cpp */; };
1305+
72B236BC115707EF007B4803 /* qgspointdisplacementrenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72B236A611570705007B4803 /* qgspointdisplacementrenderer.cpp */; };
1306+
72B236BD115707EF007B4803 /* qgspointdisplacementrendererwidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72B236A811570705007B4803 /* qgspointdisplacementrendererwidget.cpp */; };
1307+
72B236BE11570801007B4803 /* qgspointdisplacementrendererwidget.h in Sources */ = {isa = PBXBuildFile; fileRef = 72B236A911570705007B4803 /* qgspointdisplacementrendererwidget.h */; };
13011308
72BD9FE510A499D700FEA70F /* qgszonalstatistics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72BD9FE310A4998600FEA70F /* qgszonalstatistics.cpp */; };
13021309
72BD9FE610A499FA00FEA70F /* qgszonalstatistics.h in Headers */ = {isa = PBXBuildFile; fileRef = 72BD9FE410A4998600FEA70F /* qgszonalstatistics.h */; settings = {ATTRIBUTES = (Public, ); }; };
13031310
72C77407111327B800BCB559 /* qgsattributeselectiondialog.h in Sources */ = {isa = PBXBuildFile; fileRef = 72AF7B7210F8F5F600BD549A /* qgsattributeselectiondialog.h */; };
@@ -2260,6 +2267,28 @@
22602267
);
22612268
script = "$QTMOC -nw $QT_CXXFLAGS -o \"$DERIVED_FILES_DIR/moc_$INPUT_FILE_BASE.cpp\" \"$INPUT_FILE_PATH\"";
22622269
};
2270+
72B236B211570743007B4803 /* PBXBuildRule */ = {
2271+
isa = PBXBuildRule;
2272+
compilerSpec = com.apple.compilers.proxy.script;
2273+
filePatterns = "*.qrc";
2274+
fileType = pattern.proxy;
2275+
isEditable = 1;
2276+
outputFiles = (
2277+
"$(DERIVED_FILES_DIR)/qrc_$(INPUT_FILE_BASE).cpp",
2278+
);
2279+
script = "$QTRCC -name $INPUT_FILE_BASE -o \"$DERIVED_FILES_DIR/qrc_$INPUT_FILE_BASE.cpp\" \"$INPUT_FILE_PATH\"";
2280+
};
2281+
72B236B311570743007B4803 /* PBXBuildRule */ = {
2282+
isa = PBXBuildRule;
2283+
compilerSpec = com.apple.compilers.proxy.script;
2284+
filePatterns = "*.h";
2285+
fileType = pattern.proxy;
2286+
isEditable = 1;
2287+
outputFiles = (
2288+
"$(DERIVED_FILES_DIR)/moc_$(INPUT_FILE_BASE).cpp",
2289+
);
2290+
script = "$QTMOC $QT_CXXFLAGS -o \"$DERIVED_FILES_DIR/moc_$INPUT_FILE_BASE.cpp\" \"$INPUT_FILE_PATH\"";
2291+
};
22632292
72DB68DF1021D08400ED5F3A /* PBXBuildRule */ = {
22642293
isa = PBXBuildRule;
22652294
compilerSpec = com.apple.compilers.proxy.script;
@@ -2597,6 +2626,13 @@
25972626
remoteGlobalIDString = 72A07E090F3BEE16004FC2A4;
25982627
remoteInfo = qgisgrass;
25992628
};
2629+
72B236C611570990007B4803 /* PBXContainerItemProxy */ = {
2630+
isa = PBXContainerItemProxy;
2631+
containerPortal = 20286C28FDCF999611CA2CEA /* Project object */;
2632+
proxyType = 1;
2633+
remoteGlobalIDString = 72B236AC11570743007B4803 /* displacementplugin */;
2634+
remoteInfo = displacementplugin;
2635+
};
26002636
72BD9FEF10A49CEE00FEA70F /* PBXContainerItemProxy */ = {
26012637
isa = PBXContainerItemProxy;
26022638
containerPortal = 20286C28FDCF999611CA2CEA /* Project object */;
@@ -6805,6 +6841,15 @@
68056841
72AF7B5110F8F02100BD549A /* qwt_polar_spectrogram.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qwt_polar_spectrogram.h; path = ../../src/app/gps/qwtpolar/qwt_polar_spectrogram.h; sourceTree = SOURCE_ROOT; };
68066842
72AF7B7110F8F5F600BD549A /* qgsattributeselectiondialog.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsattributeselectiondialog.cpp; path = ../../src/app/composer/qgsattributeselectiondialog.cpp; sourceTree = SOURCE_ROOT; };
68076843
72AF7B7210F8F5F600BD549A /* qgsattributeselectiondialog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsattributeselectiondialog.h; path = ../../src/app/composer/qgsattributeselectiondialog.h; sourceTree = SOURCE_ROOT; };
6844+
72B236A311570705007B4803 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = "<group>"; };
6845+
72B236A411570705007B4803 /* qgsdisplacementplugin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = qgsdisplacementplugin.cpp; sourceTree = "<group>"; };
6846+
72B236A511570705007B4803 /* qgsdisplacementplugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = qgsdisplacementplugin.h; sourceTree = "<group>"; };
6847+
72B236A611570705007B4803 /* qgspointdisplacementrenderer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = qgspointdisplacementrenderer.cpp; sourceTree = "<group>"; };
6848+
72B236A711570705007B4803 /* qgspointdisplacementrenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = qgspointdisplacementrenderer.h; sourceTree = "<group>"; };
6849+
72B236A811570705007B4803 /* qgspointdisplacementrendererwidget.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = qgspointdisplacementrendererwidget.cpp; sourceTree = "<group>"; };
6850+
72B236A911570705007B4803 /* qgspointdisplacementrendererwidget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = qgspointdisplacementrendererwidget.h; sourceTree = "<group>"; };
6851+
72B236AA11570705007B4803 /* qgspointdisplacementrendererwidgetbase.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = qgspointdisplacementrendererwidgetbase.ui; sourceTree = "<group>"; };
6852+
72B236B711570743007B4803 /* libdisplacementplugin.so */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = libdisplacementplugin.so; sourceTree = BUILT_PRODUCTS_DIR; };
68086853
72B4DDC30F9F4C0D009351FE /* qgis_help.1 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.man; name = qgis_help.1; path = ../../qgis_help.1; sourceTree = SOURCE_ROOT; };
68096854
72B4DDC40F9F4C0D009351FE /* qgis.1 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.man; name = qgis.1; path = ../../qgis.1; sourceTree = SOURCE_ROOT; };
68106855
72B4DDC50F9F4C0D009351FE /* qgis.dtd */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = qgis.dtd; path = ../../qgis.dtd; sourceTree = SOURCE_ROOT; };
@@ -7624,6 +7669,15 @@
76247669
);
76257670
runOnlyForDeploymentPostprocessing = 0;
76267671
};
7672+
72B236AF11570743007B4803 /* Frameworks */ = {
7673+
isa = PBXFrameworksBuildPhase;
7674+
buildActionMask = 2147483647;
7675+
files = (
7676+
72B236B011570743007B4803 /* libqgis_core.dylib in Frameworks */,
7677+
72B236B111570743007B4803 /* libqgis_gui.dylib in Frameworks */,
7678+
);
7679+
runOnlyForDeploymentPostprocessing = 0;
7680+
};
76277681
72DB68DD1021D08400ED5F3A /* Frameworks */ = {
76287682
isa = PBXFrameworksBuildPhase;
76297683
buildActionMask = 2147483647;
@@ -7727,6 +7781,7 @@
77277781
72FEE3B1111D353300D28C1A /* qgis.d.rast */,
77287782
72FEE3C8111D378800D28C1A /* qgis.g.info */,
77297783
72463E451122FEF200BE5F17 /* qgis.g.browser */,
7784+
72B236B711570743007B4803 /* libdisplacementplugin.so */,
77307785
);
77317786
name = Products;
77327787
sourceTree = "<group>";
@@ -8646,6 +8701,7 @@
86468701
7209EBE90F39E57B003DC336 /* north_arrow */,
86478702
7209EBF90F39E57B003DC336 /* ogr_converter */,
86488703
7223B7720F969A9D00D905B4 /* oracle_raster */,
8704+
72B236A211570705007B4803 /* point_displacement_renderer */,
86498705
7209EC150F39E57B003DC336 /* quick_print */,
86508706
726C671C104602FB00EFEDCC /* raster_terrain_analysis */,
86518707
7209EC1E0F39E57B003DC336 /* scale_bar */,
@@ -12571,6 +12627,21 @@
1257112627
path = ../../src/app/gps/qwtpolar;
1257212628
sourceTree = SOURCE_ROOT;
1257312629
};
12630+
72B236A211570705007B4803 /* point_displacement_renderer */ = {
12631+
isa = PBXGroup;
12632+
children = (
12633+
72B236A311570705007B4803 /* CMakeLists.txt */,
12634+
72B236A411570705007B4803 /* qgsdisplacementplugin.cpp */,
12635+
72B236A511570705007B4803 /* qgsdisplacementplugin.h */,
12636+
72B236A611570705007B4803 /* qgspointdisplacementrenderer.cpp */,
12637+
72B236A711570705007B4803 /* qgspointdisplacementrenderer.h */,
12638+
72B236A811570705007B4803 /* qgspointdisplacementrendererwidget.cpp */,
12639+
72B236A911570705007B4803 /* qgspointdisplacementrendererwidget.h */,
12640+
72B236AA11570705007B4803 /* qgspointdisplacementrendererwidgetbase.ui */,
12641+
);
12642+
path = point_displacement_renderer;
12643+
sourceTree = "<group>";
12644+
};
1257412645
72DB68CF1021D06C00ED5F3A /* osm */ = {
1257512646
isa = PBXGroup;
1257612647
children = (
@@ -13929,6 +14000,25 @@
1392914000
productReference = 72A56DA30F3CCAF700BA32A1 /* libplugin.so */;
1393014001
productType = "com.apple.product-type.tool";
1393114002
};
14003+
72B236AC11570743007B4803 /* displacementplugin */ = {
14004+
isa = PBXNativeTarget;
14005+
buildConfigurationList = 72B236B411570743007B4803 /* Build configuration list for PBXNativeTarget "displacementplugin" */;
14006+
buildPhases = (
14007+
72B236AD11570743007B4803 /* Script - ui */,
14008+
72B236AE11570743007B4803 /* Sources */,
14009+
72B236AF11570743007B4803 /* Frameworks */,
14010+
);
14011+
buildRules = (
14012+
72B236B211570743007B4803 /* PBXBuildRule */,
14013+
72B236B311570743007B4803 /* PBXBuildRule */,
14014+
);
14015+
dependencies = (
14016+
);
14017+
name = displacementplugin;
14018+
productName = testprog;
14019+
productReference = 72B236B711570743007B4803 /* libdisplacementplugin.so */;
14020+
productType = "com.apple.product-type.tool";
14021+
};
1393214022
72DB68DB1021D08400ED5F3A /* osmprovider */ = {
1393314023
isa = PBXNativeTarget;
1393414024
buildConfigurationList = 72DB68E01021D08400ED5F3A /* Build configuration list for PBXNativeTarget "osmprovider" */;
@@ -14105,6 +14195,7 @@
1410514195
72A07E570F3BF35F004FC2A4 /* copyrightlabelplugin */,
1410614196
72A56B290F3C810600BA32A1 /* delimitedtextplugin */,
1410714197
720383490F8B905D0083B883 /* diagramoverlayplugin */,
14198+
72B236AC11570743007B4803 /* displacementplugin */,
1410814199
72A56BFB0F3C887000BA32A1 /* dxf2shpconverterplugin */,
1410914200
72FB0B4A0FFD680F0052360B /* evisplugin */,
1411014201
72A56B6C0F3C824400BA32A1 /* interpolationplugin */,
@@ -14577,6 +14668,21 @@
1457714668
shellScript = "# generate ui headers in separate script because:\n# 1. Xcode will attempt to process generated *.h with moc rule\n# 2. parallel processing might not finish ui's before a cpp source needs it\n\n# derived sources dir created by Compile Sources phase, we need it NOW\nmkdir -p \"$DERIVED_FILES_DIR\"\n\ncd ../../src/plugins/$TARGET_PLUGINDIR\n\nUIUI=`ls *.ui`\n\nfor u in $UIUI\ndo\n\tuh=`echo $u | sed 's,\\.ui$,.h,'`\n\t# compare times because output files spec below doesn't seem to work with wildcards\n\tif [ ! -f \"$DERIVED_FILES_DIR/ui_$uh\" ] || [ $u -nt \"$DERIVED_FILES_DIR/ui_$uh\" ] ; then\n\t\trm -f \"$DERIVED_FILES_DIR/ui_$uh\"\n\t\techo \"$QTUIC -o \\\"$DERIVED_FILES_DIR/ui_$uh\\\" $u\"\n\t\t$QTUIC -o \"$DERIVED_FILES_DIR/ui_$uh\" $u\n\tfi\ndone\n\nexit 0\n";
1457814669
showEnvVarsInLog = 0;
1457914670
};
14671+
72B236AD11570743007B4803 /* Script - ui */ = {
14672+
isa = PBXShellScriptBuildPhase;
14673+
buildActionMask = 2147483647;
14674+
files = (
14675+
);
14676+
inputPaths = (
14677+
);
14678+
name = "Script - ui";
14679+
outputPaths = (
14680+
);
14681+
runOnlyForDeploymentPostprocessing = 0;
14682+
shellPath = /bin/sh;
14683+
shellScript = "# generate ui headers in separate script because:\n# 1. Xcode will attempt to process generated *.h with moc rule\n# 2. parallel processing might not finish ui's before a cpp source needs it\n\n# derived sources dir created by Compile Sources phase, we need it NOW\nmkdir -p \"$DERIVED_FILES_DIR\"\n\ncd ../../src/plugins/$TARGET_PLUGINDIR\n\nUIUI=`ls *.ui`\n\nfor u in $UIUI\ndo\n\tuh=`echo $u | sed 's,\\.ui$,.h,'`\n\t# compare times because output files spec below doesn't seem to work with wildcards\n\tif [ ! -f \"$DERIVED_FILES_DIR/ui_$uh\" ] || [ $u -nt \"$DERIVED_FILES_DIR/ui_$uh\" ] ; then\n\t\trm -f \"$DERIVED_FILES_DIR/ui_$uh\"\n\t\techo \"$QTUIC -o \\\"$DERIVED_FILES_DIR/ui_$uh\\\" $u\"\n\t\t$QTUIC -o \"$DERIVED_FILES_DIR/ui_$uh\" $u\n\tfi\ndone\n\nexit 0\n";
14684+
showEnvVarsInLog = 0;
14685+
};
1458014686
72C5358F1038DB0800A9CC02 /* Script - fTools ui+rc */ = {
1458114687
isa = PBXShellScriptBuildPhase;
1458214688
buildActionMask = 2147483647;
@@ -15486,6 +15592,17 @@
1548615592
);
1548715593
runOnlyForDeploymentPostprocessing = 0;
1548815594
};
15595+
72B236AE11570743007B4803 /* Sources */ = {
15596+
isa = PBXSourcesBuildPhase;
15597+
buildActionMask = 2147483647;
15598+
files = (
15599+
72B236BB115707EF007B4803 /* qgsdisplacementplugin.cpp in Sources */,
15600+
72B236BC115707EF007B4803 /* qgspointdisplacementrenderer.cpp in Sources */,
15601+
72B236BD115707EF007B4803 /* qgspointdisplacementrendererwidget.cpp in Sources */,
15602+
72B236BE11570801007B4803 /* qgspointdisplacementrendererwidget.h in Sources */,
15603+
);
15604+
runOnlyForDeploymentPostprocessing = 0;
15605+
};
1548915606
72DB68DC1021D08400ED5F3A /* Sources */ = {
1549015607
isa = PBXSourcesBuildPhase;
1549115608
buildActionMask = 2147483647;
@@ -15986,6 +16103,11 @@
1598616103
target = 72A07E090F3BEE16004FC2A4 /* qgisgrass */;
1598716104
targetProxy = 72A07E520F3BF191004FC2A4 /* PBXContainerItemProxy */;
1598816105
};
16106+
72B236C711570990007B4803 /* PBXTargetDependency */ = {
16107+
isa = PBXTargetDependency;
16108+
target = 72B236AC11570743007B4803 /* displacementplugin */;
16109+
targetProxy = 72B236C611570990007B4803 /* PBXContainerItemProxy */;
16110+
};
1598916111
72BD9FF010A49CEE00FEA70F /* PBXTargetDependency */ = {
1599016112
isa = PBXTargetDependency;
1599116113
target = 726C67361046030F00EFEDCC /* rasterterrain */;
@@ -17296,6 +17418,7 @@
1729617418
"$(QT_LIB_CORE)",
1729717419
"$(QT_LIB_XML)",
1729817420
"$(QT_LIB_GUI)",
17421+
"$(QT_LIB_NET)",
1729917422
);
1730017423
PRODUCT_NAME = wmsprovider.so;
1730117424
};
@@ -17324,6 +17447,7 @@
1732417447
"$(QT_LIB_CORE)",
1732517448
"$(QT_LIB_XML)",
1732617449
"$(QT_LIB_GUI)",
17450+
"$(QT_LIB_NET)",
1732717451
);
1732817452
PRODUCT_NAME = wmsprovider.so;
1732917453
};
@@ -18885,6 +19009,81 @@
1888519009
};
1888619010
name = Release;
1888719011
};
19012+
72B236B511570743007B4803 /* Debug */ = {
19013+
isa = XCBuildConfiguration;
19014+
buildSettings = {
19015+
CONFIGURATION_BUILD_DIR = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_PLUGIN_SUBDIR)";
19016+
EXECUTABLE_PREFIX = lib;
19017+
GCC_DYNAMIC_NO_PIC = NO;
19018+
GCC_OPTIMIZATION_LEVEL = 0;
19019+
GCC_PREPROCESSOR_DEFINITIONS = (
19020+
"$(inherited)",
19021+
displacement_EXPORTS,
19022+
);
19023+
HEADER_SEARCH_PATHS = (
19024+
"$(inherited)",
19025+
../../src/plugins,
19026+
../../src/plugins/point_displacement_renderer,
19027+
../../src/core,
19028+
../../src/core/spatialindex,
19029+
"../../src/core/symbology-ng",
19030+
../../src/gui,
19031+
"../../src/gui/symbology-ng",
19032+
"$(HEADER_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
19033+
"$(GEOS_INC)",
19034+
);
19035+
HEADER_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(TARGET_TEMP_DIR)/../qgis_gui.build/DerivedSources\"";
19036+
LIBRARY_SEARCH_PATHS = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_LIB_SUBDIR)";
19037+
MACH_O_TYPE = mh_bundle;
19038+
OTHER_CFLAGS = "$(QT_CXXFLAGS)";
19039+
OTHER_LDFLAGS = (
19040+
"$(inherited)",
19041+
"$(QT_LIB_CORE)",
19042+
"$(QT_LIB_GUI)",
19043+
"$(QT_LIB_XML)",
19044+
);
19045+
PRODUCT_NAME = displacementplugin.so;
19046+
TARGET_PLUGINDIR = point_displacement_renderer;
19047+
};
19048+
name = Debug;
19049+
};
19050+
72B236B611570743007B4803 /* Release */ = {
19051+
isa = XCBuildConfiguration;
19052+
buildSettings = {
19053+
CONFIGURATION_BUILD_DIR = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_PLUGIN_SUBDIR)";
19054+
EXECUTABLE_PREFIX = lib;
19055+
GCC_DYNAMIC_NO_PIC = NO;
19056+
GCC_PREPROCESSOR_DEFINITIONS = (
19057+
"$(inherited)",
19058+
displacement_EXPORTS,
19059+
);
19060+
HEADER_SEARCH_PATHS = (
19061+
"$(inherited)",
19062+
../../src/plugins,
19063+
../../src/plugins/point_displacement_renderer,
19064+
../../src/core,
19065+
../../src/core/spatialindex,
19066+
"../../src/core/symbology-ng",
19067+
../../src/gui,
19068+
"../../src/gui/symbology-ng",
19069+
"$(HEADER_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
19070+
"$(GEOS_INC)",
19071+
);
19072+
HEADER_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(TARGET_TEMP_DIR)/../qgis_gui.build/DerivedSources\"";
19073+
LIBRARY_SEARCH_PATHS = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_LIB_SUBDIR)";
19074+
MACH_O_TYPE = mh_bundle;
19075+
OTHER_CFLAGS = "$(QT_CXXFLAGS)";
19076+
OTHER_LDFLAGS = (
19077+
"$(inherited)",
19078+
"$(QT_LIB_CORE)",
19079+
"$(QT_LIB_GUI)",
19080+
"$(QT_LIB_XML)",
19081+
);
19082+
PRODUCT_NAME = displacementplugin.so;
19083+
TARGET_PLUGINDIR = point_displacement_renderer;
19084+
};
19085+
name = Release;
19086+
};
1888819087
72DB68E11021D08400ED5F3A /* Debug */ = {
1888919088
isa = XCBuildConfiguration;
1889019089
buildSettings = {
@@ -19369,7 +19568,7 @@
1936919568
COPY_PHASE_STRIP = NO;
1937019569
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1937119570
GCC_OPTIMIZATION_LEVEL = 0;
19372-
QGIS_VERSION_BUILD = 13107;
19571+
QGIS_VERSION_BUILD = 13139;
1937319572
STRIP_INSTALLED_PRODUCT = NO;
1937419573
};
1937519574
name = Debug;
@@ -19380,7 +19579,7 @@
1938019579
buildSettings = {
1938119580
COPY_PHASE_STRIP = YES;
1938219581
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
19383-
QGIS_VERSION_BUILD = 13107;
19582+
QGIS_VERSION_BUILD = 13139;
1938419583
STRIP_INSTALLED_PRODUCT = YES;
1938519584
};
1938619585
name = Release;
@@ -19802,6 +20001,15 @@
1980220001
defaultConfigurationIsVisible = 0;
1980320002
defaultConfigurationName = Release;
1980420003
};
20004+
72B236B411570743007B4803 /* Build configuration list for PBXNativeTarget "displacementplugin" */ = {
20005+
isa = XCConfigurationList;
20006+
buildConfigurations = (
20007+
72B236B511570743007B4803 /* Debug */,
20008+
72B236B611570743007B4803 /* Release */,
20009+
);
20010+
defaultConfigurationIsVisible = 0;
20011+
defaultConfigurationName = Release;
20012+
};
1980520013
72DB68E01021D08400ED5F3A /* Build configuration list for PBXNativeTarget "osmprovider" */ = {
1980620014
isa = XCConfigurationList;
1980720015
buildConfigurations = (

0 commit comments

Comments
 (0)