mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-01 07:38:26 -04:00
BC412: add to backend_tcl; add skeleton test
GUI: allow for Qt not parsing #if's in slots (copy_to_clipboard_png())
This commit is contained in:
parent
7c4afa49c9
commit
471aed7a69
29 changed files with 323 additions and 80 deletions
|
@ -304,6 +304,7 @@
|
|||
<ClCompile Include="..\..\backend\2of5.c" />
|
||||
<ClCompile Include="..\..\backend\auspost.c" />
|
||||
<ClCompile Include="..\..\backend\aztec.c" />
|
||||
<ClCompile Include="..\..\backend\bc412.c" />
|
||||
<ClCompile Include="..\..\backend\bmp.c" />
|
||||
<ClCompile Include="..\..\backend\codablock.c" />
|
||||
<ClCompile Include="..\..\backend\code.c" />
|
||||
|
|
|
@ -71,6 +71,7 @@
|
|||
<ClCompile Include="..\..\backend\2of5.c" />
|
||||
<ClCompile Include="..\..\backend\auspost.c" />
|
||||
<ClCompile Include="..\..\backend\aztec.c" />
|
||||
<ClCompile Include="..\..\backend\bc412.c" />
|
||||
<ClCompile Include="..\..\backend\bmp.c" />
|
||||
<ClCompile Include="..\..\backend\codablock.c" />
|
||||
<ClCompile Include="..\..\backend\code.c" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue