Skip to content

Commit

Permalink
bundling: QtWebKit 4.6 needs QtXmlPatterns
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13399 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
kyngchaos committed Apr 26, 2010
1 parent b41dbf1 commit aeba3c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mac/xcode/Qgis.xcodeproj/project.pbxproj
Expand Up @@ -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;
Expand All @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion mac/xcode/qgis_settings.xcconfig
Expand Up @@ -243,7 +243,7 @@ QT_LIB = $(QT_LIB_CORE) $(QT_LIB_GUI) $(QT_LIB_NET) $(QT_LIB_XML) $(QT_LIB_SVG)
// 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
Expand Down

0 comments on commit aeba3c9

Please sign in to comment.