Displaying a QR code in the EditItemDialog containing the full data of the current item as a string. Closes #17.

This commit is contained in:
2026-01-15 14:08:18 +01:00
parent 525a9883f0
commit c8dbe74fcc
5 changed files with 10 additions and 2 deletions

3
.gitmodules vendored
View File

@ -7,3 +7,6 @@
[submodule "libs/3rdParty/rapidcsv"]
path = libs/3rdParty/rapidcsv
url = https://github.com/d99kris/rapidcsv.git
[submodule "libs/3rdParty/Qt-QrCodeGenerator"]
path = libs/3rdParty/Qt-QrCodeGenerator
url = https://github.com/alex-spataru/Qt-QrCodeGenerator.git

View File

@ -11,6 +11,10 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
add_subdirectory(libs/GenericCore)
set (CORE_LIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/libs/GenericCore)
### 3rd party libraries
add_subdirectory(libs/3rdParty/Qt-QrCodeGenerator)
set (QR_LIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/libs/3rdParty/Qt-QrCodeGenerator)
configure_file(ApplicationConfig.h.in ApplicationConfig.h)
#Frontend applications