aboutsummaryrefslogtreecommitdiff
path: root/appveyor/build.bat
diff options
context:
space:
mode:
authorVictor Tran <vicr12345@gmail.com>2018-12-19 23:22:10 +1100
committerVictor Tran <vicr12345@gmail.com>2018-12-19 23:22:10 +1100
commita25e776133c1f4616a4f10692c297c8df9efbc4e (patch)
tree064d7c9bd40c865d16bddba60f5b2eb0aba4f37f /appveyor/build.bat
parentbc5fba336a87be891e41ea5369ff22e711c8ef15 (diff)
downloadtheInstaller-a25e776133c1f4616a4f10692c297c8df9efbc4e.tar.gz
theInstaller-a25e776133c1f4616a4f10692c297c8df9efbc4e.tar.bz2
theInstaller-a25e776133c1f4616a4f10692c297c8df9efbc4e.zip
Fix build issues
Diffstat (limited to 'appveyor/build.bat')
-rw-r--r--appveyor/build.bat8
1 files changed, 8 insertions, 0 deletions
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