mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 15:36:01 +02:00
TAChart: Add TAChartBgra dependency to the bgra demo
git-svn-id: trunk@30182 -
This commit is contained in:
parent
4270e6f1e1
commit
3a1863981e
@ -28,7 +28,7 @@
|
||||
<FormatVersion Value="1"/>
|
||||
</local>
|
||||
</RunParams>
|
||||
<RequiredPackages Count="4">
|
||||
<RequiredPackages Count="5">
|
||||
<Item1>
|
||||
<PackageName Value="LCLBase"/>
|
||||
<MinVersion Major="1" Release="1" Valid="True"/>
|
||||
@ -43,6 +43,9 @@
|
||||
<PackageName Value="TAChartLazarusPkg"/>
|
||||
<MinVersion Major="1" Valid="True"/>
|
||||
</Item4>
|
||||
<Item5>
|
||||
<PackageName Value="TAChartBgra"/>
|
||||
</Item5>
|
||||
</RequiredPackages>
|
||||
<Units Count="2">
|
||||
<Unit0>
|
||||
|
@ -7,7 +7,7 @@ uses
|
||||
cthreads,
|
||||
{$ENDIF}{$ENDIF}
|
||||
Interfaces, // this includes the LCL widgetset
|
||||
bgrabitmappack, tachartlazaruspkg,
|
||||
bgrabitmappack, tachartbgra, tachartlazaruspkg,
|
||||
Forms, Main;
|
||||
|
||||
{$R *.res}
|
||||
|
Loading…
Reference in New Issue
Block a user