How can i add SSL support to Nokia Qt SDK 1.0 RC . Any referance how to add some other components that are missing in Nokia Qt SDK will be great help.
Thanks in advance.
How can i add SSL support to Nokia Qt SDK 1.0 RC . Any referance how to add some other components that are missing in Nokia Qt SDK will be great help.
Thanks in advance.
Not sure about Qt SDK. If you want to install OpenSSL for Desktop QT then http://www.slproweb.com/products/Win32OpenSSL.html is your friend.
I have installed Nokia QT SDK at C:\NokiaQtSDK. \Symbian\sis\qt_demos.sis contains SSL components.
You may also want to take a look at http://doc.qt.nokia.com/4.6/ssl.html
i am not able to comple My code which uses SSL. are you also refering to RC ?I have installed Nokia QT SDK at C:\NokiaQtSDK. \Symbian\sis\qt_demos.sis contains SSL components.
looks like i have to use this only.You may also want to take a look at http://doc.qt.nokia.com/4.6/ssl.html
SSL is already there on Symbian -- you don't need to add anything.
ok thanks got it working ...