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 <<