diff --git a/README.md b/README.md index dd35aee..856c8b2 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ## Requirements -- Qt5 +- Qt6 - C++ compiler (supporting C++17 or later) ## License diff --git a/vcpkg.json b/vcpkg.json index 5d94bc8..01494f5 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -2,6 +2,6 @@ "name": "morse-code-translator", "version-string": "0.1.0", "dependencies": [ - "qt5-base" + "qtbase" ] } \ No newline at end of file