Skip to content

problem with EXTRA_QT_PLUGINS #83

Open
@patrickelectric

Description

@patrickelectric

EXTRA_QT_PLUGINS uses ; as separator, the problem is that cmake breaks it with spaces when using it.
EXTRA_QT_PLUGINS=multimedia;svg turns into EXTRA_QT_PLUGINS=multimedia svg with or without double quotes or single quotes.
moving to : fixes the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions