Skip to content

Commit

Permalink
Use Qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
xorz57 committed Mar 2, 2024
1 parent cd3dbe6 commit 2521af4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

## Requirements

- Qt5
- Qt6
- C++ compiler (supporting C++17 or later)

## License
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "morse-code-translator",
"version-string": "0.1.0",
"dependencies": [
"qt5-base"
"qtbase"
]
}

0 comments on commit 2521af4

Please sign in to comment.