summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-05 22:35:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-05 22:35:06 +0000
commitcdbf13d22ec16661d74b9fe276d152a08872e21c (patch)
tree1c6f6f35ed1e83add836f9e1dcff360f8a121a6d
parentd907da90fbb8accc10313ecd6c8857c0a51f1308 (diff)
downloadadmin-cdbf13d22ec16661d74b9fe276d152a08872e21c.tar.gz
admin-cdbf13d22ec16661d74b9fe276d152a08872e21c.zip
Improve default case library handling
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common/admin@1212154 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--acinclude.m4.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/acinclude.m4.in b/acinclude.m4.in
index 6df03df..44a6401 100644
--- a/acinclude.m4.in
+++ b/acinclude.m4.in
@@ -2788,6 +2788,9 @@ if eval "test ! \"`echo $kde_cv_tqt`\" = no"; then
dnl AC_MSG_ERROR([You are attempting to compile Trinity without the Trinity Qt Interface installed. Please install libtqtinterface-dev and try again!])
AC_MSG_WARN([You are attempting to compile Trinity without the Trinity Qt Interface installed. Please install libtqtinterface-dev and try again!])
TQTMOC="\$PATH=\$PATH:\$(srcdir)/ moc-tqt"
+ LIBTQT_LDFLAGS="-ltqt"
+ AC_SUBST(LIBTQT_LDFLAGS)
+ qtlib="$qtlib $LIBTQT_LDFLAGS"
else
AC_MSG_RESULT(yes)
LIBTQT_LDFLAGS="-ltqt"