Qt5: must return to lcl event loop for X11 targets.issue #34369

git-svn-id: trunk@59288 -
This commit is contained in:
zeljko 2018-10-11 12:14:59 +00:00
parent 1fa1c72584
commit 8a6bcba75f

View File

@ -10,7 +10,9 @@
{$ENDIF}
{$DEFINE QTSCROLLABLEFORMS}
{Qt must use native event loop at least under MacOSX cocoa 64}
{$IFNDEF HASX11}
{$DEFINE QtUseNativeEventLoop}
{$ENDIF}
{$IFDEF DARWIN}
{enable this define if you have problems when dialogs are shown behind application}
{.$DEFINE TQTMESSAGEBOXUSEPARENT}