Skip to content

Commit 612b76e

Browse files
author
kyngchaos
committed
SIP proxy factory by PyQt version (r13468)
composer legend item (r13476) git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13486 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a682331 commit 612b76e

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

mac/xcode/Qgis.xcodeproj/project.pbxproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,6 +1339,7 @@
13391339
72B236BE11570801007B4803 /* qgspointdisplacementrendererwidget.h in Sources */ = {isa = PBXBuildFile; fileRef = 72B236A911570705007B4803 /* qgspointdisplacementrendererwidget.h */; };
13401340
72BD9FE510A499D700FEA70F /* qgszonalstatistics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72BD9FE310A4998600FEA70F /* qgszonalstatistics.cpp */; };
13411341
72BD9FE610A499FA00FEA70F /* qgszonalstatistics.h in Headers */ = {isa = PBXBuildFile; fileRef = 72BD9FE410A4998600FEA70F /* qgszonalstatistics.h */; settings = {ATTRIBUTES = (Public, ); }; };
1342+
72BDBF39119D93480036158D /* qgscomposerlegenditem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72BDBF37119D931B0036158D /* qgscomposerlegenditem.cpp */; };
13421343
72BDC390116E1CDD0088DEB4 /* qgsspatialitesridsdialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72BDC38E116E1CBB0088DEB4 /* qgsspatialitesridsdialog.cpp */; };
13431344
72BDC391116E1CDD0088DEB4 /* qgsspatialitesridsdialog.h in Sources */ = {isa = PBXBuildFile; fileRef = 72BDC38F116E1CBB0088DEB4 /* qgsspatialitesridsdialog.h */; };
13441345
72BDC395116E1DF10088DEB4 /* qgsnewspatialitelayerdialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72BDC393116E1DCE0088DEB4 /* qgsnewspatialitelayerdialog.cpp */; };
@@ -7010,6 +7011,8 @@
70107011
72B957270F45C24200E3FF98 /* ReadMe.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = ReadMe.rtf; sourceTree = SOURCE_ROOT; };
70117012
72BD9FE310A4998600FEA70F /* qgszonalstatistics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgszonalstatistics.cpp; path = ../../src/analysis/vector/qgszonalstatistics.cpp; sourceTree = SOURCE_ROOT; };
70127013
72BD9FE410A4998600FEA70F /* qgszonalstatistics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgszonalstatistics.h; path = ../../src/analysis/vector/qgszonalstatistics.h; sourceTree = SOURCE_ROOT; };
7014+
72BDBF37119D931B0036158D /* qgscomposerlegenditem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgscomposerlegenditem.cpp; path = ../../src/core/composer/qgscomposerlegenditem.cpp; sourceTree = SOURCE_ROOT; };
7015+
72BDBF38119D931B0036158D /* qgscomposerlegenditem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgscomposerlegenditem.h; path = ../../src/core/composer/qgscomposerlegenditem.h; sourceTree = SOURCE_ROOT; };
70137016
72BDC38E116E1CBB0088DEB4 /* qgsspatialitesridsdialog.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsspatialitesridsdialog.cpp; path = ../../src/app/qgsspatialitesridsdialog.cpp; sourceTree = SOURCE_ROOT; };
70147017
72BDC38F116E1CBB0088DEB4 /* qgsspatialitesridsdialog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsspatialitesridsdialog.h; path = ../../src/app/qgsspatialitesridsdialog.h; sourceTree = SOURCE_ROOT; };
70157018
72BDC393116E1DCE0088DEB4 /* qgsnewspatialitelayerdialog.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsnewspatialitelayerdialog.cpp; path = ../../src/app/qgsnewspatialitelayerdialog.cpp; sourceTree = SOURCE_ROOT; };
@@ -8533,6 +8536,8 @@
85338536
7209E6690F39E57A003DC336 /* qgscomposerlabel.h */,
85348537
7209E66A0F39E57A003DC336 /* qgscomposerlegend.cpp */,
85358538
7209E66B0F39E57A003DC336 /* qgscomposerlegend.h */,
8539+
72BDBF37119D931B0036158D /* qgscomposerlegenditem.cpp */,
8540+
72BDBF38119D931B0036158D /* qgscomposerlegenditem.h */,
85368541
7209E66C0F39E57A003DC336 /* qgscomposermap.cpp */,
85378542
7209E66D0F39E57A003DC336 /* qgscomposermap.h */,
85388543
7209E66E0F39E57A003DC336 /* qgscomposerpicture.cpp */,
@@ -15278,6 +15283,7 @@
1527815283
72DAAF40111A6090000DC8B7 /* qgscredentials.h in Sources */,
1527915284
72C8D7D71178B6D0005B5B87 /* qgscomposerattributetable.cpp in Sources */,
1528015285
72C8D7D81178B6D0005B5B87 /* qgscomposerattributetable.h in Sources */,
15286+
72BDBF39119D93480036158D /* qgscomposerlegenditem.cpp in Sources */,
1528115287
72C8D7D91178B6D0005B5B87 /* qgscomposertexttable.cpp in Sources */,
1528215288
72F8205511971C9B00822E90 /* qgsnetworkaccessmanager.cpp in Sources */,
1528315289
72F8205611971C9B00822E90 /* qgsnetworkaccessmanager.h in Sources */,
@@ -19990,7 +19996,7 @@
1999019996
COPY_PHASE_STRIP = NO;
1999119997
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1999219998
GCC_OPTIMIZATION_LEVEL = 0;
19993-
QGIS_VERSION_BUILD = 13447;
19999+
QGIS_VERSION_BUILD = 13485;
1999420000
STRIP_INSTALLED_PRODUCT = NO;
1999520001
};
1999620002
name = Debug;
@@ -20001,7 +20007,7 @@
2000120007
buildSettings = {
2000220008
COPY_PHASE_STRIP = YES;
2000320009
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
20004-
QGIS_VERSION_BUILD = 13447;
20010+
QGIS_VERSION_BUILD = 13485;
2000520011
STRIP_INSTALLED_PRODUCT = YES;
2000620012
};
2000720013
name = Release;

