Skip to content

Commit a65c3d6

Browse files
author
kyngchaos
committedDec 29, 2009
postgres fix (r12641)
bad layer fix (r12634) attribute table fix (r12639) git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12648 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed
 

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,8 @@
635635
723FD05F0FBCB87900EFA55D /* qgspalgeometry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 723FD05D0FBCB85D00EFA55D /* qgspalgeometry.cpp */; };
636636
72442AEB1095DD4C00B54796 /* qgsavoidintersectionsdialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72442AE91095DCFC00B54796 /* qgsavoidintersectionsdialog.cpp */; };
637637
72442AEC1095DD4C00B54796 /* qgsavoidintersectionsdialog.h in Sources */ = {isa = PBXBuildFile; fileRef = 72442AEA1095DCFC00B54796 /* qgsavoidintersectionsdialog.h */; };
638+
72448CD310E9A1C100D4586B /* qgsprojectbadlayerguihandler.h in Sources */ = {isa = PBXBuildFile; fileRef = 72A51A4B10CE05B000E202D7 /* qgsprojectbadlayerguihandler.h */; };
639+
72448CD710E9A21500D4586B /* qgsattributetableview.h in Sources */ = {isa = PBXBuildFile; fileRef = 72A239480F74A62200AFC35B /* qgsattributetableview.h */; };
638640
7249EBDC10E7BCDA00708435 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E7790F39E57A003DC336 /* main.cpp */; };
639641
7249EBDD10E7BCDA00708435 /* qgshelpserver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E77A0F39E57A003DC336 /* qgshelpserver.cpp */; };
640642
7249EBDE10E7BCDA00708435 /* qgshelpserver.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E77B0F39E57A003DC336 /* qgshelpserver.h */; };
@@ -2189,7 +2191,7 @@
21892191
isa = PBXContainerItemProxy;
21902192
containerPortal = 20286C28FDCF999611CA2CEA /* Project object */;
21912193
proxyType = 1;
2192-
remoteGlobalIDString = 7249EBD610E7BBEA00708435 /* qgis_help */;
2194+
remoteGlobalIDString = 7249EBD610E7BBEA00708435;
21932195
remoteInfo = qgis_help;
21942196
};
21952197
7256F18F0F411B110022BE1F /* PBXContainerItemProxy */ = {
@@ -14182,6 +14184,7 @@
1418214184
7292879C0F71D415006D9489 /* qgsmapoverviewcanvas.h in Sources */,
1418314185
7292879D0F71D415006D9489 /* qgsmaptoolemitpoint.h in Sources */,
1418414186
7292879E0F71D415006D9489 /* qgsmessageviewer.h in Sources */,
14187+
72448CD310E9A1C100D4586B /* qgsprojectbadlayerguihandler.h in Sources */,
1418514188
7292879F0F71D415006D9489 /* qgsprojectionselector.h in Sources */,
1418614189
729287A00F71D415006D9489 /* qgsquickprint.h in Sources */,
1418714190
7225EFF810B2375300D23EA2 /* qgsbrushstylecombobox.cpp in Sources */,
@@ -14881,6 +14884,7 @@
1488114884
72A239490F74A64400AFC35B /* qgsattributetabledialog.cpp in Sources */,
1488214885
72A2394A0F74A64400AFC35B /* qgsattributetablemodel.cpp in Sources */,
1488314886
72A2394B0F74A64400AFC35B /* qgsattributetableview.cpp in Sources */,
14887+
72448CD710E9A21500D4586B /* qgsattributetableview.h in Sources */,
1488414888
72A2394C0F74A66400AFC35B /* qgsattributetabledialog.h in Sources */,
1488514889
72A2394D0F74A66400AFC35B /* qgsattributetablemodel.h in Sources */,
1488614890
7262ED830F7A750F00498385 /* qgsspatialitefilterproxymodel.cpp in Sources */,
@@ -16302,6 +16306,7 @@
1630216306
OTHER_LDFLAGS = (
1630316307
"$(inherited)",
1630416308
"$(QT_LIB_CORE)",
16309+
"$(QT_LIB_GUI)",
1630516310
"$(PGSQL_LIB)",
1630616311
);
1630716312
PRODUCT_NAME = postgresprovider.so;
@@ -16331,6 +16336,7 @@
1633116336
OTHER_LDFLAGS = (
1633216337
"$(inherited)",
1633316338
"$(QT_LIB_CORE)",
16339+
"$(QT_LIB_GUI)",
1633416340
"$(PGSQL_LIB)",
1633516341
);
1633616342
PRODUCT_NAME = postgresprovider.so;
@@ -18052,7 +18058,7 @@
1805218058
COPY_PHASE_STRIP = NO;
1805318059
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1805418060
GCC_OPTIMIZATION_LEVEL = 0;
18055-
QGIS_VERSION_BUILD = 12622;
18061+
QGIS_VERSION_BUILD = 12646;
1805618062
STRIP_INSTALLED_PRODUCT = NO;
1805718063
};
1805818064
name = Debug;
@@ -18063,7 +18069,7 @@
1806318069
buildSettings = {
1806418070
COPY_PHASE_STRIP = YES;
1806518071
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
18066-
QGIS_VERSION_BUILD = 12622;
18072+
QGIS_VERSION_BUILD = 12646;
1806718073
STRIP_INSTALLED_PRODUCT = YES;
1806818074
};
1806918075
name = Release;

0 commit comments

Comments
 (0)
Please sign in to comment.