Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-12884

In Qt for Symbian, "make installer_sis" and "make deploy" don't work correctly for projects that have path in TARGET

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 4.7.0
    • 4.7.0
    • None
    • None
    • 434ce6748ea7f082357b6d7ab542c9fa2285bd4c

      "make installer_sis" will always recreate sis file for projects that have path in TARGET (e.g. TARGET = ../foobar), because the sis will actually be always created in the same directory as .pro, so dependency $$(TARGET) is always missing. Since typically you want to have properly signed sis to use with installer_sis target, it is very undesirable to have it get overwritten.

      "make deploy" doesn't work either because of the same root cause, as it attempts to install sis from incorrect directory.

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

            e0348803 Miikka Heikkinen
            e0348803 Miikka Heikkinen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes