mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 07:45:56 +01:00
Fixed FMXSkiaBrowser demo
This commit is contained in:
parent
36c99d107c
commit
11bb3607d5
@ -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},
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 587,
|
||||
"InternalVersion" : 588,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "124.3.1"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user