summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-05 23:05:41 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-05 23:05:41 +0000
commit03e0aaf7a77da7d1a7f314d466a9225dbc25612b (patch)
treeb43168f2372c2d58f4de3cb857156d0a4a487b2a
parentcdbf13d22ec16661d74b9fe276d152a08872e21c (diff)
downloadadmin-03e0aaf7.tar.gz
admin-03e0aaf7.zip
TQt for Qt4 does not need the Qt3Support library
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common/admin@1212160 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--acinclude.m4.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4.in b/acinclude.m4.in
index 44a6401..a2a33a4 100644
--- a/acinclude.m4.in
+++ b/acinclude.m4.in
@@ -1463,7 +1463,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 -lQt3Support"
+ qtlib="QtCore -lQtGui"
fi
if test "$kde_qtver" = "3"; then
if test "x$kde_use_qt_emb" = "xyes"; then