mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 11:40:35 +02:00
sqldb: register unit sqldb
This commit is contained in:
parent
0df4fef8fe
commit
1df1c43193
@ -49,12 +49,17 @@ With the exception of the unit registersqldb, which is GPL-2. This unit contains
|
||||
</Item>
|
||||
<Item>
|
||||
<Filename Value="sqldbstrconst.pas"/>
|
||||
<UnitName Value="sqldbstrconst"/>
|
||||
<UnitName Value="SqlDbStrConst"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<Filename Value="pqteventmonitor.pas"/>
|
||||
<UnitName Value="PQTEventMonitor"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<Filename Value="sqldb.pas"/>
|
||||
<Type Value="Virtual Unit"/>
|
||||
<UnitName Value="sqldb"/>
|
||||
</Item>
|
||||
</Files>
|
||||
<i18n>
|
||||
<EnableI18N Value="True"/>
|
||||
|
@ -9,7 +9,7 @@ interface
|
||||
|
||||
uses
|
||||
registersqldb, SQLStringsPropertyEditorDlg, generatesqldlg, SqlDbStrConst,
|
||||
PQTEventMonitor, LazarusPackageIntf;
|
||||
PQTEventMonitor, sqldb, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user