Skip to content

Commit

Permalink
snapwidget to include qrcode headers only, if qrcode is used
Browse files Browse the repository at this point in the history
  • Loading branch information
wellenreiter01 committed Nov 20, 2017
1 parent 78b4492 commit 642795d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/qt/snapwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@
#else
#include <QDesktopWidget>
#endif

#ifdef USE_QRCODE
#include "zxing/common/GlobalHistogramBinarizer.h"
#include <zxing/Binarizer.h>
#include <zxing/BinaryBitmap.h>
#include <zxing/MultiFormatReader.h>
#include <zxing/LuminanceSource.h>
#endif

#include "qimagesource.h"
#include "ui_snapwidget.h"

Expand Down

0 comments on commit 642795d

Please sign in to comment.