mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
mingw static builds are broken. removed; attempting to fix msvc
This commit is contained in:
@@ -16,8 +16,8 @@ function(copy_Qt5_deps target_dir)
|
|||||||
Qt5Gui$<$<CONFIG:Debug>:d>.*
|
Qt5Gui$<$<CONFIG:Debug>:d>.*
|
||||||
Qt5Widgets$<$<CONFIG:Debug>:d>.*
|
Qt5Widgets$<$<CONFIG:Debug>:d>.*
|
||||||
)
|
)
|
||||||
windows_copy_files(citra-qt ${Qt5_PLATFORMS_DIR} ${PLATFORMS} qwindows$<$<CONFIG:Debug>:d>.*)
|
windows_copy_files(threeSD ${Qt5_PLATFORMS_DIR} ${PLATFORMS} qwindows$<$<CONFIG:Debug>:d>.*)
|
||||||
windows_copy_files(citra-qt ${Qt5_STYLES_DIR} ${STYLES} qwindowsvistastyle$<$<CONFIG:Debug>:d>.*)
|
windows_copy_files(threeSD ${Qt5_STYLES_DIR} ${STYLES} qwindowsvistastyle$<$<CONFIG:Debug>:d>.*)
|
||||||
# windows_copy_files(${target_dir} ${Qt5_IMAGEFORMATS_DIR} ${IMAGEFORMATS}
|
# windows_copy_files(${target_dir} ${Qt5_IMAGEFORMATS_DIR} ${IMAGEFORMATS}
|
||||||
# qgif$<$<CONFIG:Debug>:d>.dll
|
# qgif$<$<CONFIG:Debug>:d>.dll
|
||||||
# qicns$<$<CONFIG:Debug>:d>.dll
|
# qicns$<$<CONFIG:Debug>:d>.dll
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@ environment:
|
|||||||
# Tell msys2 to inherit the current directory when starting the shell
|
# Tell msys2 to inherit the current directory when starting the shell
|
||||||
CHERE_INVOKING: 1
|
CHERE_INVOKING: 1
|
||||||
matrix:
|
matrix:
|
||||||
- BUILD_TYPE: mingw
|
# - BUILD_TYPE: mingw
|
||||||
- BUILD_TYPE: msvc
|
- BUILD_TYPE: msvc
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
|
|||||||
Reference in New Issue
Block a user