Compiling Mac
Opened this issue · 0 comments
han-k59 commented
In LCLNet.pas the following is missing at around line 82:
{$ifdef LCLQT5}
{$i lclgtkeventer.inc} // identical code ;)
{$endif}
{$ifdef LCLCOCOA}
{$i lclgtkeventer.inc} // identical code ;)
{$endif}