On Thu, 22 Nov 2007 13:50:59 -0200
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> Hi!
> 
> How to build lazarus with Qt4?? I set the interface of lazarus to Qt
> and try rebuild only LCL, but when it is rebuilding, it stops because
> it don't found qt4.pas.
> 
> I'm doing all steps of wiki
> (http://wiki.lazarus.freepascal.org/Qt_Interface).<http://wiki.lazarus.freepascal.org/Qt_Interface%29.>
> ..

The page is still correct and it works here under linux.
Please open a terminal and try this:

cd lazarus/lcl
make LCL_PLATFORM=qt clean all OPT=-vut > log.txt

Then take a look at log.txt and find out, why FPC does not find/like the
file lcl/interfaces/qt/qt4.pas

 
> Qt 4.3.1 is installed from ports and my Lazarus snapshot verion
> 0.9.25 of 22-nov-2007...


Mattias
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to