Finding Qt headers on OBSD 4.0

2007-02-13 Thread Karel Kulhavy
Anyone knows the secret trick what to do to make a Qt app find the Qt headers? [EMAIL PROTECTED]:~/kphone$ CXXFLAGS=-I/usr/local/include -I/usr/local/lib/qt3/include LDFLAGS=-L/usr/local/lib -L/usr/local/lib/qt3/lib ./configure [...] checking location of Qt header files... not found. Giving up.

Re: Finding Qt headers on OBSD 4.0

2007-02-13 Thread Andreas Bihlmaier
On Tue, Feb 13, 2007 at 05:53:34PM +0100, Karel Kulhavy wrote: Anyone knows the secret trick what to do to make a Qt app find the Qt headers? [EMAIL PROTECTED]:~/kphone$ CXXFLAGS=-I/usr/local/include -I/usr/local/lib/qt3/include LDFLAGS=-L/usr/local/lib -L/usr/local/lib/qt3/lib ./configure