mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0000589] Drag and Drop didn't work
This commit is contained in:
parent
34a29197e4
commit
a76d8baf20
1 changed files with 5 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue