Fixed FMXSkiaBrowser demo

This commit is contained in:
Salvador Díaz Fau 2024-05-02 11:35:25 +02:00
parent 36c99d107c
commit 11bb3607d5
4 changed files with 8 additions and 3 deletions

View File

@ -6,7 +6,7 @@ uses
{$ENDIF }
FMX.Forms,
FMX.Types,
Skia.FMX, // This unit comes from the Skia4Delphi project
FMX.Skia, // This unit comes from the Skia4Delphi project
uCEFApplication,
uCEFFMXWorkScheduler,
uMainForm in 'uMainForm.pas' {MainForm},

View File

@ -9,6 +9,7 @@
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<TargetedPlatforms>3</TargetedPlatforms>
<AppType>Application</AppType>
<ProjectName Condition="'$(ProjectName)'==''">FMXSkiaBrowser</ProjectName>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<Base>true</Base>
@ -1209,6 +1210,9 @@
<Platform Name="Win64">
<Operation>1</Operation>
</Platform>
<Platform Name="Win64x">
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="ProjectiOSDeviceDebug">
<Platform Name="iOSDevice32">
@ -1502,6 +1506,7 @@
<ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/>
</Deployment>
<Platforms>
<Platform value="Android">False</Platform>

View File

@ -12,7 +12,7 @@ uses
uCEFFMXChromium, uCEFFMXBufferPanel, uCEFFMXWorkScheduler,
uCEFInterfaces, uCEFTypes, uCEFConstants, uCEFChromiumCore,
// The following units come from the Skia4Delphi project
Skia, Skia.FMX, Skia.FMX.Graphics;
Skia, FMX.Skia;
type

View File

@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 587,
"InternalVersion" : 588,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "124.3.1"
}