aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2016-02-02 02:05:59 +0300
committeranatoly techtonik <techtonik@gmail.com>2016-02-02 02:05:59 +0300
commitf9a70011f21e6710da7b085ba97c00a9ff273467 (patch)
treed8cb64aed73c2d26bd2604ba5c95a24bfcbfaac1 /appveyor.yml
parent64086ab266afb951b012eba5ff317a5ccadb91f7 (diff)
appveyor.yml Correct mingw492_32 for Qt 5.5
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