Skip to content
Permalink
Browse files
Use Qt 5.7 again on Windows to support XP
Until begin support for 64-bit Windows builds, therefore own-built Qt with using of MinGW-w64 will be needed
  • Loading branch information
Wohlstand committed Mar 20, 2017
1 parent fb98832 commit 8f2e91926161a9bc452b9b36965721c7ae77c0cb
Showing 1 changed file with 2 additions and 1 deletion.
@@ -48,7 +48,8 @@ clone_depth: 3 # clone entire repository history if not defined
install:
- cmd: git submodule init
- cmd: git submodule update
- cmd: echo set QtDir=C:\Qt\5.8\mingw53_32\bin>> _paths.bat
# - cmd: echo set QtDir=C:\Qt\5.8\mingw53_32\bin>> _paths.bat # Qt since 5.8 no more supports Windows XP
- cmd: echo set QtDir=C:\Qt\5.7\mingw53_32\bin>> _paths.bat # Keep support for Windows XP yet
- cmd: echo set MinGW=C:\Qt\Tools\mingw530_32\bin>> _paths.bat
- cmd: echo set GitDir=C:\Program Files\Git\cmd>> _paths.bat
- cmd: echo date +'%%%%Y-%%%%m-%%%%d %%%%H:%%%%M:%%%%S' > temp.sh

0 comments on commit 8f2e919

Please sign in to comment.