fix(CI): Windows build FTBFS
This commit is contained in:
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@@ -79,7 +79,7 @@ jobs:
|
|||||||
ren .\exiv2-0.28.7-2022msvc-AMD64 dependencies_bin
|
ren .\exiv2-0.28.7-2022msvc-AMD64 dependencies_bin
|
||||||
echo ::endgroup::
|
echo ::endgroup::
|
||||||
echo ::group::===== zlib =====
|
echo ::group::===== zlib =====
|
||||||
curl -fsSL -o zlib_src.zip https://zlib.net/zlib132.zip
|
curl -fsSL -o zlib_src.zip https://github.com/madler/zlib/releases/download/v1.3.2/zlib132.zip
|
||||||
7z x zlib_src.zip -y -o"dependencies_src"
|
7z x zlib_src.zip -y -o"dependencies_src"
|
||||||
ren .\dependencies_src\zlib-1.3.2 zlib || goto :error
|
ren .\dependencies_src\zlib-1.3.2 zlib || goto :error
|
||||||
cmake ./dependencies_src/zlib -Bbuild_dependencies/zlib -DCMAKE_INSTALL_PREFIX="dependencies_bin" || goto :error
|
cmake ./dependencies_src/zlib -Bbuild_dependencies/zlib -DCMAKE_INSTALL_PREFIX="dependencies_bin" || goto :error
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ SOURCES += \
|
|||||||
app/mainwindow.cpp \
|
app/mainwindow.cpp \
|
||||||
app/graphicsview.cpp \
|
app/graphicsview.cpp \
|
||||||
app/bottombuttongroup.cpp \
|
app/bottombuttongroup.cpp \
|
||||||
|
app/titlebar.cpp \
|
||||||
app/graphicsscene.cpp \
|
app/graphicsscene.cpp \
|
||||||
app/navigatorview.cpp \
|
app/navigatorview.cpp \
|
||||||
app/opacityhelper.cpp \
|
app/opacityhelper.cpp \
|
||||||
@@ -52,6 +53,7 @@ HEADERS += \
|
|||||||
app/mainwindow.h \
|
app/mainwindow.h \
|
||||||
app/graphicsview.h \
|
app/graphicsview.h \
|
||||||
app/bottombuttongroup.h \
|
app/bottombuttongroup.h \
|
||||||
|
app/titlebar.h \
|
||||||
app/graphicsscene.h \
|
app/graphicsscene.h \
|
||||||
app/navigatorview.h \
|
app/navigatorview.h \
|
||||||
app/opacityhelper.h \
|
app/opacityhelper.h \
|
||||||
|
|||||||
Reference in New Issue
Block a user