mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 15:55:56 +01:00
Fixed FMXSkiaBrowser demo
This commit is contained in:
parent
36c99d107c
commit
11bb3607d5
@ -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},
|
||||||
|
@ -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>
|
||||||
|
@ -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
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user