mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Try to fix high CPU load with Qt4 (workaround)
This commit is contained in:
parent
0d56ef8b87
commit
f5a8e608e6
1 changed files with 2 additions and 2 deletions
|
|
@ -177,9 +177,9 @@ begin
|
|||
UnitPath += '$(FallbackOutputRoot)/SynEdit/units/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType);';
|
||||
end;
|
||||
|
||||
if (LCLWidgetType = 'qt5') and (TargetOS <> 'darwin') then
|
||||
if ((LCLWidgetType = 'qt') or (LCLWidgetType = 'qt5')) and (TargetOS <> 'darwin') then
|
||||
begin
|
||||
UnitPath += 'platform/$(SrcOS)/$(LCLWidgetType);';
|
||||
UnitPath += 'platform/$(SrcOS)/qt5;';
|
||||
end;"/>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue