Frank Osterfeld
Frank Osterfeld
Hmm, Qt5LinguistToolsConfig should be provided by either your Qt installation or CMake, I think. (not quite sure right now) Which distribution is this, with which Qt and cmake versions? Might...
As long as there's no strong reason to drop Qt 4 support, I will keep it. One could create a local version of the macro that also works for Qt...
Hmm, gettext is not a dependency I'd want for the other platforms qtkeychain can be used on, i.e. Windows, macOS, Android/iOS.
This seems fixed with the referenced commits?
oh, eh, oups. :/
Which package is this from, in your distro? One would have to add a config check i guess, and maybe still have a version inside the repo as fallback (it...
Which distribution are you on? Do you happen to know if libsecret is available/working, or if it is falling back to the gnome keyring backend?
Under Ubuntu 21.10/gnome 40.4.0/wayland, I've tried an application built elsewhere and packaged as AppImage, using qtkeychain 0.13.2, and storing and reading the password works (seahorse also shows it). This is...
I now tried with Qt 6.2.4 (I don't think the Qt version matters), after installing the minimum requirements (Qt from the online installer, cmake, g++, libsecret-dev...), built the testclient with...
@PeterPetrik I'd say fix up this PR. I hope i get to a new release when back from vacation.