Kai Pastor
Kai Pastor
I'm about to bring it in mergeable state. It fixes #119 which really deserves somes priority.
`qt6-location` is still in `experimental` in Debian: https://packages.debian.org/search?searchon=names&keywords=qt6-location But IMO the Location requirement can be relaxed to Positioning: https://github.com/myzinsky/cloudLogOffline/pull/93. Then you would only need `qt6-positioning-dev` which is available: https://packages.debian.org/search?searchon=names&keywords=qt6-positioning
> Ok yeah, that solved the dependency issue, however the initial QPermissions error is still there. This is Qt6 stuff... > Now with additional `fatal error: QtGui/qpa/qplatformwindow.h: No such file...
Total state of requirements since 1.1.5: - The user interface (QML) needs at least Qt 6. Qt5 support would need re-adding major.minor versions numbers to the `import` statements. Polyfilling would...
> * The user interface (QML) needs at least Qt 6. Qt5 support would need re-adding major.minor versions numbers to the `import` statements. Polyfilling would be a significant effort. Continuous...
Changes for Qt5 - and tentative binary packages with Qt5 for Linux: https://github.com/myzinsky/cloudLogOffline/pull/110
> * `QPermission` (C++) needs at least Qt 6.5. Polyfilling would be feasible. Runtime testing optional. And for desktop, it needs at least Qt 6.6.
It would be clear to verify the copyright. The README reads like GPL-2.0-only, but the source files indicate GPL-2.0-or-later.
The debug tool seems to have a slightly different filename. That's why the default behavior of `vcpkg_cmake_config_fixup` isn't sufficient. (It maps everything to `/tools/` but it doesn't adjust filenames.) Whether...
I still think this port needs better restructuring, for canonical fixup. Not another variant of debug tool installation pattern unless applying for the [vcpkg tool installation layout hall of shame](https://github.com/microsoft/vcpkg/issues/17607)....