Skip to content

Commit 98d578c

Browse files
author
kyngchaos
committedJun 7, 2010
add __init__.py (r13682)
git-svn-id: http://svn.osgeo.org/qgis/trunk@13686 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 0529aba commit 98d578c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
 

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@
226226
/* End PBXAggregateTarget section */
227227

228228
/* Begin PBXBuildFile section */
229+
7202656211BDADAE000A356A /* __init__.py in Copy - tools */ = {isa = PBXBuildFile; fileRef = 7202656111BDAD9E000A356A /* __init__.py */; };
229230
720382E00F8B86070083B883 /* qgstolerance.h in Headers */ = {isa = PBXBuildFile; fileRef = 72F8D9420F8924F100D10CE5 /* qgstolerance.h */; settings = {ATTRIBUTES = (Public, ); }; };
230231
7203830A0F8B8C8F0083B883 /* qgscentralpointpositionmanager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 720383000F8B8C2D0083B883 /* qgscentralpointpositionmanager.cpp */; };
231232
7203830B0F8B8C8F0083B883 /* qgsoverlayobject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 720383080F8B8C2D0083B883 /* qgsoverlayobject.cpp */; };
@@ -3534,6 +3535,7 @@
35343535
dstPath = "$(QGIS_BUILD_PATH)/MacOS/$(QGIS_DATA_SUBDIR)/python/plugins/fTools/tools";
35353536
dstSubfolderSpec = 0;
35363537
files = (
3538+
7202656211BDADAE000A356A /* __init__.py in Copy - tools */,
35373539
72DEE21B11B95988004ED376 /* dialogBase.py in Copy - tools */,
35383540
72DEE21C11B95988004ED376 /* dialogSRS.py in Copy - tools */,
35393541
72DEE21D11B95988004ED376 /* doAbout.py in Copy - tools */,
@@ -3729,6 +3731,7 @@
37293731

37303732
/* Begin PBXFileReference section */
37313733
508344B209E5C41E0093A071 /* Qgis.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Qgis.app; sourceTree = BUILT_PRODUCTS_DIR; };
3734+
7202656111BDAD9E000A356A /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; name = __init__.py; path = ../../python/plugins/GdalTools/tools/__init__.py; sourceTree = SOURCE_ROOT; };
37323735
720382E20F8B8B540083B883 /* feature.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = feature.cpp; path = ../../src/core/pal/feature.cpp; sourceTree = SOURCE_ROOT; };
37333736
720382E30F8B8B540083B883 /* feature.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = feature.h; path = ../../src/core/pal/feature.h; sourceTree = SOURCE_ROOT; };
37343737
720382E40F8B8B540083B883 /* geomfunction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = geomfunction.cpp; path = ../../src/core/pal/geomfunction.cpp; sourceTree = SOURCE_ROOT; };
@@ -13305,6 +13308,7 @@
1330513308
72DEE01F11B953D7004ED376 /* tools */ = {
1330613309
isa = PBXGroup;
1330713310
children = (
13311+
7202656111BDAD9E000A356A /* __init__.py */,
1330813312
72DEE02011B953D8004ED376 /* CMakeLists.txt */,
1330913313
72DEE02111B953D8004ED376 /* dialogAbout.ui */,
1331013314
72DEE02211B953D8004ED376 /* dialogBase.py */,
@@ -20353,7 +20357,7 @@
2035320357
COPY_PHASE_STRIP = NO;
2035420358
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
2035520359
GCC_OPTIMIZATION_LEVEL = 0;
20356-
QGIS_VERSION_BUILD = 13660;
20360+
QGIS_VERSION_BUILD = 13685;
2035720361
STRIP_INSTALLED_PRODUCT = NO;
2035820362
};
2035920363
name = Debug;
@@ -20364,7 +20368,7 @@
2036420368
buildSettings = {
2036520369
COPY_PHASE_STRIP = YES;
2036620370
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
20367-
QGIS_VERSION_BUILD = 13660;
20371+
QGIS_VERSION_BUILD = 13685;
2036820372
STRIP_INSTALLED_PRODUCT = YES;
2036920373
};
2037020374
name = Release;

0 commit comments

Comments
 (0)
Please sign in to comment.