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

Support custom targets on the Mac

    XMLWordPrintable

Details

    • macOS

    Description

      All the custom targets that are defined in a .pro file
      EXAMPLES:-------------------------------------------

      1. mesages target
        QMAKE_EXTRA_TARGETS = messages
        messages.depends = MessageData.h

      QMAKE_EXTRA_TARGETS += Messages.h
      Messages.h.depends = Messages.mc
      Messages.h.commands = msgc -c Messages.mc

      QMAKE_EXTRA_TARGETS += vutils
      vutils.commands = time ${MAKE} -C $(VLibDir)/VUtils/src all;\

      END EXAMPLES:--------------------------------------

      work great on unix systems, but on the Mac are not read into the xcode generated project.

      Attachments

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

        Activity

          People

            stormols Marius Storm-Olsen
            sanonymous Nokia Qt Support (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes