[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: tmake.conf



On Sunday 18 March 2001 08:54, John Travers wrote:
> Hi, has anyone got tmake working with the way qt is installed (unstable),
> at the moment I have to use a self compiled qt in /usr/local/qt to be able
> to get it to work. I could probably hack it with sym-links, but is there a
> way in tmake.conf to get it using the standard install directories of the
> qt libs/includes etc.

Tmake works for me, but it puts some incorrect values in the Makefile. Here 
are the changes I made to the Makefile to make it work...

4c4 
< QTDIR =       /usr/lib/qt2
---
> QTDIR =       /usr
16c16
< INCPATH       =       -I$(QTDIR)/include
---
> INCPATH       =       -I$(QTDIR)/include/qt

Scott



Reply to: