summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-28 20:15:31 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-28 20:15:31 +0000
commit2bc8f399b291f26c457f5f32b6977bc6741c906f (patch)
tree215a8bb62d4ec16f9af5cb29c8eb64225ec576e7
parentb3a4aa6097df2e5c437e983ceb2a02742b21cf21 (diff)
downloadother-2bc8f399b291f26c457f5f32b6977bc6741c906f.tar.gz
other-2bc8f399b291f26c457f5f32b6977bc6741c906f.zip
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
-rw-r--r--admin/acinclude.m4.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/acinclude.m4.in b/admin/acinclude.m4.in
index 014afea..9e250a9 100644
--- a/admin/acinclude.m4.in
+++ b/admin/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