Re: [Harbour] moc detection in linux environment

2010-05-29 Thread CarozoDeQuilmes
Thanks, it work fine for me Regards CdQ On Sat, May 29, 2010 at 2:12 PM, Viktor Szakáts wrote: > > Hi, I'm trying making Harbour binaries for linux platform with the last > Qt version (4.6.2), but my linux have headers for qt 4.5.2 pre instaled at > /usr/include > > > > I'm using: > > > > export

Re: [Harbour] moc detection in linux environment

2010-05-29 Thread Viktor Szakáts
> Hi, I'm trying making Harbour binaries for linux platform with the last Qt > version (4.6.2), but my linux have headers for qt 4.5.2 pre instaled at > /usr/include > > I'm using: > > export > HB_WITH_QT="/home/cdq/qt-everywhere-opensource-src-4.6.2_for_dynamic/include" > > to override the /

[Harbour] moc detection in linux environment

2010-05-29 Thread CarozoDeQuilmes
Hi, I'm trying making Harbour binaries for linux platform with the last Qt version (4.6.2), but my linux have headers for qt 4.5.2 pre instaled at /usr/include I'm using: export HB_WITH_QT="/home/cdq/qt-everywhere-opensource-src-4.6.2_for_dynamic/include" to override the /usr/include folder but