sqldb: register unit sqldb

This commit is contained in:
mattias 2023-02-13 00:30:21 +01:00
parent 0df4fef8fe
commit 1df1c43193
2 changed files with 7 additions and 2 deletions

View File

@ -49,12 +49,17 @@ With the exception of the unit registersqldb, which is GPL-2. This unit contains
</Item> </Item>
<Item> <Item>
<Filename Value="sqldbstrconst.pas"/> <Filename Value="sqldbstrconst.pas"/>
<UnitName Value="sqldbstrconst"/> <UnitName Value="SqlDbStrConst"/>
</Item> </Item>
<Item> <Item>
<Filename Value="pqteventmonitor.pas"/> <Filename Value="pqteventmonitor.pas"/>
<UnitName Value="PQTEventMonitor"/> <UnitName Value="PQTEventMonitor"/>
</Item> </Item>
<Item>
<Filename Value="sqldb.pas"/>
<Type Value="Virtual Unit"/>
<UnitName Value="sqldb"/>
</Item>
</Files> </Files>
<i18n> <i18n>
<EnableI18N Value="True"/> <EnableI18N Value="True"/>

View File

@ -9,7 +9,7 @@ interface
uses uses
registersqldb, SQLStringsPropertyEditorDlg, generatesqldlg, SqlDbStrConst, registersqldb, SQLStringsPropertyEditorDlg, generatesqldlg, SqlDbStrConst,
PQTEventMonitor, LazarusPackageIntf; PQTEventMonitor, sqldb, LazarusPackageIntf;
implementation implementation