docs used /qt/ vs /qt-6/ links

[skip ci]
This commit is contained in:
silverqx
2024-08-26 13:21:29 +02:00
parent 99ad2fb416
commit b3af5b8cc8
+1 -1
View File
@@ -16,7 +16,7 @@ The Qt framework version used during development was ~5.15.2~ and >=6.2.
##### Required
- minimum ISO C++ standard is C++20
- >= [Qt Framework 6.2](https://www.qt.io/download-qt-installer) - [`QtCore`](https://doc.qt.io/qt-6/qtcore-module.html) and [`QtSql`](https://doc.qt.io/qt-6/qtsql-index.html) modules
- >= [Qt Framework 6.2](https://www.qt.io/download-qt-installer) - [`QtCore`](https://doc.qt.io/qt/qtcore-module.html) and [`QtSql`](https://doc.qt.io/qt/qtsql-index.html) modules
- >= [range-v3 0.11.0](https://github.com/ericniebler/range-v3)
- [tabulate](https://github.com/p-ranav/tabulate)