aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--monero-wallet-gui.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro
index d76b8c2a..68158bbb 100644
--- a/monero-wallet-gui.pro
+++ b/monero-wallet-gui.pro
@@ -231,6 +231,14 @@ CONFIG(WITH_SCANNER) {
LIBS += -lzbarjni -liconv
} else {
LIBS += -lzbar
+ macx {
+ ZBAR_DIR = $$system(brew --prefix zbar, lines, EXIT_CODE)
+ equals(EXIT_CODE, 0) {
+ INCLUDEPATH += $$ZBAR_DIR/include
+ } else {
+ INCLUDEPATH += /usr/local/include
+ }
+ }
}
} else {
message("Skipping camera scanner because of Incompatible Qt Version !")