ci: Add run-win32-qt-build.bat
This commit is contained in:
parent
98229ac301
commit
4aada48a81
|
@ -0,0 +1,10 @@
|
|||
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat" x86_amd64
|
||||
|
||||
set QTDIR=C:\Qt\Qt5.13.0\5.13.0\msvc2017_64
|
||||
set PATH=%PATH%;%QTDIR%\bin;
|
||||
|
||||
qmake
|
||||
nmake clean
|
||||
nmake
|
||||
|
||||
pause
|
|
@ -81,3 +81,7 @@ CONFIG += c++17
|
|||
} else {
|
||||
QMAKE_CXXFLAGS += -std=c++0x
|
||||
}
|
||||
|
||||
*msvc* {
|
||||
QMAKE_CXXFLAGS += /MP
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue