FIX: Bug [0000589] Drag and Drop didn't work

This commit is contained in:
Alexander Koblov 2018-05-06 07:04:51 +00:00
commit a76d8baf20

View file

@ -180,6 +180,11 @@ end;
if ((LCLWidgetType = 'qt') or (LCLWidgetType = 'qt5')) and (TargetOS <> 'darwin') then
begin
UnitPath += 'platform/$(SrcOS)/qt5;';
end;
if (LCLWidgetType = 'gtk2') and (SrcOS = 'unix') and (TargetOS <> 'darwin') then
begin
UnitPath += 'platform/$(SrcOS)/$(LCLWidgetType);';
end;"/>
<Parsing>
<SyntaxOptions>