mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +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",
|
"name": "qtbase",
|
||||||
"version": "6.4.1",
|
"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.",
|
"description": "Qt Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.",
|
||||||
"homepage": "https://www.qt.io/",
|
"homepage": "https://www.qt.io/",
|
||||||
"license": null,
|
"license": null,
|
||||||
|
@ -5,6 +5,6 @@ set mypath=%mypath:~0,-1%
|
|||||||
set BAKCD=!CD!
|
set BAKCD=!CD!
|
||||||
cd /D %mypath%\..\..\..\debug\bin
|
cd /D %mypath%\..\..\..\debug\bin
|
||||||
set PATH=!CD!;%PATH%
|
set PATH=!CD!;%PATH%
|
||||||
"%mypath%\windeployqt.exe" --qtpaths "%mypath%\qtpaths.debug.bat" %*
|
|
||||||
cd %BAKCD%
|
cd %BAKCD%
|
||||||
|
"%mypath%\windeployqt.exe" --qtpaths "%mypath%\qtpaths.debug.bat" %*
|
||||||
endlocal
|
endlocal
|
||||||
|
@ -6298,7 +6298,7 @@
|
|||||||
},
|
},
|
||||||
"qtbase": {
|
"qtbase": {
|
||||||
"baseline": "6.4.1",
|
"baseline": "6.4.1",
|
||||||
"port-version": 3
|
"port-version": 4
|
||||||
},
|
},
|
||||||
"qtcharts": {
|
"qtcharts": {
|
||||||
"baseline": "6.4.1",
|
"baseline": "6.4.1",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "8898a901b80fa6e70c8942349fef53932e90ba54",
|
||||||
|
"version": "6.4.1",
|
||||||
|
"port-version": 4
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "f718070277a5feb4b54410d860556c980c5c6d82",
|
"git-tree": "f718070277a5feb4b54410d860556c980c5c6d82",
|
||||||
"version": "6.4.1",
|
"version": "6.4.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user