mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 09:29:35 +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
|
||||
// ppc386 -dQTOPIA
|
||||
{$IFDEF CPUARM}
|
||||
{$DEFINE QTOPIA}
|
||||
{$ENDIF}
|
||||
//{$IFDEF CPUARM}
|
||||
// {$DEFINE QTOPIA}
|
||||
//{$ENDIF}
|
||||
|
||||
{$IFDEF QTOPIA}
|
||||
Qt4PasLib = 'libQt4Pas.so.5';
|
||||
|
Loading…
Reference in New Issue
Block a user