[Moved] Qt mobility and qt-component in a release version
Can somebody please tell me how to include extra libs into release of app?
I need to deliver the application to an end-user with qt-mobility and qt-component in this app (in the case when an end-user doesn’t have it on the device as already installed soft).
I am supposing I need something to add into .pro file, but what exactly should I add to it?
Thank you for your help
3 replies
Thank you for your answer! I’ve never heard before about smart installer.
But now there is another problem with self-signed app. It seems ok –
- symbian {
- TARGET.UID3 = 0xE4AE8F57
- DEPLOYMENT.installer_header=0xA000D7CE
- CONFIG += mobility qt-components
- # Allow network access on Symbian
- TARGET.CAPABILITY += NetworkServices
- }
but when I am trying to install .sys file to my test phone, installer says that there are missing libs and doesn’t offer to download it. What is wrong with it? Does self-signed apps have restriction while using smart installer?
You must log in to post a reply. Not a member yet? Register here!


