File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
Packages/Delphi/Delphi 10.4+ Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ package VclP4DEngine;
3232
3333requires
3434 rtl,
35- P4DEngine;
35+ P4DEngine,
36+ vcl;
3637
3738contains
3839 Vcl.PythonGUIInputOutput in '..\..\..\Source\vcl\Vcl.PythonGUIInputOutput.pas';
Original file line number Diff line number Diff line change 119119 </DelphiCompile>
120120 <DCCReference Include="rtl.dcp"/>
121121 <DCCReference Include="P4DEngine.dcp"/>
122+ <DCCReference Include="vcl.dcp"/>
122123 <DCCReference Include="..\..\..\Source\vcl\Vcl.PythonGUIInputOutput.pas"/>
123124 <BuildConfiguration Include="Release">
124125 <Key>Cfg_2</Key>
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ package dclVclP4DEngine;
3333
3434requires
3535 rtl,
36- VclP4DEngine;
36+ VclP4DEngine,
37+ vcl;
3738
3839contains
3940 Vcl.PythonRegistration in '..\..\..\Source\vcl\Vcl.PythonRegistration.pas';
Original file line number Diff line number Diff line change 148148 </DelphiCompile>
149149 <DCCReference Include="rtl.dcp"/>
150150 <DCCReference Include="VclP4DEngine.dcp"/>
151+ <DCCReference Include="vcl.dcp"/>
151152 <DCCReference Include="..\..\..\Source\vcl\Vcl.PythonRegistration.pas"/>
152153 <RcItem Include="..\..\..\Images\TPYTHONGUIINPUTOUTPUT.bmp">
153154 <ResourceType>BITMAP</ResourceType>
You can’t perform that action at this time.
0 commit comments