[mythtv] qmake.conf make ??
   
    Lego Andy
     
    mythtv-dev@snowman.net
       
    Sun, 29 Dec 2002 19:04:02 -0500
    
    
  
Hi David,
You have to set QTDIR environment variable. For example:
QTDIR=/usr/share/qt make
If your qt is in /usr/share/qt.
You can also do:
locate qmake.conf | grep linux
To find it.
		Andy
On Sun, 29 Dec 2002 20:02:48 -0500 (EST)
David-Georges Vitrant <junk@vitrant.org> wrote:
> I run make for mythtv 0.7 in redhat 8.0
> 
> and get this error
> 
> make: *** No rule to make target `/mkspecs/linux-g++/qmake.conf', needed
> by `Makefile'.  Stop.
> 
> 
> any ideas or help??