mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[qtbase] Fix a bug that will cause deploy failed on Debug profile (#28516)
* fix not deploying on debug build * fix not deploying on debug build * fix not deploying on debug build
This commit is contained in:
parent
c8ed4ef67d
commit
1c66ab1814
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "qtbase",
|
||||
"version": "6.4.1",
|
||||
"port-version": 3,
|
||||
"port-version": 4,
|
||||
"description": "Qt Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.",
|
||||
"homepage": "https://www.qt.io/",
|
||||
"license": null,
|
||||
|
@ -5,6 +5,6 @@ set mypath=%mypath:~0,-1%
|
||||
set BAKCD=!CD!
|
||||
cd /D %mypath%\..\..\..\debug\bin
|
||||
set PATH=!CD!;%PATH%
|
||||
"%mypath%\windeployqt.exe" --qtpaths "%mypath%\qtpaths.debug.bat" %*
|
||||
cd %BAKCD%
|
||||
"%mypath%\windeployqt.exe" --qtpaths "%mypath%\qtpaths.debug.bat" %*
|
||||
endlocal
|
||||
|
@ -6298,7 +6298,7 @@
|
||||
},
|
||||
"qtbase": {
|
||||
"baseline": "6.4.1",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"qtcharts": {
|
||||
"baseline": "6.4.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8898a901b80fa6e70c8942349fef53932e90ba54",
|
||||
"version": "6.4.1",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "f718070277a5feb4b54410d860556c980c5c6d82",
|
||||
"version": "6.4.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user