[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:
reito 2022-12-29 04:36:09 +08:00 committed by GitHub
parent c8ed4ef67d
commit 1c66ab1814
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -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,

View File

@ -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

View File

@ -6298,7 +6298,7 @@
},
"qtbase": {
"baseline": "6.4.1",
"port-version": 3
"port-version": 4
},
"qtcharts": {
"baseline": "6.4.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8898a901b80fa6e70c8942349fef53932e90ba54",
"version": "6.4.1",
"port-version": 4
},
{
"git-tree": "f718070277a5feb4b54410d860556c980c5c6d82",
"version": "6.4.1",