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 } {$ENDIF }
FMX.Forms, FMX.Forms,
FMX.Types, FMX.Types,
Skia.FMX, // This unit comes from the Skia4Delphi project FMX.Skia, // This unit comes from the Skia4Delphi project
uCEFApplication, uCEFApplication,
uCEFFMXWorkScheduler, uCEFFMXWorkScheduler,
uMainForm in 'uMainForm.pas' {MainForm}, uMainForm in 'uMainForm.pas' {MainForm},

View File

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

View File

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

View File

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