Qt only has 64 bit support for Visual Studio 2017
This commit is contained in:
parent
3f2f01b2b1
commit
cfb4887beb
1 changed files with 3 additions and 3 deletions
|
@ -12,12 +12,12 @@ if "%VSINSTALLDIR%" == "" goto vsenvproblem
|
|||
|
||||
rem create visual studio project file ------------------------------------------
|
||||
cd ..
|
||||
set QMAKESPEC=win32-msvc2015
|
||||
rem set QMAKESPEC=win32-msvc2015
|
||||
qmake -tp vc
|
||||
|
||||
rem clean and compile solution -------------------------------------------------
|
||||
devenv Jamulus.vcxproj /Clean "Release|x86"
|
||||
devenv Jamulus.vcxproj /Build "Release|x86"
|
||||
devenv Jamulus.vcxproj /Clean "Release|x64"
|
||||
devenv Jamulus.vcxproj /Build "Release|x64"
|
||||
|
||||
rem create installer -----------------------------------------------------------
|
||||
cd windows
|
||||
|
|
Loading…
Reference in a new issue