Qt: use Qt's native event loop by default.

git-svn-id: trunk@53719 -
This commit is contained in:
zeljko 2016-12-18 15:17:29 +00:00
parent 3770147624
commit 2dd9752a04

View File

@ -9,7 +9,7 @@
{$DEFINE QTCOCOA} {$DEFINE QTCOCOA}
{$ENDIF} {$ENDIF}
{$DEFINE QTSCROLLABLEFORMS} {$DEFINE QTSCROLLABLEFORMS}
{.$DEFINE QtUseNativeEventLoop} {$DEFINE QtUseNativeEventLoop}
{$IFDEF DARWIN} {$IFDEF DARWIN}
{enable this define if you have problems when dialogs are shown behind application} {enable this define if you have problems when dialogs are shown behind application}
{.$DEFINE TQTMESSAGEBOXUSEPARENT} {.$DEFINE TQTMESSAGEBOXUSEPARENT}