[Qt] qt4.4.3 qtopia

Den Jean Den.Jean at telenet.be
Wed Nov 5 23:13:50 CET 2008


On Tuesday 28 October 2008 22:32:44 Terry Kemp wrote:
> I have applied your patchset and am using -dUSE_QT_44 - works well.
>
> Couple of things when crosscompiling with -dQTOPIA tho
>
> QrbgH is not defined anywhere.
>
> A couple of calls need ifndef QTOPIA added cos BINUX is automatically
> defined on linux (even arm)...
>
> unit qt4;
> { Version : 1.64 }
>
> -------
> {$IF DEFINED(LINUX) or DEFINED(FREEBSD) or DEFINED(NETBSD)}
>   {$DEFINE BINUX}
>   QtIntf = 'libqt4intf.so';
> {$ENDIF}
> {$IFDEF DARWIN}
>   QtIntf = '';
> {$ENDIF}
> -------
>
> I know I have asked before - but I was sure you said that BINUX and
> QTOPIA shouldn't be defined at the same time. Do you instead need to
> change the above code to {$IF (DEFINED(LINUX) or DEFINED(FREEBSD) or
> DEFINED(NETBSD)) and not DEFINED(QTOPIA)} or whatever.
>
> Also I noticed I commented out a QString_arg - probably because the
> compiler complained about identical parameters.

would you be so kind to check if everything is ok now ?
I do not have an embedded platform anymore.

Explanation saved to wiki:
http://wiki.freepascal.org/Qt4_binding#Supported_Platforms

kind regards,

Den Jean







More information about the Qt mailing list