mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 06:39:26 +02:00
sqldb pacakge: don't add pqconnection to the file list, because it is not available on all supported platforms (win64)
git-svn-id: trunk@11181 -
This commit is contained in:
parent
f4c7b1d00a
commit
eaea956c4f
@ -21,7 +21,7 @@
|
|||||||
<Description Value="Lazarus package for the FCL SQLdb components."/>
|
<Description Value="Lazarus package for the FCL SQLdb components."/>
|
||||||
<License Value="Modified LGPL"/>
|
<License Value="Modified LGPL"/>
|
||||||
<Version Major="1"/>
|
<Version Major="1"/>
|
||||||
<Files Count="4">
|
<Files Count="3">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="registersqldb.pas"/>
|
<Filename Value="registersqldb.pas"/>
|
||||||
<HasRegisterProc Value="True"/>
|
<HasRegisterProc Value="True"/>
|
||||||
@ -37,11 +37,6 @@
|
|||||||
<Type Value="Virtual Unit"/>
|
<Type Value="Virtual Unit"/>
|
||||||
<UnitName Value="ibconnection"/>
|
<UnitName Value="ibconnection"/>
|
||||||
</Item3>
|
</Item3>
|
||||||
<Item4>
|
|
||||||
<Filename Value="pqconnection.pp"/>
|
|
||||||
<Type Value="Virtual Unit"/>
|
|
||||||
<UnitName Value="pqconnection"/>
|
|
||||||
</Item4>
|
|
||||||
</Files>
|
</Files>
|
||||||
<Type Value="RunAndDesignTime"/>
|
<Type Value="RunAndDesignTime"/>
|
||||||
<RequiredPkgs Count="1">
|
<RequiredPkgs Count="1">
|
||||||
|
@ -7,7 +7,7 @@ unit SQLDBLaz;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
registersqldb, sqldb, ibconnection, pqconnection, LazarusPackageIntf;
|
registersqldb, sqldb, ibconnection, LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user