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

ProjectPart macros as a semantic structure

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P2: Important
    • None
    • Qt Creator 4.3.0-beta1
    • C/C++/Obj-C++ Support

    Description

      Now:

      [FOO=bar] -> "#define FOO bar" -> "-DFOO=bar"

      Maybe it would be more effective:

      [FOO=bar] -> "-DFOO=bar"

      So we don't need our own parser.

      I would recommend to add an extra variable to ProjectPart which hold the define as a vector of records which describe a define. So it would much easier to compare them.

      Attachments

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

        Activity

          People

            bubke Marco Bubke
            bubke Marco Bubke
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes