I need to use some cryptographic algorithms in my Qt project for symbian. But I could not compile QCA for my symbian environment.
How can I link my libcrypto.lib, which is the openssl static library for symbian for my QT application? I cannot find places to configure my QT application to receive this library.
Can I compile QCA for symbian? If so, how?
Hello
You can link to libcrypto.lib this way in your .pro file:
symbian: { LIBS += -llibcrypto }
QCA, Symbian. , , , , ( ).
, , QCryptographicHash, MD4, MD5 SHA1.
openssl, laalto libcrypto.lib
Source: https://habr.com/ru/post/1720040/More articles:Context menus and NavigateTo in Blend / SketchFlow - xamlJava unicode question - javaHow to filter by the number of associations? - sqlSpringJUnit4ClassRunner initializes beans for each test? - javaSQLite: объединить SELECT и DELETE в одном выражении - sqlHow to programmatically check if ASP.NET is allowed in IIS6 Web Services Extensions? - iis-6PHP session not working with jQuery Ajax? - jqueryAnt - Java Command - IllegalAccessException - antMaking an Ajax call and returning a boolean in an ASP.NET MVC application - javascriptHow to recover text from incorrect encoding? - encodingAll Articles