Fix up fallthrough tqt detection case

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

@ -2787,7 +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"
TQTMOC="\$PATH=\$PATH:\$(srcdir)/ moc-tqt"
else
AC_MSG_RESULT(yes)
LIBTQT_LDFLAGS="-ltqt"

Loading…
Cancel
Save