Skip to content

Commit 40e444a

Browse files
committed
save
1 parent 8d59325 commit 40e444a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ install(TARGETS VTSLink
273273

274274
qt_generate_deploy_app_script(
275275
TARGET VTSLink
276-
OUTPUT_SCRIPT DEPLOY_SCRIPT
276+
FILENAME_VARIABLE DEPLOY_SCRIPT
277277
NO_UNSUPPORTED_PLATFORM_ERROR
278278
)
279279
install(SCRIPT ${DEPLOY_SCRIPT})

vcpkg.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
"gui",
3838
"network",
3939
"thread",
40-
"widgets",
41-
"png"
40+
"widgets"
4241
]
4342
},
4443
"qttools",
@@ -55,6 +54,10 @@
5554
"name": "openssl",
5655
"version-string": "1.1.1m#2"
5756
},
57+
{
58+
"name": "litehtml",
59+
"version-string": "0.6.0#2"
60+
},
5861
{
5962
"name": "qtbase",
6063
"version-string": "6.4.3"

0 commit comments

Comments
 (0)