Last change
on this file was 123, checked in by chronos, 3 years ago |
- Added: QR code image visible in contact others tab. It can be saved as image to file.
|
File size:
473 bytes
|
Line | |
---|
1 | { This file was automatically created by Lazarus. Do not edit!
|
---|
2 | This source is only used to compile and install the package.
|
---|
3 | }
|
---|
4 |
|
---|
5 | unit lazbarcodes;
|
---|
6 |
|
---|
7 | interface
|
---|
8 |
|
---|
9 | uses
|
---|
10 | zint, lbc_aztec, lbc_basic, lbc_datamatrix, lbc_helper, lbc_qr, lbc_reedsolomon,
|
---|
11 | lbc_render, lbc_sjis, ubarcodes, LazarusPackageIntf;
|
---|
12 |
|
---|
13 | implementation
|
---|
14 |
|
---|
15 | procedure Register;
|
---|
16 | begin
|
---|
17 | RegisterUnit('ubarcodes', @ubarcodes.Register);
|
---|
18 | end;
|
---|
19 |
|
---|
20 | initialization
|
---|
21 | RegisterPackage('LazBarCodes', @Register);
|
---|
22 | end.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.