diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-05 22:35:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-05 22:35:06 +0000 |
commit | f00bf4399ddd9aa158aed6b610f7424d87ee056b (patch) | |
tree | 635c8f657c9fe3277efaa7e84f1cc6717e1c16cd /admin/acinclude.m4.in | |
parent | d15313e0c7f8988d08558f8bb14011ab41e3afe4 (diff) | |
download | other-f00bf4399ddd9aa158aed6b610f7424d87ee056b.tar.gz other-f00bf4399ddd9aa158aed6b610f7424d87ee056b.zip |
Improve default case library handling
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common@1212154 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'admin/acinclude.m4.in')
-rw-r--r-- | admin/acinclude.m4.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/acinclude.m4.in b/admin/acinclude.m4.in index 6df03df..44a6401 100644 --- a/admin/acinclude.m4.in +++ b/admin/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" |