Skip to content

Commit 47ce15f

Browse files
author
rblazek
committed
mingw requires full lib name: QtTest4/QtDesigner4
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5196 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e3322b7 commit 47ce15f

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
@@ -393,7 +393,7 @@ QT_GUILINK=""
393393
QASSISTANTCLIENT_LDADD="-lqassistantclient"
394394
case "${host}" in
395395
*-mingw*)
396-
QT_LIBS="-lQtCore4 -lQt3Support4 -lQtGui4 -lQtNetwork4 -lQtXml4 -lQtSvg4 -lQtTest -lQtDesigner"
396+
QT_LIBS="-lQtCore4 -lQt3Support4 -lQtGui4 -lQtNetwork4 -lQtXml4 -lQtSvg4 -lQtTest4 -lQtDesigner4"
397397
;;
398398
*irix*)
399399
QT_LIBS="$QT_LIB"

0 commit comments

Comments
 (0)