Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-6463

Harmattan deployment issue with static libraries

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • Qt Creator 2.3.1
    • Remote Linux
    • None
    • Qt Creator 2.3.1
      Based on Qt 4.7.4 (64 bit)
      Built on Sep 21 2011 at 11:02:40
      From revision f184ced2e1

      On Kubuntu 11.04 amd64

    Description

      It seems that packaging for Harmattan is still a bit rough around edges.

      If I have a subproject with a static lib, the libxxx.a ends up inside the deb file if I agree to Creators suggestion that there is missing info for harmattan deployment. Everytime I open the project, it proposes to add Meego deployment info to library project
      .pro file.

      If I agree, Creator ads these lines to static library subproject's .pro file:

      contains(MEEGO_EDITION,harmattan) {
      target.path = /opt/myapp/lib
      INSTALLS += target
      }

      I suppose the fix would be detecting
      TEMPLATE = lib
      CONFIG = static

      combination so that static libs would not be deployed.

      Regards,

      Harri

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kandeler Christian Kandeler
            grego Harri Pasanen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes