Skip to content

Commit

Permalink
explicit qmakespec folder
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed Nov 16, 2014
1 parent 9d13dfc commit 1f0fc4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ environment:
COMPILERBAT: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" amd64'
MAKE: nmake
CHECK: nmake check
QMAKESPEC: win32-msvc2013
QTSUB: '5.3\msvc2013_64_opengl'
QTDOWNLOAD1: http://download.qt-project.org/online/qtsdkrepository/windows_x86/desktop/qt5_53/qt.53.win64_msvc2013_64_opengl/5.3.2-0qt5_essentials.7z
QTARCHIVE1: '5.3.2-0qt5_essentials.7z'
Expand Down Expand Up @@ -62,6 +63,7 @@ install:
- mkdir Qt
- cd Qt
- if defined QTSUB set "QTDIR=%CD%\%QTSUB%"
- if defined QMAKESPEC set "QMAKESPEC=%QTDIR%\mkspecs\%QMAKESPEC%"
- if defined QTDOWNLOAD1 curl -kLO %QTDOWNLOAD1%
- if defined QTARCHIVE1 7z x %QTARCHIVE1_OPTS% %QTARCHIVE1% >nul
- if defined QTDOWNLOAD2 curl -kLO %QTDOWNLOAD2%
Expand Down

0 comments on commit 1f0fc4e

Please sign in to comment.