diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2020-07-18 07:32:22 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2020-07-18 07:32:22 +0000 |
commit | e3ffb1d2cb23b2c6a28f47dff10646eb34e54117 (patch) | |
tree | 35b0be6ba90c8ffc81de50eab8029e168df60b5c /graphics/Makefile | |
parent | d59e12e9b4ca08facc7fcf0c539e38513815d7b9 (diff) |
QtQR is a Qt based software that let's you generate QR Codes easily, scan an
image file for QR Codes and decode them or use your webcam to scan a printed
one.
WWW: https://launchpad.net/qr-tools
Notes
Notes:
svn path=/head/; revision=542479
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 2c1ef5437f90..b5e1b2a12467 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -908,6 +908,7 @@ SUBDIR += qt5-wayland SUBDIR += qtawesome SUBDIR += qtpbfimageplugin + SUBDIR += qtqr SUBDIR += quat SUBDIR += quat-gui SUBDIR += quesa |