change WITH_QR to NO_QR

This commit is contained in:
taipanromania 2008-09-18 14:37:45 +00:00
parent fa21baafce
commit abd4ced7d7

View File

@ -23,7 +23,7 @@
#include <string.h>
#include "common.h"
#ifdef WITH_QR
#ifndef NO_QR
#include <qrencode.h>
static int kanji = 0;