<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>Here are my complete compiler options - copied from IDE:</span></div><div><span></span> </div><div><span>-MObjFPC -Scghi -O1 -Tembedded -Parm -g -gl -vewnhi -l -Filib/arm-embedded -Fu../../../lazarus/lcl/units/arm-embedded/qt -Fu../../../lazarus/lcl/units/arm-embedded -Fu../../../lazarus/components/lazutils/lib/arm-embedded -Fu../../../lazarus/packager/units/arm-embedded -Fu. -FUlib/arm-embedded/ -dLCL -dLCLqt -dQTOPIA -k-L/home/djdjdjole/lazarus/fpc/libcross</span></div><div><span></span> </div><div><span>Host machine - Ubuntu 11.04 on VMWare; Lazarus 1.0</span></div><div><span></span> </div><div><span>Regards</span></div><div><br></div>  <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif;
 font-size: 12pt;"> <div dir="ltr"> <font size="2" face="Arial"> <div style="margin: 5px 0px; padding: 0px; border: 1px solid rgb(204, 204, 204); height: 0px; line-height: 0; font-size: 0px;" class="hr" contentEditable="false" readonly="true"></div>  <b><span style="font-weight: bold;">From:</span></b> Den Jean <Den.Jean@telenet.be><br> <b><span style="font-weight: bold;">To:</span></b> Items specific to the Qt widget set <qt@lists.lazarus.freepascal.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Thursday, November 22, 2012 10:09 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [Qt] Qt framebuffer for ARM<br> </font> </div> <br>
Zeljko,<br>   FYI : http://forum.lazarus.freepascal.org/index.php/topic,18957<br><br>> I have success when using GTK over X11 for ARM, but now I want to try Qt with<br>> -qws option ie. using framebuffer. <br>> I successfuly used Qt (over X11) on desktops, using Lazarus. Also I successfully <br>> built <a href="http://libqt4pas.so/" target="_blank">libqt4pas.so</a> for ARM and when tried to compile Qt project for ARM (also<br>> added -dQTOPIA in options), got few errors at linking phase, all starting with:<br>> undefined reference to QX11Info....<br>QX11Info seems properly ifdefed so you did not pass correctly the options.<br><br>make PREFIX=/usr clean all LCL_PLATFORM=qt OPT="-dQTOPIA"<br><br>> Where I go wrong and is it possible at all to crosscompile Qt project with Lazarus<br>> which would not use X11 but framebuffer?<br>There are alot of fixes for X11 and MSWINDOWS in lcl/qt <br>so I do not know the state of Lazarus on
 Qt Qtopia/QWS<br><br>grep -e  'HASX11\|MSWINDOWS' /storage/svn/lazarus/lcl/interfaces/qt/*.p*  | wc -l<br>reveals 141 Windows or X11 specific fixes. No work specifically has been done for Qtopia<br> <br><br>regards,<br><br>Jan<br><br><br><br>_______________________________________________<br>Qt mailing list<br><a href="mailto:Qt@lists.lazarus.freepascal.org" ymailto="mailto:Qt@lists.lazarus.freepascal.org">Qt@lists.lazarus.freepascal.org</a><br>http://lists.lazarus.freepascal.org/mailman/listinfo/qt<br><br><br> </div> </div>  </div></body></html>