[fpc-pascal] Lazarus + Qt4 in FreeBSD

Mattias Gaertner nc-gaertnma at netcologne.de
Fri Nov 23 11:57:46 CET 2007


On Thu, 22 Nov 2007 13:50:59 -0200
"papelhigienico at gmail.com" <papelhigienico at gmail.com> 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



More information about the fpc-pascal mailing list