diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-28 20:15:31 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-28 20:15:31 +0000 |
commit | 30c7d0cb2009e96d96109b68438f5fcbf2c2841e (patch) | |
tree | cbf3f498942a8a8772444d0e6ee47a1588c7e0cb | |
parent | 685bdf393bb0e701e51d809f9320a05a7d56564f (diff) | |
download | admin-30c7d0cb2009e96d96109b68438f5fcbf2c2841e.tar.gz admin-30c7d0cb2009e96d96109b68438f5fcbf2c2841e.zip |
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
-rw-r--r-- | acinclude.m4.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |