Skip to content

Commit fb8eb67

Browse files
author
telwertowski
committedJan 16, 2007
Add QtSql framework to Mac library list. Qt3Support needs it but it isn't loaded automatically by the Qt4.2.2/Mac binary distribution.
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6437 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 70f28ad commit fb8eb67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎acinclude.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ case "${host}" in
329329
QT_IS_MT="yes"
330330
QT_IS_EMBEDDED="yes"
331331
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"
332+
QT_LIB="-Xlinker -F$QTDIR/lib -framework Qt3Support -framework QtCore -framework QtGui -framework QtNetwork -framework QtSql -framework QtSvg -framework QtXml"
333333
if test $QT_MINOR -lt "2"; then
334334
QT_LIB="$QT_LIB -L$QTDIR/lib -lQtDesigner -lQtTest"
335335
else

0 commit comments

Comments
 (0)
Please sign in to comment.