aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build_windows.yml
Commit message (Expand)AuthorAgeFilesLines
* Yes it's a good idea to rename the library binary in a patch version (#2759)•••* Yes it's a good idea to rename the library binary in a patch version.</sarcasm> https://github.com/madler/zlib/issues/1181 * Fix nsis installGravatar ctrlaltca2026-05-081-2/+2
* Add a spellchecker backend based on windows >=8 integrated spellchecker (#2743)•••* Add a spellchecker backend based on windows >=8 integrated spellchecker * CI: remove enchant from windows builds * Assume Qt5 is Windows 7, Qt6 is Windows >= 10 * Qt5 build is picking up a foreign libenchant from the build system, disable itGravatar ctrlaltca2025-12-221-54/+1
* Windows builds: add libffi, too (#2742)Gravatar ctrlaltca2025-12-181-0/+1
* Winedows build: add libgobject, needed by libenchant (#2741)Gravatar ctrlaltca2025-12-181-0/+1
* Fix windows build - mingw-w64-x86_64-enchant-2.8.14-1 renamed the dll to libe...Gravatar ctrlaltca2025-12-121-1/+1
* CI: update to Qt 6.10, fix missing NSIS in Windows-2025 CI image (#2716)•••* CI: update to Qt 6.10, fix missing NSIS in Windows-2025 CI imageGravatar ctrlaltca2025-10-111-3/+7
* KviControlCodes: fix compilation with Qt >= 6.9 (#2705)•••* KviControlCodes: Qt >= 6.9's QChar removed implicit casts from ctors, add explicit cast to accommodate * Update github action jobsGravatar ctrlaltca2025-06-161-1/+1
* Fix github action (#2697)•••* Fix github action * While we're at it, also update other actions and qt versionGravatar ctrlaltca2025-03-051-4/+4
* windows ci: add gettext[tools] to get msgfmt (#2680)Gravatar ctrlaltca2024-10-011-1/+1
* Switching the mac CI to qt6 (#2612)•••* try switching the mac CI to qt6; remove the cmake hardcoded deploy, use macdeployqt instead * mac: Try to mode kvilib and modules to Contents/Frameworks for macdeployqt to pick them up * Add Mattoje's patch * Just disable python by nowGravatar ctrlaltca2024-03-081-1/+1
* Switch windows CI builds to Github Actions and Qt6 (#2606)•••* Make build compatible with ninja generator * Remove usage of Qt Windows Extras under qt6 * Avoid compilation noise on UNICODE redefinition * Remove "KviHeapObject::operator new" signature for debug builds, add placement new operator * Fix implicit cast of 0 to QFlags * Fix Avoid ambiguous overload in concatenating strings * KviIpcSentinel::winEvent - Adapt to changed method signature in qt6 * Remove windows 95/98/me support :) * appveyor: try switching qt version * Try creating a github action for windows build * Remove appveyor config; move windows-only patches into dist/windows/patchesGravatar ctrlaltca2024-02-241-0/+185