summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml12
1 files changed, 1 insertions, 11 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7886b905b..f2b656729 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -25,17 +25,7 @@ before_build:
25 - cd .. 25 - cd ..
26 26
27after_build: 27after_build:
28 # copy the qt dlls 28 # copying the needed QT Dlls is now done post build. See the CMakeLists.txt file in the citra-qt folder
29 - copy C:\Qt\5.4\msvc2013_64_opengl\bin\icudt53.dll build\bin\release
30 - copy C:\Qt\5.4\msvc2013_64_opengl\bin\icuin53.dll build\bin\release
31 - copy C:\Qt\5.4\msvc2013_64_opengl\bin\icuuc53.dll build\bin\release
32 - copy C:\Qt\5.4\msvc2013_64_opengl\bin\Qt5Core.dll build\bin\release
33 - copy C:\Qt\5.4\msvc2013_64_opengl\bin\Qt5Gui.dll build\bin\release
34 - copy C:\Qt\5.4\msvc2013_64_opengl\bin\Qt5OpenGL.dll build\bin\release
35 - copy C:\Qt\5.4\msvc2013_64_opengl\bin\Qt5Widgets.dll build\bin\release
36 - mkdir build\bin\release\platforms\
37 - copy C:\Qt\5.4\msvc2013_64_opengl\plugins\platforms\qwindows.dll build\bin\release\platforms
38
39 - ps: > 29 - ps: >
40 if (!"$env:APPVEYOR_PULL_REQUEST_TITLE" -and ("$env:APPVEYOR_REPO_BRANCH" -eq "master")) 30 if (!"$env:APPVEYOR_PULL_REQUEST_TITLE" -and ("$env:APPVEYOR_REPO_BRANCH" -eq "master"))
41 { 31 {