I have decided to migrate my application from Qt4 to Qt5. With Qt4 I used QCA with QCA-OSSL without any problem, but now OSSL plugin doesnt want to load.
I have compiled QCA from git://anongit.kde.org/qca.git under Qt5 with all plugins without any problem. Than I added QCA to my application (I am using CMAKE), it compiled properly, but during run it won't allow AES cipher, because OSSL plugin was not loaded.
I've searched through forums, put libqca-ossl.so into crypto directory, and copied this dir to my /usr/lib/qt/plugins also to my project and build directory but it did not help.
I will be thanful for any help or suggestion.