mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 03:59:56 +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."/>
|
||||
<License Value="Modified LGPL"/>
|
||||
<Version Major="1"/>
|
||||
<Files Count="4">
|
||||
<Files Count="3">
|
||||
<Item1>
|
||||
<Filename Value="registersqldb.pas"/>
|
||||
<HasRegisterProc Value="True"/>
|
||||
@ -37,11 +37,6 @@
|
||||
<Type Value="Virtual Unit"/>
|
||||
<UnitName Value="ibconnection"/>
|
||||
</Item3>
|
||||
<Item4>
|
||||
<Filename Value="pqconnection.pp"/>
|
||||
<Type Value="Virtual Unit"/>
|
||||
<UnitName Value="pqconnection"/>
|
||||
</Item4>
|
||||
</Files>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<RequiredPkgs Count="1">
|
||||
|
@ -7,7 +7,7 @@ unit SQLDBLaz;
|
||||
interface
|
||||
|
||||
uses
|
||||
registersqldb, sqldb, ibconnection, pqconnection, LazarusPackageIntf;
|
||||
registersqldb, sqldb, ibconnection, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user