Trick qmake to not work through MSYS.

This commit is contained in:
Roman Telezhynskyi 2020-01-31 20:55:04 +02:00
parent 4731a8b667
commit 5b6e2c16dd

View File

@ -174,6 +174,9 @@ init:
- set PATH=C:\projects\valentina\build\src\libs\vpropertyexplorer\bin;C:\projects\valentina\build\src\libs\qmuparser\bin;%PATH%
# Path after
- path
# Trick qmake to not work through MSYS
- del /F "C:\Program Files\Git\usr\bin\sh.exe"
- del /F "C:\Program Files\Git\bin\sh.exe"
- qmake -v
#---------------------------------#