mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
mingw requires full lib name: QtTest4/QtDesigner4
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5196 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
e3322b75dc
commit
47ce15ff7c
@ -393,7 +393,7 @@ QT_GUILINK=""
|
||||
QASSISTANTCLIENT_LDADD="-lqassistantclient"
|
||||
case "${host}" in
|
||||
*-mingw*)
|
||||
QT_LIBS="-lQtCore4 -lQt3Support4 -lQtGui4 -lQtNetwork4 -lQtXml4 -lQtSvg4 -lQtTest -lQtDesigner"
|
||||
QT_LIBS="-lQtCore4 -lQt3Support4 -lQtGui4 -lQtNetwork4 -lQtXml4 -lQtSvg4 -lQtTest4 -lQtDesigner4"
|
||||
;;
|
||||
*irix*)
|
||||
QT_LIBS="$QT_LIB"
|
||||
|
Loading…
x
Reference in New Issue
Block a user