mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 10:39:18 +02:00
Qt: use Qt's native event loop by default.
git-svn-id: trunk@53719 -
This commit is contained in:
parent
3770147624
commit
2dd9752a04
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user