From f9a70011f21e6710da7b085ba97c00a9ff273467 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Tue, 2 Feb 2016 02:05:59 +0300 Subject: appveyor.yml Correct mingw492_32 for Qt 5.5 --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'appveyor.yml') 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 -- cgit v1.2.3