source: trunk/Packages/lazbarcodes/packages/lazbarcodes_runtimeonly.lpk

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: 4.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <Package Version="5">
4 <PathDelim Value="\"/>
5 <Name Value="lazbarcodes_runtimeonly"/>
6 <Author Value="José Mejuto"/>
7 <CompilerOptions>
8 <Version Value="11"/>
9 <PathDelim Value="\"/>
10 <SearchPaths>
11 <IncludeFiles Value="..\src"/>
12 <OtherUnitFiles Value="..\src"/>
13 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
14 </SearchPaths>
15 </CompilerOptions>
16 <Description Value="Provides barcode 1D and 2D generation based in the &apos;C&apos; zint library."/>
17 <License Value="BSD 3
18
19ZINT was originally developed by Robin Stuart and licensed under the terms of the GPL (Gnu
20Public License). In 2013 Robin Stuart and all developers that contributed to the code agreed
21to change the license to a less restrictive one (see ZINT mailing list of May 2013 for
22related mails) under the following conditions:
23- the names of original copyright holder Robin Stuart and contributors are not removed,
24 neither from sources nor from the manual
25- the documentation is done in British English (as Robin said: &quot;Oh, and please don&apos;t
26 replace the word &quot;colour&quot; with &quot;color&quot; in the documentation - that really annoys me!&quot;)
27
28Change to BSD-license is done for backend and therefore for ZINT shared library only, for
29the frontends and Qt4-backend the GPL is still valid. Since BSD-license is GPL-compatible
30this gives the possibility to include ZINT library in own products or link against it from
31own software."/>
32 <Version Major="2"/>
33 <Files Count="22">
34 <Item1>
35 <Filename Value="..\src\zint.pp"/>
36 <UnitName Value="zint"/>
37 </Item1>
38 <Item2>
39 <Filename Value="..\src\lbc_aztec.pas"/>
40 <UnitName Value="lbc_aztec"/>
41 </Item2>
42 <Item3>
43 <Filename Value="..\src\lbc_basic.pas"/>
44 <UnitName Value="lbc_basic"/>
45 </Item3>
46 <Item4>
47 <Filename Value="..\src\lbc_datamatrix.pas"/>
48 <UnitName Value="lbc_datamatrix"/>
49 </Item4>
50 <Item5>
51 <Filename Value="..\src\lbc_helper.pas"/>
52 <UnitName Value="lbc_helper"/>
53 </Item5>
54 <Item6>
55 <Filename Value="..\src\lbc_qr.pas"/>
56 <UnitName Value="lbc_qr"/>
57 </Item6>
58 <Item7>
59 <Filename Value="..\src\lbc_reedsolomon.pas"/>
60 <UnitName Value="lbc_reedsolomon"/>
61 </Item7>
62 <Item8>
63 <Filename Value="..\src\lbc_render.pas"/>
64 <UnitName Value="lbc_render"/>
65 </Item8>
66 <Item9>
67 <Filename Value="..\src\lbc_sjis.pas"/>
68 <UnitName Value="lbc_sjis"/>
69 </Item9>
70 <Item10>
71 <Filename Value="..\src\lbc_code.pas"/>
72 <UnitName Value="lbc_code"/>
73 </Item10>
74 <Item11>
75 <Filename Value="..\src\lbc_common.pas"/>
76 <UnitName Value="lbc_common"/>
77 </Item11>
78 <Item12>
79 <Filename Value="..\src\lbc_2of5.pas"/>
80 <UnitName Value="lbc_2of5"/>
81 </Item12>
82 <Item13>
83 <Filename Value="..\src\lbc_upcean.pas"/>
84 <UnitName Value="lbc_upcean"/>
85 </Item13>
86 <Item14>
87 <Filename Value="..\src\lbc_code128.pas"/>
88 <UnitName Value="lbc_code128"/>
89 </Item14>
90 <Item15>
91 <Filename Value="..\src\lbc_gs1.pas"/>
92 <UnitName Value="lbc_gs1"/>
93 </Item15>
94 <Item16>
95 <Filename Value="..\src\lbc_postal.pas"/>
96 <UnitName Value="lbc_postal"/>
97 </Item16>
98 <Item17>
99 <Filename Value="..\src\lbc_svg.pas"/>
100 <UnitName Value="lbc_svg"/>
101 </Item17>
102 <Item18>
103 <Filename Value="..\src\lbc_medical.pas"/>
104 <UnitName Value="lbc_medical"/>
105 </Item18>
106 <Item19>
107 <Filename Value="..\src\lbc_telepen.pas"/>
108 <UnitName Value="lbc_telepen"/>
109 </Item19>
110 <Item20>
111 <Filename Value="..\src\lbc_plessey.pas"/>
112 <UnitName Value="lbc_plessey"/>
113 </Item20>
114 <Item21>
115 <Filename Value="..\src\lbc_pdf417.pas"/>
116 <UnitName Value="lbc_pdf417"/>
117 </Item21>
118 <Item22>
119 <Filename Value="..\src\lbc_auspost.pas"/>
120 <UnitName Value="lbc_auspost"/>
121 </Item22>
122 </Files>
123 <CompatibilityMode Value="True"/>
124 <RequiredPkgs Count="1">
125 <Item1>
126 <PackageName Value="LCLBase"/>
127 </Item1>
128 </RequiredPkgs>
129 <UsageOptions>
130 <UnitPath Value="$(PkgOutDir)"/>
131 </UsageOptions>
132 <PublishOptions>
133 <Version Value="2"/>
134 </PublishOptions>
135 <CustomOptions Items="ExternHelp" Version="2">
136 <_ExternHelp Items="Count"/>
137 </CustomOptions>
138 </Package>
139</CONFIG>
Note: See TracBrowser for help on using the repository browser.