diff options
author | bunnei <bunneidev@gmail.com> | 2015-09-30 04:17:02 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-09-30 04:17:02 +0200 |
commit | 2521171ef51550e7fec85be9818f5918e7080d9d (patch) | |
tree | 0d8d7bf09352b8f22acc939d514e1872f43103fd | |
parent | Merge pull request #1172 from martinlindhe/fix-warnings (diff) | |
download | yuzu-2521171ef51550e7fec85be9818f5918e7080d9d.tar yuzu-2521171ef51550e7fec85be9818f5918e7080d9d.tar.gz yuzu-2521171ef51550e7fec85be9818f5918e7080d9d.tar.bz2 yuzu-2521171ef51550e7fec85be9818f5918e7080d9d.tar.lz yuzu-2521171ef51550e7fec85be9818f5918e7080d9d.tar.xz yuzu-2521171ef51550e7fec85be9818f5918e7080d9d.tar.zst yuzu-2521171ef51550e7fec85be9818f5918e7080d9d.zip |
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 6e073ece7..d05cc2213 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,6 @@ clone_depth: 5 environment: - QTDIR: C:\Qt\5.4\msvc2013_64_opengl BUILD_PASSWORD: secure: EXGNlWKJsCtbeImEJ5EP9qrxZ+EqUFfNy+CP61nDOMA= @@ -18,7 +17,7 @@ install: before_build: - mkdir build - cd build - - cmake -G "Visual Studio 12 Win64" -DCITRA_USE_BUNDLED_GLFW=1 -DQt5_DIR=%QTDIR%/lib/cmake/Qt5 .. + - cmake -G "Visual Studio 14 Win64" -DCITRA_USE_BUNDLED_GLFW=1 -DCITRA_USE_BUNDLED_QT=1 .. - cd .. after_build: |