TQt for Qt4 does not need the Qt3Support library

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common@1212160 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
master
tpearson 13 years ago
parent f00bf4399d
commit 2098cacfe9

@ -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

Loading…
Cancel
Save