Uploaded image for project: 'Qt Automotive Suite'
  1. Qt Automotive Suite
  2. AUTOSUITE-1162

It is impossible to pass custom template folder to ivigenerator using QFACE_FORMAT

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.13.1
    • 5.13.0
    • Qt IVI
    • None
    • All
    • 434fa38eb6f7e3562bdce5290370933175efb225 (qt/qtivi/5.13) 80c6fe9e03bbe6e318ad6e62fae7c5c9843ab0c6 (qt/qtinterfaceframework/dev)

    Description

      Following code in Qt IVI prevents to pass custom directory with templates to ivigenerator using QFACE_FORMAT variable in QMake file:

      mkspecs/features/ivigenerator.prf line 98

      # Add all templates of the generator format as dependency
      QFACE_TEMPLATE_PWD = $$IVI_GENERATOR_PATH/templates_$${QFACE_FORMAT}
      exists($$QFACE_TEMPLATE_PWD) {
          qface_sources.depends += $$files($${QFACE_TEMPLATE_PWD}/*)
      } else {
          error("Invalid QFACE_FORMAT: Couldn't find the template folder: $$QFACE_TEMPLATE_PWD")
      }
      

      Attachments

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

        Activity

          People

            gagi Dominik Holland
            dawid Dawid Kubiszewski
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes