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:
513 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_runtimeonly;
|
---|
6 |
|
---|
7 | {$warn 5023 off : no warning about unused units}
|
---|
8 | interface
|
---|
9 |
|
---|
10 | uses
|
---|
11 | zint, lbc_aztec, lbc_basic, lbc_datamatrix, lbc_helper, lbc_qr,
|
---|
12 | lbc_reedsolomon, lbc_render, lbc_sjis, lbc_code, lbc_common, lbc_2of5,
|
---|
13 | lbc_upcean, lbc_code128, lbc_gs1, lbc_postal, lbc_svg, lbc_medical,
|
---|
14 | lbc_telepen, lbc_plessey, lbc_pdf417, lbc_auspost;
|
---|
15 |
|
---|
16 | implementation
|
---|
17 |
|
---|
18 | end.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.