Skip to content
  • qmlplugindump with debug extension

    Unsolved QML and Qt Quick qml qmlplugindump
    2
    0 Votes
    2 Posts
    724 Views
    raven-worxR
    @GrahamLa are you using the qmlplugindump executable from the package matching and also you need to recompile qmlpluugindump from source in debug yourself. But why can't you simply build a release version of your plugin?
  • qmlplugindump for QML plugin on iOS platform

    Solved QML and Qt Quick qml qmlplugindump ios qtquick
    4
    0 Votes
    4 Posts
    2k Views
    shavS
    Hi, For now I have a project on desktop and mobile. In my case I need to remove a few classes for iOS. I generated qmltypes for desktop version of my project using qmlplugindump and the edit the file in text editor (removed not needed classes). I know this is bad solution but for me it solved problem. For big projects this solution not useful.