diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-01 20:39:24 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-01 20:39:24 +0000 |
commit | 13eab31526425597d72b428ea7b7efe428958b69 (patch) | |
tree | d499f0acd76dbdfa839b78c94f88ef8b25eea31d /admin/acinclude.m4.in | |
parent | 581a653144d23e0dda289e8991fd5683a490f083 (diff) | |
download | other-13eab31526425597d72b428ea7b7efe428958b69.tar.gz other-13eab31526425597d72b428ea7b7efe428958b69.zip |
Add fallback case
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common@1210706 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'admin/acinclude.m4.in')
-rw-r--r-- | admin/acinclude.m4.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/acinclude.m4.in b/admin/acinclude.m4.in index 124054f..7ec513b 100644 --- a/admin/acinclude.m4.in +++ b/admin/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" |