SQLdb: added pqteventmonitor.pas unit to LPK, bug #39097

git-svn-id: trunk@65348 -
This commit is contained in:
maxim 2021-07-02 22:30:18 +00:00
parent 8b62aae17b
commit 63997559b2
2 changed files with 6 additions and 2 deletions

View File

@ -51,6 +51,10 @@ With the exception of the unit registersqldb, which is GPL-2. This unit contains
<Filename Value="sqldbstrconst.pas"/> <Filename Value="sqldbstrconst.pas"/>
<UnitName Value="sqldbstrconst"/> <UnitName Value="sqldbstrconst"/>
</Item> </Item>
<Item>
<Filename Value="pqteventmonitor.pas"/>
<UnitName Value="PQTEventMonitor"/>
</Item>
</Files> </Files>
<i18n> <i18n>
<EnableI18N Value="True"/> <EnableI18N Value="True"/>

View File

@ -8,8 +8,8 @@ unit SQLDBLaz;
interface interface
uses uses
registersqldb, SQLStringsPropertyEditorDlg, generatesqldlg, sqldbstrconst, registersqldb, SQLStringsPropertyEditorDlg, generatesqldlg, SqlDbStrConst,
LazarusPackageIntf; PQTEventMonitor, LazarusPackageIntf;
implementation implementation