mac/xcode/qgis_settings.xcconfig

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,16 @@ QTUIC = $(QTBIN)/uic
4444
QTRCC = $(QTBIN)/rcc
4545
QTLREL = $(QTBIN)/lrelease
4646
// defaults for system Python SIP/PyQt install as described in INSTALL
47+
PYQT4_VER_MAJOR = 4
48+
PYQT4_VER_MINOR = 7
4749
SIP = $(PYTHON_USRBIN)/sip
4850
PYUIC4 = $(PYTHON_USRBIN)/pyuic4
4951
PYRCC4 = $(PYTHON_USRBIN)/pyrcc4
5052
// from sipconfig.py
5153
SIP_INC = /usr/local/include
5254
// from pyqtconfig.py
5355
PYQT_SIP_DIR = /usr/local/share/sip/PyQt4
54-
PYQT_SIP_FLAGS = -x VendorID -t WS_MACX -x PyQt_NoPrintRangeBug -t Qt_$(QT_VER_MAJOR)_$(QT_VER_MINOR)_0 -x Py_v3 -g
56+
PYQT_SIP_FLAGS = -x VendorID -t WS_MACX -x PyQt_NoPrintRangeBug -t Qt_$(QT_VER_MAJOR)_$(QT_VER_MINOR)_0 -x Py_v3 $(SIP_DISABLE_FEATURES) -g
5557

5658
BISON = /usr/bin/bison
5759
GPSBABEL = /usr/local/bin/gpsbabel
@@ -248,6 +250,9 @@ QTLISTQG = QtCore QtGui QtNetwork QtSql QtSvg QtXml QtWebKit $(QT_USE_$(QT_VER_M
248250
// list of PyQt modules used
249251
PYQTLIST = Qt QtCore QtGui QtNetwork QtSql QtSvg QtXml QtWebKit phonon
250252

253+
SIP_DISABLE_FEATURES = $(SIP_DISABLE_FEATURES_$(PYQT4_VER_MAJOR)_$(PYQT4_VER_MINOR))
254+
SIP_DISABLE_FEATURES_4_5 = -x PROXY_FACTORY
255+
251256
// with a choice of system vs user unix libs, use full path to lib file
252257
// to avoid possible accidental linking to system lib (ie expat)
253258

mac/xcode/qgis_user-template.xcconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232

3333
//QT_PLUGINS_DIR = /Developer/Applications/Qt/plugins
3434
//QTBIN = /Developer/Tools/Qt // bin dir
35+
//PYQT4_VER_MAJOR = 4
36+
//PYQT4_VER_MINOR = 7
3537
//SIP_INC = /usr/local/include
3638
//PYQT_SIP_DIR = /usr/local/share/sip/PyQt4
3739
//PYQT_SIP_FLAGS = -x VendorID -t WS_MACX -x PyQt_NoPrintRangeBug -t Qt_$(QT_VER_MAJOR)_$(QT_VER_MINOR)_0 -x Py_v3 -g

0 commit comments

Comments
 (0)