From 2de42b53b7c23223c38e64a75eae248d8a0cd4ec Mon Sep 17 00:00:00 2001 From: Shubham Goyal <22shubh22@gmail.com> Date: Wed, 3 Jul 2019 12:15:08 +0530 Subject: QRCode Dialog Box feature The patch handles the created QR code as a Customized Shape (Graphic Object) Change-Id: I1cee6f0e7fac585de880a9ac34e3bc441a4b7390 Reviewed-on: https://gerrit.libreoffice.org/74167 Reviewed-by: Stephan Bergmann Tested-by: Jenkins Reviewed-by: Mike Kaganski Reviewed-by: Samuel Mehrbrodt --- cui/Library_cui.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cui/Library_cui.mk') diff --git a/cui/Library_cui.mk b/cui/Library_cui.mk index e3cd0c36ba4f..620d3de8fa69 100644 --- a/cui/Library_cui.mk +++ b/cui/Library_cui.mk @@ -73,6 +73,7 @@ $(eval $(call gb_Library_use_externals,cui,\ libxml2 \ orcus-parser \ orcus \ + qrcodegen \ )) ifeq ($(DISABLE_GUI),) $(eval $(call gb_Library_use_externals,cui,\ @@ -129,6 +130,7 @@ $(eval $(call gb_Library_add_exception_objects,cui,\ cui/source/dialogs/screenshotannotationdlg \ cui/source/dialogs/pastedlg \ cui/source/dialogs/postdlg \ + cui/source/dialogs/QrCodeGenDialog \ cui/source/dialogs/scriptdlg \ cui/source/dialogs/SignatureLineDialogBase \ cui/source/dialogs/SignatureLineDialog \ -- cgit