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

The generated TARGET in Makefile has the DESTDIR value prepended only when the TEMPLATE is app

    XMLWordPrintable

Details

    Description

      The generated TARGET in Makefile has the DESTDIR value prepended only when the TEMPLATE is app and not for the rest of the templates such as lib.

      E.g

      In Makefile when TEMPLATE = app

      DESTDIR=../bin
      TARGET=../bin/app

      In Makefile when TEMPLATE = lib

      DESTDIR=../lib
      TARGET=lib.so

      Attachments

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

        Activity

          People

            stormols Marius Storm-Olsen
            admin Administrator
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes