Skip to content
Snippets Groups Projects
  • Christian Kamm's avatar
    36e8b65d
    QmlJS: Fix running qmldump on plugins that require a specific uri. · 36e8b65d
    Christian Kamm authored
    The builtin QML plugins require to be imported with the full uri, i.e.
    import Qt.labs.particles 1.0
    so setting the import path to imports/Qt/labs and doing
    import particles 1.0
    is not supposed to work. (see QTBUG-11139)
    
    This change adjusts qmldump to take an import path *and* the import uri,
    so it will be able to dump the type information for these plugins.
    
    Reviewed-by: Erik Verbruggen
    36e8b65d
    History
    QmlJS: Fix running qmldump on plugins that require a specific uri.
    Christian Kamm authored
    The builtin QML plugins require to be imported with the full uri, i.e.
    import Qt.labs.particles 1.0
    so setting the import path to imports/Qt/labs and doing
    import particles 1.0
    is not supposed to work. (see QTBUG-11139)
    
    This change adjusts qmldump to take an import path *and* the import uri,
    so it will be able to dump the type information for these plugins.
    
    Reviewed-by: Erik Verbruggen
qmljsmodelmanagerinterface.h 3.14 KiB