Skip to content

Collision with QRC resource files #442

@itay-grudev

Description

@itay-grudev

Because QRC Resource files are compiled into object files with the same name as the resource file, an application with a resource file called any of these:

  • fonts.qrc
  • core_icons.qrc
  • components.qrc
  • controls.qrc
  • core.qrc
  • extras.qrc
  • listitems.qrc
  • material.qrc
  • popups.qrc
  • styles.qrc
  • window.qrc

would essentially be overriding the qml-material resources. As the names are pretty standard it is a problem. As qml-material strives to be a library that can be used for other purposes then Papyros it might be useful if you rename all of your resource files to contain a qml_material prefix in the filename. This change wouldn't break anything (except for your nifty scripts, which could be easily updated).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions