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:
zeljko 2014-05-04 12:08:10 +00:00
parent 17f29c4ac2
commit 4324581a77

View File

@ -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}