Skip to content

Commit

Permalink
Add QtSql framework to Mac library list. Qt3Support needs it but it i…
Browse files Browse the repository at this point in the history
…sn'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
  • Loading branch information
telwertowski committed Jan 16, 2007
1 parent 70f28ad commit fb8eb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acinclude.m4
Expand Up @@ -329,7 +329,7 @@ case "${host}" in
QT_IS_MT="yes"
QT_IS_EMBEDDED="yes"
elif test "x`ls $QTDIR/lib/QtCore.framework/QtCore 2> /dev/null`" != x ; then
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"
if test $QT_MINOR -lt "2"; then
QT_LIB="$QT_LIB -L$QTDIR/lib -lQtDesigner -lQtTest"
else
Expand Down

0 comments on commit fb8eb67

Please sign in to comment.