File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
pip3 install -r ${DIR} /requirements.txt # https://github.com/miurahr/aqtinstall
14
14
15
15
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 \
17
17
--modules \
18
18
qtconnectivity \
19
19
qtimageformats \
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ export PATH="${MSVCPATHFORBUILDING}:$PATH" # make sure MSVC link.exe is found (n
29
29
WINDLPATH=$( cygpath -u $DL_FOLDER )
30
30
31
31
# 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/"
33
33
34
34
# 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 "
36
36
37
37
38
38
You can’t perform that action at this time.
0 commit comments