diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-05 23:05:41 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-05 23:05:41 +0000 |
commit | 03e0aaf7a77da7d1a7f314d466a9225dbc25612b (patch) | |
tree | b43168f2372c2d58f4de3cb857156d0a4a487b2a /acinclude.m4.in | |
parent | cdbf13d22ec16661d74b9fe276d152a08872e21c (diff) | |
download | admin-03e0aaf7a77da7d1a7f314d466a9225dbc25612b.tar.gz admin-03e0aaf7a77da7d1a7f314d466a9225dbc25612b.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
Diffstat (limited to 'acinclude.m4.in')
-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 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 |