Skip to content

Commit ff18bf3

Browse files
committed
bug-fix (by using Qt 6.7.3) qt6...metatypes.json: illegal value (windows nmake)
1 parent 5ecf1d0 commit ff18bf3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

json_bug_repro/ci/qtapps/provision_win.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fi
1313
pip3 install -r ${DIR}/requirements.txt # https://github.com/miurahr/aqtinstall
1414

1515
python3 -m aqt install-qt --outputdir $DL_FOLDER/Qt_desktop \
16-
windows desktop 6.5.3 win64_msvc2019_64 \
16+
windows desktop 6.7.3 win64_msvc2019_64 \
1717
--modules \
1818
qtconnectivity \
1919
qtimageformats \

json_bug_repro/ci/win_ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ export PATH="${MSVCPATHFORBUILDING}:$PATH" # make sure MSVC link.exe is found (n
2929
WINDLPATH=$(cygpath -u $DL_FOLDER)
3030

3131
# Variables used by CMakeLists
32-
export Qt6_DIR="${WINDLPATH}/Qt_desktop/6.5.3/msvc2019_64/lib/cmake/Qt6/"
32+
export Qt6_DIR="${WINDLPATH}/Qt_desktop/6.7.3/msvc2019_64/lib/cmake/Qt6/"
3333

3434
# Put qmake on the PATH:
35-
export PATH="${WINDLPATH}/Qt_desktop/6.5.3/msvc2019_64/bin:$PATH"
35+
export PATH="${WINDLPATH}/Qt_desktop/6.7.3/msvc2019_64/bin:$PATH"
3636

3737

3838

0 commit comments

Comments
 (0)