mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-29 06:15:23 -04:00
change WITH_QR to NO_QR
This commit is contained in:
parent
fa21baafce
commit
abd4ced7d7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
#include <string.h>
|
||||
#include "common.h"
|
||||
|
||||
#ifdef WITH_QR
|
||||
#ifndef NO_QR
|
||||
#include <qrencode.h>
|
||||
|
||||
static int kanji = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue