mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Qt5 build
This commit is contained in:
parent
48c73b7b8a
commit
9da2a577bb
1 changed files with 5 additions and 1 deletions
|
|
@ -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)}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue