diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2018-11-27 13:05:07 +0100 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2018-11-27 13:24:43 +0100 |
| commit | 5b0b6472aa5932844f87ee939e0bf11b8eadb2cd (patch) | |
| tree | 790a7518c2385fa5b7f364ac3151e057fb6fcf74 /.appveyor.yml | |
| parent | 2b28b3ca6ff65f1ff1840cfdedb45f72498cd15e (diff) | |
[appveyor] do not include patch level in QTDIR
Diffstat (limited to '.appveyor.yml')
| -rw-r--r-- | .appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index c9fcc361..384e01b8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -4,11 +4,11 @@ environment: matrix: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 GENERATOR: Visual Studio 15 2017 Win64 - QTDIR: C:\Qt\5.11.1\msvc2017_64 + QTDIR: C:\Qt\5.11\msvc2017_64 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 GENERATOR: Visual Studio 14 2015 Win64 - QTDIR: C:\Qt\5.11.1\msvc2015_64 + QTDIR: C:\Qt\5.11\msvc2015_64 build_script: - mkdir build |
