Skip to content

Commit

Permalink
spatial query cleanup (r13360)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13365 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
kyngchaos committed Apr 24, 2010
1 parent f791a81 commit 26ff0b3
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions mac/xcode/Qgis.xcodeproj/project.pbxproj
Expand Up @@ -928,11 +928,6 @@
7268C0611182963E001BC9C4 /* qgsspatialquery.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7268C03E118294E5001BC9C4 /* qgsspatialquery.cpp */; };
7268C0621182963E001BC9C4 /* qgsspatialquerydialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7268C040118294E5001BC9C4 /* qgsspatialquerydialog.cpp */; };
7268C0631182963E001BC9C4 /* qgsspatialqueryplugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7268C044118294E5001BC9C4 /* qgsspatialqueryplugin.cpp */; };
7268C06411829664001BC9C4 /* qgsgeometrycoordinatetransform.h in Sources */ = {isa = PBXBuildFile; fileRef = 7268C037118294E5001BC9C4 /* qgsgeometrycoordinatetransform.h */; };
7268C06511829664001BC9C4 /* qgsmngprogressbar.h in Sources */ = {isa = PBXBuildFile; fileRef = 7268C039118294E5001BC9C4 /* qgsmngprogressbar.h */; };
7268C06611829664001BC9C4 /* qgsreaderfeatures.h in Sources */ = {isa = PBXBuildFile; fileRef = 7268C03B118294E5001BC9C4 /* qgsreaderfeatures.h */; };
7268C06711829664001BC9C4 /* qgsrubberselectid.h in Sources */ = {isa = PBXBuildFile; fileRef = 7268C03D118294E5001BC9C4 /* qgsrubberselectid.h */; };
7268C06811829664001BC9C4 /* qgsspatialquery.h in Sources */ = {isa = PBXBuildFile; fileRef = 7268C03F118294E5001BC9C4 /* qgsspatialquery.h */; };
7268C06911829664001BC9C4 /* qgsspatialquerydialog.h in Sources */ = {isa = PBXBuildFile; fileRef = 7268C041118294E5001BC9C4 /* qgsspatialquerydialog.h */; };
7268C06A11829664001BC9C4 /* qgsspatialqueryplugin.h in Sources */ = {isa = PBXBuildFile; fileRef = 7268C045118294E5001BC9C4 /* qgsspatialqueryplugin.h */; };
7268C06B11829683001BC9C4 /* qgsspatialquerydialogbase.qrc in Sources */ = {isa = PBXBuildFile; fileRef = 7268C042118294E5001BC9C4 /* qgsspatialquerydialogbase.qrc */; };
Expand Down Expand Up @@ -2636,7 +2631,7 @@
isa = PBXContainerItemProxy;
containerPortal = 20286C28FDCF999611CA2CEA /* Project object */;
proxyType = 1;
remoteGlobalIDString = 7268C04C118294F2001BC9C4 /* spatialqueryplugin */;
remoteGlobalIDString = 7268C04C118294F2001BC9C4;
remoteInfo = spatialqueryplugin;
};
7268E8A4110241A400B96374 /* PBXContainerItemProxy */ = {
Expand Down Expand Up @@ -15457,11 +15452,6 @@
7268C0611182963E001BC9C4 /* qgsspatialquery.cpp in Sources */,
7268C0621182963E001BC9C4 /* qgsspatialquerydialog.cpp in Sources */,
7268C0631182963E001BC9C4 /* qgsspatialqueryplugin.cpp in Sources */,
7268C06411829664001BC9C4 /* qgsgeometrycoordinatetransform.h in Sources */,
7268C06511829664001BC9C4 /* qgsmngprogressbar.h in Sources */,
7268C06611829664001BC9C4 /* qgsreaderfeatures.h in Sources */,
7268C06711829664001BC9C4 /* qgsrubberselectid.h in Sources */,
7268C06811829664001BC9C4 /* qgsspatialquery.h in Sources */,
7268C06911829664001BC9C4 /* qgsspatialquerydialog.h in Sources */,
7268C06A11829664001BC9C4 /* qgsspatialqueryplugin.h in Sources */,
7268C06B11829683001BC9C4 /* qgsspatialquerydialogbase.qrc in Sources */,
Expand Down Expand Up @@ -19979,7 +19969,7 @@
COPY_PHASE_STRIP = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
QGIS_VERSION_BUILD = 13357;
QGIS_VERSION_BUILD = 13363;
STRIP_INSTALLED_PRODUCT = NO;
};
name = Debug;
Expand All @@ -19990,7 +19980,7 @@
buildSettings = {
COPY_PHASE_STRIP = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
QGIS_VERSION_BUILD = 13357;
QGIS_VERSION_BUILD = 13363;
STRIP_INSTALLED_PRODUCT = YES;
};
name = Release;
Expand Down

0 comments on commit 26ff0b3

Please sign in to comment.