We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 70f28ad commit fb8eb67Copy full SHA for fb8eb67
acinclude.m4
@@ -329,7 +329,7 @@ case "${host}" in
329
QT_IS_MT="yes"
330
QT_IS_EMBEDDED="yes"
331
elif test "x`ls $QTDIR/lib/QtCore.framework/QtCore 2> /dev/null`" != x ; then
332
- QT_LIB="-Xlinker -F$QTDIR/lib -framework Qt3Support -framework QtCore -framework QtGui -framework QtNetwork -framework QtXml -framework QtSvg"
+ QT_LIB="-Xlinker -F$QTDIR/lib -framework Qt3Support -framework QtCore -framework QtGui -framework QtNetwork -framework QtSql -framework QtSvg -framework QtXml"
333
if test $QT_MINOR -lt "2"; then
334
QT_LIB="$QT_LIB -L$QTDIR/lib -lQtDesigner -lQtTest"
335
else
0 commit comments