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

      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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes