summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-01 20:39:24 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-01 20:39:24 +0000
commit629a19bd8d2b95fbe7ae93cf3f07c62f4e689eb0 (patch)
treee78938dce965c7e435fda8b00051f253c1dfc536
parent841d7763aef4b11a5b38900ce54fa5950522c9f0 (diff)
downloadadmin-629a19bd.tar.gz
admin-629a19bd.zip
Add fallback case
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common/admin@1210706 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--acinclude.m4.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4.in b/acinclude.m4.in
index 124054f..7ec513b 100644
--- a/acinclude.m4.in
+++ b/acinclude.m4.in
@@ -2787,6 +2787,7 @@ if eval "test ! \"`echo $kde_cv_tqt`\" = no"; then
AC_MSG_RESULT(no)
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="\$(srcdir)/moc-tqt"
else
AC_MSG_RESULT(yes)
LIBTQT_LDFLAGS="-ltqt"