Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. [Moved] Qt mobility and qt-component in a release version

[Moved] Qt mobility and qt-component in a release version

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 2 Posters 2.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    ivanovaos
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0
    • K Offline
      K Offline
      kamalakshantv
      wrote on last edited by
      #2

      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.

      1 Reply Last reply
      0
      • I Offline
        I Offline
        ivanovaos
        wrote on last edited by
        #3

        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?

        1 Reply Last reply
        0
        • K Offline
          K Offline
          kamalakshantv
          wrote on last edited by
          #4

          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.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved