aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 35a9b55c2..b885dd9ef 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,10 +16,10 @@ build_script:
cd C:\projects\pyside2-setup
dir C:\Qt\5.5
- dir C:\Qt\5.5\mingw482_32
- dir C:\Qt\5.5\mingw482_32\bin
+ dir C:\Qt\5.5\mingw492_32
+ dir C:\Qt\5.5\mingw492_32\bin
dir C:\OpenSSL-Win32
- set QTDIR=C:\Qt\5.5\mingw482_32
+ set QTDIR=C:\Qt\5.5\mingw492_32
set PATH=%PATH%;%QTDIR%\bin
qmake --version
python setup.py install --openssl=C:\OpenSSL-Win32