mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 13:19:21 +02:00
Qt: added forgotten define for qtx11.inc
git-svn-id: trunk@25633 -
This commit is contained in:
parent
12964e2686
commit
f1e2306106
@ -420,7 +420,9 @@ begin
|
|||||||
Result := AMicro = QtVersionMicro;
|
Result := AMicro = QtVersionMicro;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
{$IFDEF HASX11}
|
||||||
{$I qtx11.inc}
|
{$I qtx11.inc}
|
||||||
|
{$ENDIF}
|
||||||
{$I qtobject.inc}
|
{$I qtobject.inc}
|
||||||
{$I qtwinapi.inc}
|
{$I qtwinapi.inc}
|
||||||
{$I qtlclintf.inc}
|
{$I qtlclintf.inc}
|
||||||
|
Loading…
Reference in New Issue
Block a user