Skip to content

Commit

Permalink
[feat] update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Gallois <benjamin@gallois.cc>
  • Loading branch information
bgallois authored Aug 18, 2023
1 parent 982a372 commit bbcc652
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
Expand Up @@ -4,7 +4,8 @@ A C++/Qt Client library for the [JotForm API](http://api.jotform.com/docs/).

## Installation

This library requires Qt6 to be installed.
This library requires Qt6 and/or Qt5 to be installed.
Modify the `find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Core Network)` line to match your project to compile the shared library for Qt5, Qt6, or both.

### Unix-style

Expand Down

0 comments on commit bbcc652

Please sign in to comment.