mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 03:59:14 +02:00
Added LCLIntf dependency for gkt and qt only - required for
CalcNonClientHeight workaround
This commit is contained in:
parent
74b814cd70
commit
0b6f778be9
@ -41,6 +41,9 @@ uses
|
|||||||
Classes, SysUtils, Math,
|
Classes, SysUtils, Math,
|
||||||
// LCL
|
// LCL
|
||||||
Forms, Controls, Menus, ComCtrls, ExtCtrls, LMessages,
|
Forms, Controls, Menus, ComCtrls, ExtCtrls, LMessages,
|
||||||
|
{$IF DEFINED(LCLGtk) OR DEFINED(LCLQt)}
|
||||||
|
LCLIntf,
|
||||||
|
{$ENDIF}
|
||||||
// LazUtils
|
// LazUtils
|
||||||
LazFileCache,
|
LazFileCache,
|
||||||
// IDEIntf
|
// IDEIntf
|
||||||
|
Loading…
Reference in New Issue
Block a user