mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 21:39:49 +02:00
Qt5: use native event loop on all platforms.
This commit is contained in:
parent
b77d4fd672
commit
df5754c7f4
@ -11,9 +11,9 @@
|
||||
{$DEFINE QTSCROLLABLEFORMS}
|
||||
{.$DEFINE QTACCESSIBILITY}
|
||||
{Qt must use native event loop at least under MacOSX cocoa 64}
|
||||
{$IFNDEF HASX11}
|
||||
{.$IFNDEF HASX11}
|
||||
{$DEFINE QtUseNativeEventLoop}
|
||||
{$ENDIF}
|
||||
{.$ENDIF}
|
||||
{$IFDEF DARWIN}
|
||||
{enable this define if you have problems when dialogs are shown behind application}
|
||||
{.$DEFINE TQTMESSAGEBOXUSEPARENT}
|
||||
|
Loading…
Reference in New Issue
Block a user