mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 03:48:27 +02:00
Qt,Qt5: added missing LazUTF8 for darwin and mswindows targets
git-svn-id: trunk@55888 -
This commit is contained in:
parent
159129b893
commit
e70c7b573e
@ -95,11 +95,11 @@ implementation
|
||||
{$I cocoaprndialogs.inc}
|
||||
{$ENDIF}
|
||||
{$IFDEF LCLQt}
|
||||
uses qtobjects, qt4, qtint;
|
||||
uses qtobjects, qt4, qtint, LazUTF8;
|
||||
{$I qtprndialogs.inc}
|
||||
{$ENDIF}
|
||||
{$IFDEF LCLQt5}
|
||||
uses qtobjects, qt5, qtint;
|
||||
uses qtobjects, qt5, qtint, LazUTF8;
|
||||
{$I qtprndialogs.inc}
|
||||
{$ENDIF}
|
||||
{$IFDEF LCLGtk2}
|
||||
@ -125,12 +125,12 @@ implementation
|
||||
{$IFDEF MSWindows}
|
||||
{$IFDEF LCLQt}
|
||||
uses Windows,
|
||||
qtobjects, qtwidgets, qt4, LCLIntf, LCLType;
|
||||
qtobjects, qtwidgets, qt4, LCLIntf, LCLType, LazUTF8;
|
||||
{$I qtprndialogs.inc}
|
||||
{$ELSE}
|
||||
{$IFDEF LCLQt5}
|
||||
uses Windows,
|
||||
qtobjects, qtwidgets, qt5, LCLIntf, LCLType;
|
||||
qtobjects, qtwidgets, qt5, LCLIntf, LCLType, LazUTF8;
|
||||
{$I qtprndialogs.inc}
|
||||
{$ELSE}
|
||||
uses Windows, WinUtilPrn, InterfaceBase, LCLIntf, LCLType, WinVer;
|
||||
|
Loading…
Reference in New Issue
Block a user