Skip to content

Commit

Permalink
added the QT image provider as a library
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyTheCo committed Aug 28, 2022
1 parent 7eb2e26 commit 57fefef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# qrCode

This repository is intended to provide a library for working with QR codes from c++. The main purpose is to exploit modern CMake and facilitate reuse and develop.
The GUI part will be based on Qt libraries and QML;

## Adding the libraries to your CMake project will be as easy as

Expand All @@ -13,7 +14,7 @@ include(FetchContent)
)
FetchContent_MakeAvailable(qrCode)
target_link_libraries(<target> <PRIVATE|PUBLIC|INTERFACE> qrGen)
target_link_libraries(<target> <PRIVATE|PUBLIC|INTERFACE> QrGen QtQrGen)
```


Expand Down

0 comments on commit 57fefef

Please sign in to comment.