[QGIS Commit] r13399 - in trunk/qgis/mac/xcode: . Qgis.xcodeproj
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Mon Apr 26 19:38:39 EDT 2010
Author: kyngchaos
Date: 2010-04-26 19:38:38 -0400 (Mon, 26 Apr 2010)
New Revision: 13399
Modified:
trunk/qgis/mac/xcode/Qgis.xcodeproj/project.pbxproj
trunk/qgis/mac/xcode/qgis_settings.xcconfig
Log:
bundling: QtWebKit 4.6 needs QtXmlPatterns
Modified: trunk/qgis/mac/xcode/Qgis.xcodeproj/project.pbxproj
===================================================================
--- trunk/qgis/mac/xcode/Qgis.xcodeproj/project.pbxproj 2010-04-26 22:41:28 UTC (rev 13398)
+++ trunk/qgis/mac/xcode/Qgis.xcodeproj/project.pbxproj 2010-04-26 23:38:38 UTC (rev 13399)
@@ -19978,7 +19978,7 @@
COPY_PHASE_STRIP = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
- QGIS_VERSION_BUILD = 13381;
+ QGIS_VERSION_BUILD = 13398;
STRIP_INSTALLED_PRODUCT = NO;
};
name = Debug;
@@ -19989,7 +19989,7 @@
buildSettings = {
COPY_PHASE_STRIP = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
- QGIS_VERSION_BUILD = 13381;
+ QGIS_VERSION_BUILD = 13398;
STRIP_INSTALLED_PRODUCT = YES;
};
name = Release;
Modified: trunk/qgis/mac/xcode/qgis_settings.xcconfig
===================================================================
--- trunk/qgis/mac/xcode/qgis_settings.xcconfig 2010-04-26 22:41:28 UTC (rev 13398)
+++ trunk/qgis/mac/xcode/qgis_settings.xcconfig 2010-04-26 23:38:38 UTC (rev 13399)
@@ -243,7 +243,7 @@
// list of Qt frameworks used
QT_USE_4_4 =
QT_USE_4_5 = QtDBus
-QT_USE_4_6 = QtDBus
+QT_USE_4_6 = QtDBus QtXmlPatterns
QTLISTQG = QtCore QtGui QtNetwork QtSql QtSvg QtXml QtWebKit $(QT_USE_$(QT_VER_MAJOR)_$(QT_VER_MINOR)) phonon
// list of PyQt modules used
PYQTLIST = Qt QtCore QtGui QtNetwork QtSql QtSvg QtXml QtWebKit phonon
More information about the QGIS-commit
mailing list