mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 12:39:20 +02:00
Qt: added QTCOCOA define for qt 64bit cocoa build, also fixes crashes with forms when using QTCOCOA.
git-svn-id: trunk@44905 -
This commit is contained in:
parent
17f29c4ac2
commit
4324581a77
@ -5,5 +5,10 @@
|
||||
{$IF DEFINED(LINUX) or DEFINED(FREEBSD) or DEFINED(NETBSD)}
|
||||
{$DEFINE HASX11}
|
||||
{$ENDIF}
|
||||
{$IF DEFINED(DARWIN) AND DEFINED(CPU64)}
|
||||
{$DEFINE QTCOCOA}
|
||||
{$ENDIF}
|
||||
{$IFNDEF QTCOCOA}
|
||||
{$DEFINE QTSCROLLABLEFORMS}
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user