Qt5: use native event loop on all platforms.

This commit is contained in:
Željan Rikalo 2022-11-17 15:33:45 +01:00
parent b77d4fd672
commit df5754c7f4

View File

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