Skip to content

Commit 87936d9

Browse files
author
kyngchaos
committed
spatial query cleanup (r13360)
git-svn-id: http://svn.osgeo.org/qgis/trunk@13365 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1e8a709 commit 87936d9

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

mac/xcode/Qgis.xcodeproj/project.pbxproj

+3-13
Original file line numberDiff line numberDiff line change
@@ -928,11 +928,6 @@
928928
7268C0611182963E001BC9C4 /* qgsspatialquery.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7268C03E118294E5001BC9C4 /* qgsspatialquery.cpp */; };
929929
7268C0621182963E001BC9C4 /* qgsspatialquerydialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7268C040118294E5001BC9C4 /* qgsspatialquerydialog.cpp */; };
930930
7268C0631182963E001BC9C4 /* qgsspatialqueryplugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7268C044118294E5001BC9C4 /* qgsspatialqueryplugin.cpp */; };
931-
7268C06411829664001BC9C4 /* qgsgeometrycoordinatetransform.h in Sources */ = {isa = PBXBuildFile; fileRef = 7268C037118294E5001BC9C4 /* qgsgeometrycoordinatetransform.h */; };
932-
7268C06511829664001BC9C4 /* qgsmngprogressbar.h in Sources */ = {isa = PBXBuildFile; fileRef = 7268C039118294E5001BC9C4 /* qgsmngprogressbar.h */; };
933-
7268C06611829664001BC9C4 /* qgsreaderfeatures.h in Sources */ = {isa = PBXBuildFile; fileRef = 7268C03B118294E5001BC9C4 /* qgsreaderfeatures.h */; };
934-
7268C06711829664001BC9C4 /* qgsrubberselectid.h in Sources */ = {isa = PBXBuildFile; fileRef = 7268C03D118294E5001BC9C4 /* qgsrubberselectid.h */; };
935-
7268C06811829664001BC9C4 /* qgsspatialquery.h in Sources */ = {isa = PBXBuildFile; fileRef = 7268C03F118294E5001BC9C4 /* qgsspatialquery.h */; };
936931
7268C06911829664001BC9C4 /* qgsspatialquerydialog.h in Sources */ = {isa = PBXBuildFile; fileRef = 7268C041118294E5001BC9C4 /* qgsspatialquerydialog.h */; };
937932
7268C06A11829664001BC9C4 /* qgsspatialqueryplugin.h in Sources */ = {isa = PBXBuildFile; fileRef = 7268C045118294E5001BC9C4 /* qgsspatialqueryplugin.h */; };
938933
7268C06B11829683001BC9C4 /* qgsspatialquerydialogbase.qrc in Sources */ = {isa = PBXBuildFile; fileRef = 7268C042118294E5001BC9C4 /* qgsspatialquerydialogbase.qrc */; };
@@ -2636,7 +2631,7 @@
26362631
isa = PBXContainerItemProxy;
26372632
containerPortal = 20286C28FDCF999611CA2CEA /* Project object */;
26382633
proxyType = 1;
2639-
remoteGlobalIDString = 7268C04C118294F2001BC9C4 /* spatialqueryplugin */;
2634+
remoteGlobalIDString = 7268C04C118294F2001BC9C4;
26402635
remoteInfo = spatialqueryplugin;
26412636
};
26422637
7268E8A4110241A400B96374 /* PBXContainerItemProxy */ = {
@@ -15457,11 +15452,6 @@
1545715452
7268C0611182963E001BC9C4 /* qgsspatialquery.cpp in Sources */,
1545815453
7268C0621182963E001BC9C4 /* qgsspatialquerydialog.cpp in Sources */,
1545915454
7268C0631182963E001BC9C4 /* qgsspatialqueryplugin.cpp in Sources */,
15460-
7268C06411829664001BC9C4 /* qgsgeometrycoordinatetransform.h in Sources */,
15461-
7268C06511829664001BC9C4 /* qgsmngprogressbar.h in Sources */,
15462-
7268C06611829664001BC9C4 /* qgsreaderfeatures.h in Sources */,
15463-
7268C06711829664001BC9C4 /* qgsrubberselectid.h in Sources */,
15464-
7268C06811829664001BC9C4 /* qgsspatialquery.h in Sources */,
1546515455
7268C06911829664001BC9C4 /* qgsspatialquerydialog.h in Sources */,
1546615456
7268C06A11829664001BC9C4 /* qgsspatialqueryplugin.h in Sources */,
1546715457
7268C06B11829683001BC9C4 /* qgsspatialquerydialogbase.qrc in Sources */,
@@ -19979,7 +19969,7 @@
1997919969
COPY_PHASE_STRIP = NO;
1998019970
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1998119971
GCC_OPTIMIZATION_LEVEL = 0;
19982-
QGIS_VERSION_BUILD = 13357;
19972+
QGIS_VERSION_BUILD = 13363;
1998319973
STRIP_INSTALLED_PRODUCT = NO;
1998419974
};
1998519975
name = Debug;
@@ -19990,7 +19980,7 @@
1999019980
buildSettings = {
1999119981
COPY_PHASE_STRIP = YES;
1999219982
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
19993-
QGIS_VERSION_BUILD = 13357;
19983+
QGIS_VERSION_BUILD = 13363;
1999419984
STRIP_INSTALLED_PRODUCT = YES;
1999519985
};
1999619986
name = Release;

0 commit comments

Comments
 (0)