Skip to content

Commit aeba3c9

Browse files
author
kyngchaos
committedApr 26, 2010
bundling: QtWebKit 4.6 needs QtXmlPatterns
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13399 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19978,7 +19978,7 @@
1997819978
COPY_PHASE_STRIP = NO;
1997919979
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1998019980
GCC_OPTIMIZATION_LEVEL = 0;
19981-
QGIS_VERSION_BUILD = 13381;
19981+
QGIS_VERSION_BUILD = 13398;
1998219982
STRIP_INSTALLED_PRODUCT = NO;
1998319983
};
1998419984
name = Debug;
@@ -19989,7 +19989,7 @@
1998919989
buildSettings = {
1999019990
COPY_PHASE_STRIP = YES;
1999119991
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
19992-
QGIS_VERSION_BUILD = 13381;
19992+
QGIS_VERSION_BUILD = 13398;
1999319993
STRIP_INSTALLED_PRODUCT = YES;
1999419994
};
1999519995
name = Release;

‎mac/xcode/qgis_settings.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ QT_LIB = $(QT_LIB_CORE) $(QT_LIB_GUI) $(QT_LIB_NET) $(QT_LIB_XML) $(QT_LIB_SVG)
243243
// list of Qt frameworks used
244244
QT_USE_4_4 =
245245
QT_USE_4_5 = QtDBus
246-
QT_USE_4_6 = QtDBus
246+
QT_USE_4_6 = QtDBus QtXmlPatterns
247247
QTLISTQG = QtCore QtGui QtNetwork QtSql QtSvg QtXml QtWebKit $(QT_USE_$(QT_VER_MAJOR)_$(QT_VER_MINOR)) phonon
248248
// list of PyQt modules used
249249
PYQTLIST = Qt QtCore QtGui QtNetwork QtSql QtSvg QtXml QtWebKit phonon

0 commit comments

Comments
 (0)
Please sign in to comment.