QGPGME Development on MacOS
-
I've completed a couple of Qt projects now, and I'm trying to port one of them to MacOS. My current problem is that I don't seem to be able to locate the QGPGME development files for this platform. Should they have come with the Qt 5.15.2 installation, or should I get them from somewhere else?
-
I've completed a couple of Qt projects now, and I'm trying to port one of them to MacOS. My current problem is that I don't seem to be able to locate the QGPGME development files for this platform. Should they have come with the Qt 5.15.2 installation, or should I get them from somewhere else?
@rjmx To my knowledge it is not part of Qt. You will have to build it by yourself for MacOS, see https://github.com/gpg/gpgme/blob/master/INSTALL
-
@rjmx To my knowledge it is not part of Qt. You will have to build it by yourself for MacOS, see https://github.com/gpg/gpgme/blob/master/INSTALL
-
@rjmx Well, I got it working, but that was one hell of an adventure. One of those times when every time I got part of it to compile, something else decided that it needed another component. Early in the piece, I discovered that it needed "qtchooser", and I had a lot of trouble finding that one. Lucky I've had lots of experience with the GNU autotools.