From a25e776133c1f4616a4f10692c297c8df9efbc4e Mon Sep 17 00:00:00 2001 From: Victor Tran Date: Wed, 19 Dec 2018 23:22:10 +1100 Subject: Fix build issues --- appveyor/build.bat | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/appveyor/build.bat b/appveyor/build.bat index e3b96a8..9b2a55a 100644 --- a/appveyor/build.bat +++ b/appveyor/build.bat @@ -11,9 +11,17 @@ curl -L http://downloads.sourceforge.net/project/theinstaller/Qt5.12.0-static.7z set QTDIR=%cd%\QtStatic\Qt5.12.0-static set PATH=%PATH%;%QTDIR%\bin call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" + +REM Set Qt Paths +echo [Paths] > %QTDIR%\bin\qt.conf +echo Prefix = %QTDIR% >> %QTDIR%\bin\qt.conf + GOTO buildversions :build +echo ********************************************* +echo BUILDING %~1 +echo ********************************************* if not exist "deploy" mkdir deploy set DEPLOY=%cd%\deploy echo %~2 > metadata.txt -- cgit v1.2.3