Add QtNetwork to TQt4 linker flags

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common@1238731 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
master
tpearson 13 years ago
parent b3a4aa6097
commit 2bc8f399b2

@ -1501,7 +1501,7 @@ dnl If we got --enable-embedded then adjust the Qt library name.
dnl Also Qt4 uses a different library name
dnl ------------------------------------------------------------
if test "$kde_qtver" = "4"; then
qtlib="QtCore -lQtGui -ltqt"
qtlib="QtCore -lQtGui -lQtNetwork -ltqt"
fi
if test "$kde_qtver" = "3"; then
if test "x$kde_use_qt_emb" = "xyes"; then

Loading…
Cancel
Save