FIX: Qt5 build

This commit is contained in:
Alexander Koblov 2020-08-16 09:01:43 +00:00
commit 9da2a577bb

View file

@ -30,7 +30,11 @@ function BitmapCreateFromHBITMAP(Handle: HBITMAP): Graphics.TBitmap;
implementation
uses
FPImage, GraphType, LCLProc, Forms;
FPImage, GraphType, Forms
{$IF DEFINED(LCLQT5)}
, SysUtils, LCLProc
{$ENDIF}
;
{$IF DEFINED(LCLQT5)}