Skip to content

Commit

Permalink
Update vcpkg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xorz57 committed Mar 26, 2024
1 parent 56a0210 commit 034d245
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "morse-code-translator",
"version-string": "0.1.0",
"dependencies": [
"qtbase"
]
"name": "morse-code-translator",
"version-string": "0.1.0",
"dependencies": [
{
"name": "qtbase",
"features": [
"widgets"
]
}
]
}

0 comments on commit 034d245

Please sign in to comment.