Skip to content

Commit a5526c8

Browse files
author
kyngchaos
committed
vector layer saving (r13169)
git-svn-id: http://svn.osgeo.org/qgis/trunk@13170 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ae3d122 commit a5526c8

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

mac/xcode/Qgis.xcodeproj/project.pbxproj

+12-2
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@
194194
720383810F8BA8C50083B883 /* problem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 720382F90F8B8B540083B883 /* problem.cpp */; };
195195
720383820F8BA8C50083B883 /* util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 720382FD0F8B8B540083B883 /* util.cpp */; };
196196
72038CA310893F3100439C44 /* qgscomposition.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6730F39E57A003DC336 /* qgscomposition.h */; };
197+
72095D7A115E53CF000AE45E /* qgsvectorlayersaveasdialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72095D78115E5385000AE45E /* qgsvectorlayersaveasdialog.cpp */; };
198+
72095D7B115E53CF000AE45E /* qgsvectorlayersaveasdialog.h in Sources */ = {isa = PBXBuildFile; fileRef = 72095D79115E5385000AE45E /* qgsvectorlayersaveasdialog.h */; };
197199
7209F03B0F39E6A1003DC336 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7209F03A0F39E6A1003DC336 /* ApplicationServices.framework */; };
198200
7209F1D70F39EA3E003DC336 /* qgsprovidercountcalcevent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6B90F39E57A003DC336 /* qgsprovidercountcalcevent.cpp */; };
199201
7209F1D80F39EA3E003DC336 /* qgsprovidermetadata.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6BD0F39E57A003DC336 /* qgsprovidermetadata.cpp */; };
@@ -3514,6 +3516,9 @@
35143516
7203835A0F8B90B50083B883 /* qgsapplydialog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsapplydialog.h; path = ../../src/plugins/qgsapplydialog.h; sourceTree = SOURCE_ROOT; };
35153517
7203835B0F8B90B50083B883 /* qgsvectoroverlayplugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsvectoroverlayplugin.h; path = ../../src/plugins/qgsvectoroverlayplugin.h; sourceTree = SOURCE_ROOT; };
35163518
72038CA210893EA900439C44 /* testqgscoordinatereferencesystem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testqgscoordinatereferencesystem.cpp; path = ../../tests/src/core/testqgscoordinatereferencesystem.cpp; sourceTree = SOURCE_ROOT; };
3519+
72095D78115E5385000AE45E /* qgsvectorlayersaveasdialog.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsvectorlayersaveasdialog.cpp; path = ../../src/app/ogr/qgsvectorlayersaveasdialog.cpp; sourceTree = SOURCE_ROOT; };
3520+
72095D79115E5385000AE45E /* qgsvectorlayersaveasdialog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsvectorlayersaveasdialog.h; path = ../../src/app/ogr/qgsvectorlayersaveasdialog.h; sourceTree = SOURCE_ROOT; };
3521+
72095D7C115E540C000AE45E /* qgsvectorlayersaveasdialogbase.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = qgsvectorlayersaveasdialogbase.ui; path = ../../src/ui/qgsvectorlayersaveasdialogbase.ui; sourceTree = SOURCE_ROOT; };
35173522
7209E56E0F39E477003DC336 /* qgis_settings.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = qgis_settings.xcconfig; sourceTree = SOURCE_ROOT; };
35183523
7209E56F0F39E481003DC336 /* qgis_user.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = qgis_user.xcconfig; sourceTree = SOURCE_ROOT; };
35193524
7209E5BC0F39E57A003DC336 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = CMakeLists.txt; path = ../../src/app/CMakeLists.txt; sourceTree = SOURCE_ROOT; };
@@ -9532,6 +9537,7 @@
95329537
7225EFA610B22C4400D23EA2 /* qgssymbolv2selectordialogbase.ui */,
95339538
7225EFA710B22C4400D23EA2 /* qgsvectorcolorbrewercolorrampv2dialogbase.ui */,
95349539
7225EFA810B22C4400D23EA2 /* qgsvectorgradientcolorrampv2dialogbase.ui */,
9540+
72095D7C115E540C000AE45E /* qgsvectorlayersaveasdialogbase.ui */,
95359541
7225EFA910B22C4400D23EA2 /* qgsvectorrandomcolorrampv2dialogbase.ui */,
95369542
7225EFAA10B22C5000D23EA2 /* symbollayer */,
95379543
);
@@ -11338,6 +11344,8 @@
1133811344
726979A70F71369A00AFA402 /* qgsopenvectorlayerdialog.h */,
1133911345
72EBC9620F49D4130016BA3C /* qgsogrsublayersdialog.cpp */,
1134011346
72EBC9610F49D4130016BA3C /* qgsogrsublayersdialog.h */,
11347+
72095D78115E5385000AE45E /* qgsvectorlayersaveasdialog.cpp */,
11348+
72095D79115E5385000AE45E /* qgsvectorlayersaveasdialog.h */,
1134111349
);
1134211350
name = ogr;
1134311351
path = ../../src/app/ogr;
@@ -15882,6 +15890,8 @@
1588215890
721362EF111720350088753A /* qgsmanageconnectionsdialog.cpp in Sources */,
1588315891
721362F0111720350088753A /* qgsmanageconnectionsdialog.h in Sources */,
1588415892
72AB24BD11550EF2001B5F50 /* qgsnetworkproxyfactory.cpp in Sources */,
15893+
72095D7A115E53CF000AE45E /* qgsvectorlayersaveasdialog.cpp in Sources */,
15894+
72095D7B115E53CF000AE45E /* qgsvectorlayersaveasdialog.h in Sources */,
1588515895
);
1588615896
runOnlyForDeploymentPostprocessing = 0;
1588715897
};
@@ -19568,7 +19578,7 @@
1956819578
COPY_PHASE_STRIP = NO;
1956919579
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1957019580
GCC_OPTIMIZATION_LEVEL = 0;
19571-
QGIS_VERSION_BUILD = 13161;
19581+
QGIS_VERSION_BUILD = 13169;
1957219582
STRIP_INSTALLED_PRODUCT = NO;
1957319583
};
1957419584
name = Debug;
@@ -19579,7 +19589,7 @@
1957919589
buildSettings = {
1958019590
COPY_PHASE_STRIP = YES;
1958119591
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
19582-
QGIS_VERSION_BUILD = 13161;
19592+
QGIS_VERSION_BUILD = 13169;
1958319593
STRIP_INSTALLED_PRODUCT = YES;
1958419594
};
1958519595
name = Release;

0 commit comments

Comments
 (0)