[Qt] FREEBSD Supports
Den Jean
Den.Jean at telenet.be
Sat Dec 8 10:16:55 CET 2007
On Friday 07 December 2007 10:27:17 pm Den Jean wrote:
> Please try it on BSD and report.
after compiling libqt4intf.so and copying it into /usr/local/lib
to compile lazarus:
copy new qt4.pas to svn/lazarus/lcl/interfaces/qt/qt43.pas
edit it and rename the unit name to qt43
so that it reads:
==========
unit qt43;
{ Version : 1.56 }
===========
and then compile lazarus:
cd svn/lazarus
make clean all LCL_PLATFORM=qt OPT="dUSE_QT_4_3"
More information about the Qt
mailing list