mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 21:49:33 +02:00
SQLdb: added pqteventmonitor.pas unit to LPK, bug #39097
git-svn-id: trunk@65348 -
This commit is contained in:
parent
8b62aae17b
commit
63997559b2
components/sqldb
@ -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"/>
|
||||
|
@ -8,8 +8,8 @@ unit SQLDBLaz;
|
||||
interface
|
||||
|
||||
uses
|
||||
registersqldb, SQLStringsPropertyEditorDlg, generatesqldlg, sqldbstrconst,
|
||||
LazarusPackageIntf;
|
||||
registersqldb, SQLStringsPropertyEditorDlg, generatesqldlg, SqlDbStrConst,
|
||||
PQTEventMonitor, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user