September 4, 2011

ivanovaos ivanovaos
Lab Rat
7 posts

[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

September 4, 2011

QtK QtK
Lab Rat
1140 posts

To run it on the device you will need a device with both these components installed. The best option is to use smart installer with your app. It will automatically get the required Qt libraries.

September 4, 2011

ivanovaos ivanovaos
Lab Rat
7 posts

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 –

  1. symbian {
  2.         TARGET.UID3 = 0xE4AE8F57
  3.         DEPLOYMENT.installer_header=0xA000D7CE
  4.         CONFIG += mobility qt-components
  5.  
  6.         # Allow network access on Symbian
  7.         TARGET.CAPABILITY += NetworkServices
  8. }

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?

September 4, 2011

QtK QtK
Lab Rat
1140 posts

you meant sis file right. Also have you embedded the smart installer in your sis. Or else you can try installing the Qt libraries separately or directly embed Qt sis file into your package.

But for final deployment smart installer should be used.

 
  ‹‹ [SOLVED] Problem on E7-00 with device update      PySide installation on opensuse 11.4 ››

You must log in to post a reply. Not a member yet? Register here!