Handle Qt3.
commit57d75b7128bcf99ac6a43a85ccb26211f133afbc
authorBenoit Sigoure <tsuna@lrde.epita.fr>
Fri, 20 Oct 2006 15:07:54 +0000 (20 15:07 +0000)
committerBenoit Sigoure <tsuna@lrde.epita.fr>
Tue, 9 Dec 2008 03:04:43 +0000 (9 03:04 +0000)
tree030a583f6dfe1050c5cb0c6dee4f8c01499a2eaf
parent0043df0f730dbd6718608f56085dea2daefead0a
Handle Qt3.

        * autotroll.m4: Take QT_DIR into account. If the build fail, it might
          be because QObject was introduced in Qt4. In this case, try again
          with #include <qobject.h> instead. Depending on this test,
          QT_VERSION_MAJOR is set to 3 or 4 and AC_SUBST'ed. This is not a
          reliable way of knowing the real version of Qt though.
build-aux/autotroll.m4