Skip to content

Commit 45e4ded

Browse files
author
kyngchaos
committed
oracle raster plugin (r10566)
git-svn-id: http://svn.osgeo.org/qgis/trunk@10574 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c0ba0ba commit 45e4ded

File tree

1 file changed

+235
-0
lines changed

1 file changed

+235
-0
lines changed

mac/xcode/Qgis.xcodeproj/project.pbxproj

Lines changed: 235 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
7256F1C10F411C7C0022BE1F /* PBXTargetDependency */,
8080
7256F1BF0F411C7C0022BE1F /* PBXTargetDependency */,
8181
720383870F8BA92B0083B883 /* PBXTargetDependency */,
82+
7223B7A60F96AA6C00D905B4 /* PBXTargetDependency */,
8283
);
8384
name = "Base Plugins";
8485
productName = "Base Plugins";
@@ -502,6 +503,15 @@
502503
721DDCEC0F6E97D4006DD13E /* v.in.ogr.qgis.loc.2.png in Copy - modules */ = {isa = PBXBuildFile; fileRef = 721DDCE50F6E97C2006DD13E /* v.in.ogr.qgis.loc.2.png */; };
503504
721DDCED0F6E97D4006DD13E /* v.in.ogr.qgis.loc.qgm in Copy - modules */ = {isa = PBXBuildFile; fileRef = 721DDCE40F6E97C2006DD13E /* v.in.ogr.qgis.loc.qgm */; };
504505
721DDCEE0F6E97D4006DD13E /* v.in.ogr.qgis.qgm in Copy - modules */ = {isa = PBXBuildFile; fileRef = 721DDCE30F6E97C2006DD13E /* v.in.ogr.qgis.qgm */; };
506+
7223B7860F96A96500D905B4 /* libqgis_core.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7209F1D20F39E760003DC336 /* libqgis_core.dylib */; };
507+
7223B7870F96A96500D905B4 /* libqgis_gui.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7209F38E0F3A2F2B003DC336 /* libqgis_gui.dylib */; };
508+
7223B7980F96A99500D905B4 /* qgsoracle_plugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7223B7760F969A9D00D905B4 /* qgsoracle_plugin.cpp */; };
509+
7223B7990F96A99500D905B4 /* qgsoracleconnect_ui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7223B7780F969A9D00D905B4 /* qgsoracleconnect_ui.cpp */; };
510+
7223B79A0F96A99500D905B4 /* qgsselectgeoraster_ui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7223B77B0F969A9D00D905B4 /* qgsselectgeoraster_ui.cpp */; };
511+
7223B79B0F96A9BF00D905B4 /* qgsoracle_plugin.h in Sources */ = {isa = PBXBuildFile; fileRef = 7223B7770F969A9D00D905B4 /* qgsoracle_plugin.h */; };
512+
7223B79C0F96A9BF00D905B4 /* qgsoracleconnect_ui.h in Sources */ = {isa = PBXBuildFile; fileRef = 7223B7790F969A9D00D905B4 /* qgsoracleconnect_ui.h */; };
513+
7223B79D0F96A9BF00D905B4 /* qgsselectgeoraster_ui.h in Sources */ = {isa = PBXBuildFile; fileRef = 7223B77C0F969A9D00D905B4 /* qgsselectgeoraster_ui.h */; };
514+
7223B79E0F96AA2000D905B4 /* oracleplugin.qrc in Sources */ = {isa = PBXBuildFile; fileRef = 7223B7750F969A9D00D905B4 /* oracleplugin.qrc */; };
505515
7256F2D70F4146AC0022BE1F /* qgis_new_80pct.png in Copy - doc-images */ = {isa = PBXBuildFile; fileRef = 7209F0190F39E5DA003DC336 /* qgis_new_80pct.png */; };
506516
7256F2FA0F4148FC0022BE1F /* Carl_Anderson.jpg in Copy - images-developers */ = {isa = PBXBuildFile; fileRef = 7209EE000F39E5D9003DC336 /* Carl_Anderson.jpg */; };
507517
7256F2FB0F4148FC0022BE1F /* Christoph_Spoerri.jpg in Copy - images-developers */ = {isa = PBXBuildFile; fileRef = 7209EE010F39E5D9003DC336 /* Christoph_Spoerri.jpg */; };
@@ -2455,6 +2465,28 @@
24552465
);
24562466
script = "$QTMOC $QT_CXXFLAGS -o \"$DERIVED_FILES_DIR/moc_$INPUT_FILE_BASE.cpp\" \"$INPUT_FILE_PATH\"";
24572467
};
2468+
7223B7880F96A96500D905B4 /* PBXBuildRule */ = {
2469+
isa = PBXBuildRule;
2470+
compilerSpec = com.apple.compilers.proxy.script;
2471+
filePatterns = "*.qrc";
2472+
fileType = pattern.proxy;
2473+
isEditable = 1;
2474+
outputFiles = (
2475+
"$(DERIVED_FILES_DIR)/qrc_$(INPUT_FILE_BASE).cpp",
2476+
);
2477+
script = "$QTRCC -name $INPUT_FILE_BASE -o \"$DERIVED_FILES_DIR/qrc_$INPUT_FILE_BASE.cpp\" \"$INPUT_FILE_PATH\"";
2478+
};
2479+
7223B7890F96A96500D905B4 /* PBXBuildRule */ = {
2480+
isa = PBXBuildRule;
2481+
compilerSpec = com.apple.compilers.proxy.script;
2482+
filePatterns = "*.h";
2483+
fileType = pattern.proxy;
2484+
isEditable = 1;
2485+
outputFiles = (
2486+
"$(DERIVED_FILES_DIR)/moc_$(INPUT_FILE_BASE).cpp",
2487+
);
2488+
script = "$QTMOC $QT_CXXFLAGS -o \"$DERIVED_FILES_DIR/moc_$INPUT_FILE_BASE.cpp\" \"$INPUT_FILE_PATH\"";
2489+
};
24582490
7262ED980F7A770300498385 /* PBXBuildRule */ = {
24592491
isa = PBXBuildRule;
24602492
compilerSpec = com.apple.compilers.proxy.script;
@@ -2982,6 +3014,27 @@
29823014
remoteGlobalIDString = 7209F1D10F39E760003DC336;
29833015
remoteInfo = qgis_core;
29843016
};
3017+
7223B7800F96A96500D905B4 /* PBXContainerItemProxy */ = {
3018+
isa = PBXContainerItemProxy;
3019+
containerPortal = 20286C28FDCF999611CA2CEA /* Project object */;
3020+
proxyType = 1;
3021+
remoteGlobalIDString = 7209F1D10F39E760003DC336;
3022+
remoteInfo = qgis_core;
3023+
};
3024+
7223B7820F96A96500D905B4 /* PBXContainerItemProxy */ = {
3025+
isa = PBXContainerItemProxy;
3026+
containerPortal = 20286C28FDCF999611CA2CEA /* Project object */;
3027+
proxyType = 1;
3028+
remoteGlobalIDString = 7209F3120F3A2F2B003DC336;
3029+
remoteInfo = qgis_gui;
3030+
};
3031+
7223B7A50F96AA6C00D905B4 /* PBXContainerItemProxy */ = {
3032+
isa = PBXContainerItemProxy;
3033+
containerPortal = 20286C28FDCF999611CA2CEA /* Project object */;
3034+
proxyType = 1;
3035+
remoteGlobalIDString = 7223B77E0F96A96500D905B4 /* oracleplugin */;
3036+
remoteInfo = oracleplugin;
3037+
};
29853038
7256F18F0F411B110022BE1F /* PBXContainerItemProxy */ = {
29863039
isa = PBXContainerItemProxy;
29873040
containerPortal = 20286C28FDCF999611CA2CEA /* Project object */;
@@ -8125,6 +8178,18 @@
81258178
721DDCE60F6E97C2006DD13E /* v.in.ogr.qgis.loc.1.svg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = v.in.ogr.qgis.loc.1.svg; path = ../../src/plugins/grass/modules/v.in.ogr.qgis.loc.1.svg; sourceTree = SOURCE_ROOT; };
81268179
721DDCE70F6E97C2006DD13E /* v.in.ogr.qgis.2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = v.in.ogr.qgis.2.png; path = ../../src/plugins/grass/modules/v.in.ogr.qgis.2.png; sourceTree = SOURCE_ROOT; };
81278180
721DDCE80F6E97C2006DD13E /* v.in.ogr.qgis.1.svg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = v.in.ogr.qgis.1.svg; path = ../../src/plugins/grass/modules/v.in.ogr.qgis.1.svg; sourceTree = SOURCE_ROOT; };
8181+
7223B7730F969A9D00D905B4 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = ../../src/plugins/oracle_raster/CMakeLists.txt; sourceTree = SOURCE_ROOT; };
8182+
7223B7740F969A9D00D905B4 /* oracleplugin.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = oracleplugin.png; path = ../../src/plugins/oracle_raster/oracleplugin.png; sourceTree = SOURCE_ROOT; };
8183+
7223B7750F969A9D00D905B4 /* oracleplugin.qrc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = oracleplugin.qrc; path = ../../src/plugins/oracle_raster/oracleplugin.qrc; sourceTree = SOURCE_ROOT; };
8184+
7223B7760F969A9D00D905B4 /* qgsoracle_plugin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsoracle_plugin.cpp; path = ../../src/plugins/oracle_raster/qgsoracle_plugin.cpp; sourceTree = SOURCE_ROOT; };
8185+
7223B7770F969A9D00D905B4 /* qgsoracle_plugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsoracle_plugin.h; path = ../../src/plugins/oracle_raster/qgsoracle_plugin.h; sourceTree = SOURCE_ROOT; };
8186+
7223B7780F969A9D00D905B4 /* qgsoracleconnect_ui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsoracleconnect_ui.cpp; path = ../../src/plugins/oracle_raster/qgsoracleconnect_ui.cpp; sourceTree = SOURCE_ROOT; };
8187+
7223B7790F969A9D00D905B4 /* qgsoracleconnect_ui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsoracleconnect_ui.h; path = ../../src/plugins/oracle_raster/qgsoracleconnect_ui.h; sourceTree = SOURCE_ROOT; };
8188+
7223B77A0F969A9D00D905B4 /* qgsoracleconnectbase.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgsoracleconnectbase.ui; path = ../../src/plugins/oracle_raster/qgsoracleconnectbase.ui; sourceTree = SOURCE_ROOT; };
8189+
7223B77B0F969A9D00D905B4 /* qgsselectgeoraster_ui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsselectgeoraster_ui.cpp; path = ../../src/plugins/oracle_raster/qgsselectgeoraster_ui.cpp; sourceTree = SOURCE_ROOT; };
8190+
7223B77C0F969A9D00D905B4 /* qgsselectgeoraster_ui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsselectgeoraster_ui.h; path = ../../src/plugins/oracle_raster/qgsselectgeoraster_ui.h; sourceTree = SOURCE_ROOT; };
8191+
7223B77D0F969A9D00D905B4 /* qgsselectgeorasterbase.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgsselectgeorasterbase.ui; path = ../../src/plugins/oracle_raster/qgsselectgeorasterbase.ui; sourceTree = SOURCE_ROOT; };
8192+
7223B78D0F96A96500D905B4 /* liboracleplugin.so */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = liboracleplugin.so; sourceTree = BUILT_PRODUCTS_DIR; };
81288193
723043270F770E15009B5354 /* bundle-template.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "bundle-template.sh"; sourceTree = "<group>"; };
81298194
72331DFA0F8E2A2100398D2B /* qgsvectoroverlay.sip */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgsvectoroverlay.sip; path = ../../python/core/qgsvectoroverlay.sip; sourceTree = SOURCE_ROOT; };
81308195
72331DFB0F8E2A2100398D2B /* qgsoverlayobject.sip */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgsoverlayobject.sip; path = ../../python/core/qgsoverlayobject.sip; sourceTree = SOURCE_ROOT; };
@@ -8476,6 +8541,15 @@
84768541
);
84778542
runOnlyForDeploymentPostprocessing = 0;
84788543
};
8544+
7223B7850F96A96500D905B4 /* Frameworks */ = {
8545+
isa = PBXFrameworksBuildPhase;
8546+
buildActionMask = 2147483647;
8547+
files = (
8548+
7223B7860F96A96500D905B4 /* libqgis_core.dylib in Frameworks */,
8549+
7223B7870F96A96500D905B4 /* libqgis_gui.dylib in Frameworks */,
8550+
);
8551+
runOnlyForDeploymentPostprocessing = 0;
8552+
};
84798553
7262ED960F7A770300498385 /* Frameworks */ = {
84808554
isa = PBXFrameworksBuildPhase;
84818555
buildActionMask = 2147483647;
@@ -8767,6 +8841,7 @@
87678841
729BBF3D0F407CBA001BCB63 /* libqgispython.dylib */,
87688842
7262ED9C0F7A770300498385 /* libspatialiteprovider.so */,
87698843
720383580F8B905D0083B883 /* libdiagramoverlayplugin.so */,
8844+
7223B78D0F96A96500D905B4 /* liboracleplugin.so */,
87708845
);
87718846
name = Products;
87728847
sourceTree = "<group>";
@@ -9617,6 +9692,7 @@
96179692
7209E7C60F39E57B003DC336 /* dxf2shp_converter */,
96189693
7209EBF90F39E57B003DC336 /* ogr_converter */,
96199694
7209E7EA0F39E57B003DC336 /* geoprocessing */,
9695+
7223B7720F969A9D00D905B4 /* oracle_raster */,
96209696
7209EC070F39E57B003DC336 /* plugin_builder.py */,
96219697
7209EC080F39E57B003DC336 /* plugin_template */,
96229698
7209EC130F39E57B003DC336 /* qgisplugin.h */,
@@ -12452,6 +12528,25 @@
1245212528
path = ../../doc/plugins/geoprocessing/buffer;
1245312529
sourceTree = SOURCE_ROOT;
1245412530
};
12531+
7223B7720F969A9D00D905B4 /* oracle_raster */ = {
12532+
isa = PBXGroup;
12533+
children = (
12534+
7223B7730F969A9D00D905B4 /* CMakeLists.txt */,
12535+
7223B7740F969A9D00D905B4 /* oracleplugin.png */,
12536+
7223B7750F969A9D00D905B4 /* oracleplugin.qrc */,
12537+
7223B7760F969A9D00D905B4 /* qgsoracle_plugin.cpp */,
12538+
7223B7770F969A9D00D905B4 /* qgsoracle_plugin.h */,
12539+
7223B7780F969A9D00D905B4 /* qgsoracleconnect_ui.cpp */,
12540+
7223B7790F969A9D00D905B4 /* qgsoracleconnect_ui.h */,
12541+
7223B77A0F969A9D00D905B4 /* qgsoracleconnectbase.ui */,
12542+
7223B77B0F969A9D00D905B4 /* qgsselectgeoraster_ui.cpp */,
12543+
7223B77C0F969A9D00D905B4 /* qgsselectgeoraster_ui.h */,
12544+
7223B77D0F969A9D00D905B4 /* qgsselectgeorasterbase.ui */,
12545+
);
12546+
name = oracle_raster;
12547+
path = ../../src/plugins/oracle_raster;
12548+
sourceTree = SOURCE_ROOT;
12549+
};
1245512550
7262ED8C0F7A767400498385 /* spatialite */ = {
1245612551
isa = PBXGroup;
1245712552
children = (
@@ -12983,6 +13078,27 @@
1298313078
productReference = 7209F38E0F3A2F2B003DC336 /* libqgis_gui.dylib */;
1298413079
productType = "com.apple.product-type.library.dynamic";
1298513080
};
13081+
7223B77E0F96A96500D905B4 /* oracleplugin */ = {
13082+
isa = PBXNativeTarget;
13083+
buildConfigurationList = 7223B78A0F96A96500D905B4 /* Build configuration list for PBXNativeTarget "oracleplugin" */;
13084+
buildPhases = (
13085+
7223B7830F96A96500D905B4 /* Script - ui */,
13086+
7223B7840F96A96500D905B4 /* Sources */,
13087+
7223B7850F96A96500D905B4 /* Frameworks */,
13088+
);
13089+
buildRules = (
13090+
7223B7880F96A96500D905B4 /* PBXBuildRule */,
13091+
7223B7890F96A96500D905B4 /* PBXBuildRule */,
13092+
);
13093+
dependencies = (
13094+
7223B77F0F96A96500D905B4 /* PBXTargetDependency */,
13095+
7223B7810F96A96500D905B4 /* PBXTargetDependency */,
13096+
);
13097+
name = oracleplugin;
13098+
productName = testprog;
13099+
productReference = 7223B78D0F96A96500D905B4 /* liboracleplugin.so */;
13100+
productType = "com.apple.product-type.tool";
13101+
};
1298613102
7262ED920F7A770300498385 /* spatialiteprovider */ = {
1298713103
isa = PBXNativeTarget;
1298813104
buildConfigurationList = 7262ED990F7A770300498385 /* Build configuration list for PBXNativeTarget "spatialiteprovider" */;
@@ -13640,6 +13756,7 @@
1364013756
72A56BFB0F3C887000BA32A1 /* dxf2shpconverterplugin */,
1364113757
72A56C060F3C887300BA32A1 /* ogrconverterplugin */,
1364213758
720383490F8B905D0083B883 /* diagramoverlayplugin */,
13759+
7223B77E0F96A96500D905B4 /* oracleplugin */,
1364313760
);
1364413761
};
1364513762
/* End PBXProject section */
@@ -13707,6 +13824,21 @@
1370713824
shellScript = "mkdir -p \"$CONFIGURATION_BUILD_DIR/include\"\n\n# check if the files are generated, clean if need to regenerate\n\nif [ ! -f \"$CONFIGURATION_BUILD_DIR/include/qgsconfig.h\" ] || [ ../../cmake_templates/qgsconfig.h.in -nt \"$CONFIGURATION_BUILD_DIR/include/qgsconfig.h\" ] ; then\necho \"Generating qgsconfig.h...\"\nsed -e \"s,\\${CPACK_PACKAGE_VERSION_MAJOR},$QGIS_VERSION_MAJOR,g\" \\\n\t-e \"s,\\${CPACK_PACKAGE_VERSION_MINOR},$QGIS_VERSION_MINOR,g\" \\\n\t-e \"s,\\${CPACK_PACKAGE_VERSION_PATCH},$QGIS_VERSION_PATCH,g\" \\\n\t-e \"s,\\${RELEASE_NAME},$QGIS_RELEASE_NAME,g\" \\\n\t-e \"s,\\${QGIS_VERSION_INT},$QGIS_VERSION_INT,g\" \\\n\t-e \"s,\\${QGIS_PLUGIN_SUBDIR},$QGIS_PLUGIN_SUBDIR,g\" \\\n\t-e \"s,\\${QGIS_DATA_SUBDIR},$QGIS_DATA_SUBDIR,g\" \\\n\t-e \"s,#cmakedefine,#define,g\" \\\n\t../../cmake_templates/qgsconfig.h.in > \"$CONFIGURATION_BUILD_DIR/include/qgsconfig.h\"\nfi\n\nif [ ! -f \"$CONFIGURATION_BUILD_DIR/include/qgssvnversion.h\" ] || [ ../../cmake_templates/qgssvnversion.h.in_cmake -nt \"$CONFIGURATION_BUILD_DIR/include/qgssvnversion.h\" ] ; then\necho \"Generating qgssvnversion.h...\"\nsvnv=`which svnversion`\nif [ \"$svnv\" ] ; then\n\tsvnver=`svnversion $SRCROOT`\nelse\n\tsvnver=\"unknown\"\nfi\nsed -e \"s,@MYVERSION@,$svnver,\" \\\n\t../../cmake_templates/qgssvnversion.h.in_cmake > \"$CONFIGURATION_BUILD_DIR/include/qgssvnversion.h\"\nfi\n\nexit 0";
1370813825
showEnvVarsInLog = 0;
1370913826
};
13827+
7223B7830F96A96500D905B4 /* Script - ui */ = {
13828+
isa = PBXShellScriptBuildPhase;
13829+
buildActionMask = 2147483647;
13830+
files = (
13831+
);
13832+
inputPaths = (
13833+
);
13834+
name = "Script - ui";
13835+
outputPaths = (
13836+
);
13837+
runOnlyForDeploymentPostprocessing = 0;
13838+
shellPath = /bin/sh;
13839+
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";
13840+
showEnvVarsInLog = 0;
13841+
};
1371013842
7256F1530F4105770022BE1F /* configure.py */ = {
1371113843
isa = PBXShellScriptBuildPhase;
1371213844
buildActionMask = 2147483647;
@@ -14312,6 +14444,20 @@
1431214444
);
1431314445
runOnlyForDeploymentPostprocessing = 0;
1431414446
};
14447+
7223B7840F96A96500D905B4 /* Sources */ = {
14448+
isa = PBXSourcesBuildPhase;
14449+
buildActionMask = 2147483647;
14450+
files = (
14451+
7223B79E0F96AA2000D905B4 /* oracleplugin.qrc in Sources */,
14452+
7223B79B0F96A9BF00D905B4 /* qgsoracle_plugin.h in Sources */,
14453+
7223B79C0F96A9BF00D905B4 /* qgsoracleconnect_ui.h in Sources */,
14454+
7223B79D0F96A9BF00D905B4 /* qgsselectgeoraster_ui.h in Sources */,
14455+
7223B7980F96A99500D905B4 /* qgsoracle_plugin.cpp in Sources */,
14456+
7223B7990F96A99500D905B4 /* qgsoracleconnect_ui.cpp in Sources */,
14457+
7223B79A0F96A99500D905B4 /* qgsselectgeoraster_ui.cpp in Sources */,
14458+
);
14459+
runOnlyForDeploymentPostprocessing = 0;
14460+
};
1431514461
7262ED950F7A770300498385 /* Sources */ = {
1431614462
isa = PBXSourcesBuildPhase;
1431714463
buildActionMask = 2147483647;
@@ -14858,6 +15004,21 @@
1485815004
target = 7209F1D10F39E760003DC336 /* qgis_core */;
1485915005
targetProxy = 7209F3F50F3A3C25003DC336 /* PBXContainerItemProxy */;
1486015006
};
15007+
7223B77F0F96A96500D905B4 /* PBXTargetDependency */ = {
15008+
isa = PBXTargetDependency;
15009+
target = 7209F1D10F39E760003DC336 /* qgis_core */;
15010+
targetProxy = 7223B7800F96A96500D905B4 /* PBXContainerItemProxy */;
15011+
};
15012+
7223B7810F96A96500D905B4 /* PBXTargetDependency */ = {
15013+
isa = PBXTargetDependency;
15014+
target = 7209F3120F3A2F2B003DC336 /* qgis_gui */;
15015+
targetProxy = 7223B7820F96A96500D905B4 /* PBXContainerItemProxy */;
15016+
};
15017+
7223B7A60F96AA6C00D905B4 /* PBXTargetDependency */ = {
15018+
isa = PBXTargetDependency;
15019+
target = 7223B77E0F96A96500D905B4 /* oracleplugin */;
15020+
targetProxy = 7223B7A50F96AA6C00D905B4 /* PBXContainerItemProxy */;
15021+
};
1486115022
7256F1900F411B110022BE1F /* PBXTargetDependency */ = {
1486215023
isa = PBXTargetDependency;
1486315024
target = 72A07D140F3BD625004FC2A4 /* delimitedtextprovider */;
@@ -15508,6 +15669,71 @@
1550815669
};
1550915670
name = Release;
1551015671
};
15672+
7223B78B0F96A96500D905B4 /* Debug */ = {
15673+
isa = XCBuildConfiguration;
15674+
buildSettings = {
15675+
CONFIGURATION_BUILD_DIR = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_PLUGIN_SUBDIR)";
15676+
EXECUTABLE_PREFIX = lib;
15677+
GCC_DYNAMIC_NO_PIC = NO;
15678+
GCC_OPTIMIZATION_LEVEL = 0;
15679+
GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
15680+
HEADER_SEARCH_PATHS = (
15681+
"$(inherited)",
15682+
../../src/plugins,
15683+
../../src/plugins/plugin,
15684+
../../src/core,
15685+
../../src/core/raster,
15686+
../../src/core/renderer,
15687+
../../src/core/symbology,
15688+
../../src/gui,
15689+
"$(GDAL_INC)",
15690+
);
15691+
LIBRARY_SEARCH_PATHS = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_LIB_SUBDIR)";
15692+
MACH_O_TYPE = mh_bundle;
15693+
OTHER_CFLAGS = "$(QT_CXXFLAGS)";
15694+
OTHER_LDFLAGS = (
15695+
"$(inherited)",
15696+
"$(QT_LIB_CORE)",
15697+
"$(QT_LIB_GUI)",
15698+
"$(GDAL_LIB)",
15699+
);
15700+
PRODUCT_NAME = oracleplugin.so;
15701+
TARGET_PLUGINDIR = oracle_raster;
15702+
};
15703+
name = Debug;
15704+
};
15705+
7223B78C0F96A96500D905B4 /* Release */ = {
15706+
isa = XCBuildConfiguration;
15707+
buildSettings = {
15708+
CONFIGURATION_BUILD_DIR = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_PLUGIN_SUBDIR)";
15709+
EXECUTABLE_PREFIX = lib;
15710+
GCC_DYNAMIC_NO_PIC = NO;
15711+
GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
15712+
HEADER_SEARCH_PATHS = (
15713+
"$(inherited)",
15714+
../../src/plugins,
15715+
../../src/plugins/plugin,
15716+
../../src/core,
15717+
../../src/core/raster,
15718+
../../src/core/renderer,
15719+
../../src/core/symbology,
15720+
../../src/gui,
15721+
"$(GDAL_INC)",
15722+
);
15723+
LIBRARY_SEARCH_PATHS = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_LIB_SUBDIR)";
15724+
MACH_O_TYPE = mh_bundle;
15725+
OTHER_CFLAGS = "$(QT_CXXFLAGS)";
15726+
OTHER_LDFLAGS = (
15727+
"$(inherited)",
15728+
"$(QT_LIB_CORE)",
15729+
"$(QT_LIB_GUI)",
15730+
"$(GDAL_LIB)",
15731+
);
15732+
PRODUCT_NAME = oracleplugin.so;
15733+
TARGET_PLUGINDIR = oracle_raster;
15734+
};
15735+
name = Release;
15736+
};
1551115737
7256F1550F4105770022BE1F /* Debug */ = {
1551215738
isa = XCBuildConfiguration;
1551315739
buildSettings = {
@@ -17541,6 +17767,15 @@
1754117767
defaultConfigurationIsVisible = 0;
1754217768
defaultConfigurationName = Release;
1754317769
};
17770+
7223B78A0F96A96500D905B4 /* Build configuration list for PBXNativeTarget "oracleplugin" */ = {
17771+
isa = XCConfigurationList;
17772+
buildConfigurations = (
17773+
7223B78B0F96A96500D905B4 /* Debug */,
17774+
7223B78C0F96A96500D905B4 /* Release */,
17775+
);
17776+
defaultConfigurationIsVisible = 0;
17777+
defaultConfigurationName = Release;
17778+
};
1754417779
7256F1570F4105A40022BE1F /* Build configuration list for PBXAggregateTarget "python_modules" */ = {
1754517780
isa = XCConfigurationList;
1754617781
buildConfigurations = (

0 commit comments

Comments
 (0)