File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19978
19978
COPY_PHASE_STRIP = NO;
19979
19979
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
19980
19980
GCC_OPTIMIZATION_LEVEL = 0;
19981
- QGIS_VERSION_BUILD = 13381 ;
19981
+ QGIS_VERSION_BUILD = 13398 ;
19982
19982
STRIP_INSTALLED_PRODUCT = NO;
19983
19983
};
19984
19984
name = Debug;
19989
19989
buildSettings = {
19990
19990
COPY_PHASE_STRIP = YES;
19991
19991
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
19992
- QGIS_VERSION_BUILD = 13381 ;
19992
+ QGIS_VERSION_BUILD = 13398 ;
19993
19993
STRIP_INSTALLED_PRODUCT = YES;
19994
19994
};
19995
19995
name = Release;
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ QT_LIB = $(QT_LIB_CORE) $(QT_LIB_GUI) $(QT_LIB_NET) $(QT_LIB_XML) $(QT_LIB_SVG)
243
243
// list of Qt frameworks used
244
244
QT_USE_4_4 =
245
245
QT_USE_4_5 = QtDBus
246
- QT_USE_4_6 = QtDBus
246
+ QT_USE_4_6 = QtDBus QtXmlPatterns
247
247
QTLISTQG = QtCore QtGui QtNetwork QtSql QtSvg QtXml QtWebKit $(QT_USE_$(QT_VER_MAJOR)_$(QT_VER_MINOR)) phonon
248
248
// list of PyQt modules used
249
249
PYQTLIST = Qt QtCore QtGui QtNetwork QtSql QtSvg QtXml QtWebKit phonon
You can’t perform that action at this time.
0 commit comments