Trick qmake to not work through MSYS.

merge-requests/1/merge
Roman Telezhynskyi 2020-01-31 20:55:04 +02:00
parent 4731a8b667
commit 5b6e2c16dd
1 changed files with 3 additions and 0 deletions

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