File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ QT_GUILINK=""
391
391
QASSISTANTCLIENT_LDADD="-lqassistantclient"
392
392
case "${host}" in
393
393
*-mingw*)
394
- QT_LIBS="-lQtCore4 -lQt3Support4 -lQtGui4 -lQtNetwork4 -lQtXml4 -lQtSvg4"
394
+ QT_LIBS="-lQtCore4 -lQt3Support4 -lQtGui4 -lQtNetwork4 -lQtXml4 -lQtSvg4 -lQtTest "
395
395
;;
396
396
*irix*)
397
397
QT_LIBS="$QT_LIB"
@@ -401,7 +401,7 @@ case "${host}" in
401
401
;;
402
402
403
403
*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 "
405
405
if test $QT_IS_STATIC = yes && test $QT_IS_EMBEDDED = no; then
406
406
QT_LIBS="$QT_LIBS -L$x_libraries -lXext -lX11 -lm -lSM -lICE -ldl -ljpeg"
407
407
fi
You can’t perform that action at this time.
0 commit comments