Re: [gentoo-dev] Passing arguments to eqmake3

2009-05-13 Thread Markos Chandras
> I have a package that uses qmake (from Qt 3) as its build system and > that installs into /usr/local by default (as any well packaged software > should do). This of course can be overridden at build time. In this > case, with: > >qmake PREFIX=/usr projectfile.pro > > In order to install int

Re: [gentoo-dev] Passing arguments to eqmake3

2009-05-13 Thread Daniel Pielmeier
Nikos Chantziaras schrieb am 13.05.2009 23:31: > I have a package that uses qmake (from Qt 3) as its build system and > that installs into /usr/local by default (as any well packaged software > should do). This of course can be overridden at build time. In this > case, with: > > qmake PREFIX=/

Re: [gentoo-dev] Passing arguments to eqmake3

2009-05-13 Thread Mounir Lamouri
Nikos Chantziaras wrote: > I have a package that uses qmake (from Qt 3) as its build system and > that installs into /usr/local by default (as any well packaged > software should do). This of course can be overridden at build time. > In this case, with: > > qmake PREFIX=/usr projectfile.pro > >

[gentoo-dev] Passing arguments to eqmake3

2009-05-13 Thread Nikos Chantziaras
I have a package that uses qmake (from Qt 3) as its build system and that installs into /usr/local by default (as any well packaged software should do). This of course can be overridden at build time. In this case, with: qmake PREFIX=/usr projectfile.pro In order to install into /usr (as