From 634527b3a8bfc45e566a48f28f1d0644ac9e8539 Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Thu, 3 Aug 2023 10:59:40 +0200 Subject: [PATCH] QR code source path is now used explicitly --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f0ae3d4..96ca6f0 100644 --- a/Makefile +++ b/Makefile @@ -118,6 +118,7 @@ endif ifeq ($(TARGET_NAME),TARGET_STAX) DEFINES += NBGL_QRCODE +SDK_SOURCE_PATH += qrcode else DEFINES += HAVE_BAGL DEFINES += HAVE_UX_FLOW