KU
KusoKaihatsuSha/easy_qr
QR code generation
QR code generator
Simple app for QR code generation. If you need testing, saved or packet generation QR codes. (Tested on windows 10/11 and Qt 5.12.11)
Notes:
For build app with GUI use Qt (install first and check ENV qmake and mingw32-make). For correct build Not use '-j16'
$ mingw32-make clean -j16 & qmake & mingw32-makeFor building DLL ('go_src' folder):
go build -o qrcode.dll -buildmode=c-shared -ldflags "-s -w"For using DLL on windows use
- Save to file:
RUNDLL32 qrcode.dll, Rundll32save "test example" 1 testName.png- Copy to clipboard:
RUNDLL32 qrcode.dll, Rundll32ToClipboard "test example" 3Screenshots:
On this page
Languages
C++47.4%QMake27.2%Go25.4%
Contributors
MIT License
Created August 2, 2021
Updated May 11, 2022
