Details
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
For Gerrit Dashboard: AUTOSUITE-1162 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
269269,4 | ivigenerator: Add support for custom templates | 5.13 | qt/qtivi | Status: MERGED | +2 | 0 |