Hi Jason, This is a list for developers of KDE apps. You are not likely to get answers specific to Apple OS X here. Try googling and see what public lists you may find - maybe even an answer to your question... There are several lists that handle OS X topics.
Also you might try a Qt list or forum. Finally, you could perhaps try a list like KDE Software on Mac OS X <kde-...@kde.org>. There's a guy there who might know the answer. Or one of the Apple FOSS providers' lists, such as Macports Users <macports-us...@lists.macosforge.org>, but those sorta assume you are installing your app using MacPorts, Fink, Homebrew or whatever, whereas you are talking about a standalone app bundle AFAICS. The guys on the providers' lists would certainly know the OS X and FOSS stuff you may need, but I have not yet seen a QML app on OS X, other than Qt examples. That might be a whole new ball-game too. The providers' and kde-mac lists would require you to subscribe before posting. Cheers, Ian W. On 02/12/2015, at 10:01 AM, Jason H wrote: > So after looking into this some more, and getting it built with a modern > OpenSSL, I don't have any features or ciphers. > The plugins built, but I don't think they are being loaded. What are the > tricks with using this on OSX? > >> Sent: Tuesday, December 01, 2015 at 1:55 PM >> From: "Jason H" <jh...@gmx.com> >> To: kde-devel@kde.org >> Subject: Beginning with QCA on OSX/iOS/Android >> >> I've used QCA many years ago on Win32/Linux, without too much trouble. Now >> the world has frozen over and I'm on a OSX box. >> >> I'm having a lot of pain because I'm not familiar with the platform, and >> Apple is mean. I've got a few specific issues, but before I list them, I >> want to briefly explain what I'm doing. >> I want to package a Qt QML application on OSX, iOS, and Android which uses >> QCA, specifically the AES ciphers. >> >> 0. I successfully compiled QCA and used QCA::supportedFeatures() and >> supportedCiphers() on OSX, but had to disable ossl. >> 1. How do I provide (compile/distribute) QCA for each platform? >> 2. What .pro options do I need to set this up properly? >> 3. The ossl is being blocked because Apple has deprecated the OSSL >> functions, meaning the AES functions I want are not available. How do I >> overcome this? >> (plugins/qca-ossl/qca-ossl.cpp:7273:37: warning: 'EVP_cast5_ecb' is >> deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]) >> >> >> Many, many thanks in advance! >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<