SQLdb: added pqteventmonitor.pas unit to LPK, bug

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
components/sqldb

View File

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

View File

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