app/main.cpp and app/mainwindow.cpp conflict with files with the same names under 3rdparty/qmarkdowntextedit/ in MSVC build process (they are built to .objs with same names under build/app/release or build/app/debug), so they are renamed
Upgraded qmarkdownedit to the latest commit of branch develop (4f7ac9e), because currently used version has code that uses a C++20 feature and is thus somehow not accepted by MSVC build process
Edited appveyor.yaml, switching to a MSVC build process
app/main.cpp
andapp/mainwindow.cpp
conflict with files with the same names under3rdparty/qmarkdowntextedit/
in MSVC build process (they are built to.obj
s with same names underbuild/app/release
orbuild/app/debug
), so they are renameddevelop
(4f7ac9e
), because currently used version has code that uses a C++20 feature and is thus somehow not accepted by MSVC build processappveyor.yaml
, switching to a MSVC build processappveyor.yaml
, now the CI will make a Win32 installer after build process and upload it to artifacts (demo: https://ci.appveyor.com/project/shunf4/cutemarked-ng/build/artifacts)