mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 20:30:33 +02:00
lcl: qt: Disable QTOPIA on ARM machines
git-svn-id: trunk@43901 -
This commit is contained in:
parent
1fe37e15a2
commit
c54f7e9091
@ -36,9 +36,9 @@ const
|
|||||||
|
|
||||||
// Set qtopia yourself if using QTOPIA with QVFB on i386
|
// Set qtopia yourself if using QTOPIA with QVFB on i386
|
||||||
// ppc386 -dQTOPIA
|
// ppc386 -dQTOPIA
|
||||||
{$IFDEF CPUARM}
|
//{$IFDEF CPUARM}
|
||||||
{$DEFINE QTOPIA}
|
// {$DEFINE QTOPIA}
|
||||||
{$ENDIF}
|
//{$ENDIF}
|
||||||
|
|
||||||
{$IFDEF QTOPIA}
|
{$IFDEF QTOPIA}
|
||||||
Qt4PasLib = 'libQt4Pas.so.5';
|
Qt4PasLib = 'libQt4Pas.so.5';
|
||||||
|
Loading…
Reference in New Issue
Block a user