Skip to content

Commit 9a6ec25

Browse files
committed
Adds hint about Qt version requirement
1 parent fdc7fc8 commit 9a6ec25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ Initially, the data was taken from [for-GET/know-your-http-well](https://github.
3535
| [Qt](HttpStatusCodes_Qt.h) | Namespace `HttpStatus` | `enum Code`<br>When using Qt 5.8 or later: registered in meta type system using `Q_ENUM_NS()` | `QString` |
3636

3737

38+
> Note regarding Qt variant: Oldest tested Qt version was Qt 5.2.0 with MinGW 4.8. However, should be working with any Qt 5.x version.
39+
Might also be working with Qt 4 versions but this has not been tested.
40+
3841

3942
## Example ##
4043

0 commit comments

Comments
 (0)