From 44c6d1627b1236287c0850880423729f125e112d Mon Sep 17 00:00:00 2001 From: zhupengfei Date: Fri, 30 Aug 2019 21:59:18 +0800 Subject: [PATCH] mingw static builds are broken. removed; attempting to fix msvc --- CMakeModules/CopyQt5Deps.cmake | 4 ++-- appveyor.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeModules/CopyQt5Deps.cmake b/CMakeModules/CopyQt5Deps.cmake index 5ae1cfe..b7ffca0 100644 --- a/CMakeModules/CopyQt5Deps.cmake +++ b/CMakeModules/CopyQt5Deps.cmake @@ -16,8 +16,8 @@ function(copy_Qt5_deps target_dir) Qt5Gui$<$:d>.* Qt5Widgets$<$:d>.* ) - windows_copy_files(citra-qt ${Qt5_PLATFORMS_DIR} ${PLATFORMS} qwindows$<$:d>.*) - windows_copy_files(citra-qt ${Qt5_STYLES_DIR} ${STYLES} qwindowsvistastyle$<$:d>.*) + windows_copy_files(threeSD ${Qt5_PLATFORMS_DIR} ${PLATFORMS} qwindows$<$:d>.*) + windows_copy_files(threeSD ${Qt5_STYLES_DIR} ${STYLES} qwindowsvistastyle$<$:d>.*) # windows_copy_files(${target_dir} ${Qt5_IMAGEFORMATS_DIR} ${IMAGEFORMATS} # qgif$<$:d>.dll # qicns$<$:d>.dll diff --git a/appveyor.yml b/appveyor.yml index 4955faf..110e7ad 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ environment: # Tell msys2 to inherit the current directory when starting the shell CHERE_INVOKING: 1 matrix: - - BUILD_TYPE: mingw + # - BUILD_TYPE: mingw - BUILD_TYPE: msvc platform: