Qt and automake

From: Noah Roberts (nroberts_at_dontemailme.com)
Date: 08/26/03


Date: Tue, 26 Aug 2003 14:54:58 -0700

I am having trouble getting a Qt project working with the autoconf
tools. I am using the kde automake system for a Qt based program
(non-kde). I am using Qt 3.2.0 to build, but do not require anything
later than 2.x. The configure script is failing on another computer
that has Qt 2.1 with the following error:

checking for Qt... configure: error: Qt (>= Qt 3.0.2) (headers and
libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.

Is there a way to tell the KDE autoconf macros to check for less than 3.x?

NR