Skip to content

Commit 7aae2b2

Browse files
author
timlinux
committedApr 1, 2006
Yet another bugfix - repair typo in -lQtTest and add -lQtTest to mingw build too
git-svn-id: http://svn.osgeo.org/qgis/trunk@5126 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent b7f21c3 commit 7aae2b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎acinclude.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ QT_GUILINK=""
391391
QASSISTANTCLIENT_LDADD="-lqassistantclient"
392392
case "${host}" in
393393
*-mingw*)
394-
QT_LIBS="-lQtCore4 -lQt3Support4 -lQtGui4 -lQtNetwork4 -lQtXml4 -lQtSvg4"
394+
QT_LIBS="-lQtCore4 -lQt3Support4 -lQtGui4 -lQtNetwork4 -lQtXml4 -lQtSvg4 -lQtTest"
395395
;;
396396
*irix*)
397397
QT_LIBS="$QT_LIB"
@@ -401,7 +401,7 @@ case "${host}" in
401401
;;
402402
403403
*linux*)
404-
QT_LIBS="$QT_LIB -lQtCore -lQt3Support -lQtGui -lQtNetwork -lQtXml -lQtSvg -lQTest"
404+
QT_LIBS="$QT_LIB -lQtCore -lQt3Support -lQtGui -lQtNetwork -lQtXml -lQtSvg -lQtTest"
405405
if test $QT_IS_STATIC = yes && test $QT_IS_EMBEDDED = no; then
406406
QT_LIBS="$QT_LIBS -L$x_libraries -lXext -lX11 -lm -lSM -lICE -ldl -ljpeg"
407407
fi

0 commit comments

Comments
 (0)
Please sign in to comment.