From 30c7d0cb2009e96d96109b68438f5fcbf2c2841e Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 28 Jun 2011 20:15:31 +0000 Subject: [PATCH] Add QtNetwork to TQt4 linker flags git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common/admin@1238731 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- acinclude.m4.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4.in b/acinclude.m4.in index 014afea..9e250a9 100644 --- a/acinclude.m4.in +++ b/acinclude.m4.in @@ -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