summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-14 14:36:07 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-14 14:36:07 +0200
commit7de5af83dbaabe08053feb04a2bcb00290bb633e (patch)
tree3500eefea9bb8b685361f783bebdf9851504a65f
parent76cc3820fc865c3daea49e79e7f854ee786ffc26 (diff)
Upgrade appveyor to Qt 5.9.2
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 3f1a0e83..bda2ace2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -13,7 +13,7 @@ build:
verbosity: minimal
install:
- - set QT_DIR=C:\Qt\5.8\msvc2015_64
+ - set QT_DIR=C:\Qt\5.9.2\msvc2015_64
- set PATH=%PATH%;%QT_DIR%\bin;C:\MinGW\bin
build_script:
@@ -43,7 +43,7 @@ after_build:
- echo %BUILD%
- mkdir NhekoRelease
- copy build\Release\nheko.exe NhekoRelease\nheko.exe
- - windeployqt --qmldir C:\Qt\5.8\msvc2015_64\qml\ --release NhekoRelease\nheko.exe
+ - windeployqt --qmldir C:\Qt\5.9.2\msvc2015_64\qml\ --release NhekoRelease\nheko.exe
- copy C:\OpenSSL-Win64\bin\ssleay32.dll .\NhekoRelease\ssleay32.dll
- copy C:\OpenSSL-Win64\bin\libeay32.dll .\NhekoRelease\libeay32.dll
- copy C:\OpenSSL-Win64\lib\libeay32.lib .\NhekoRelease\libeay32.lib