I cloned the vlc repository and I'm trying to modify the qt interface.
I stumbled upon this file MainInterface.qml which has a particular line:
import org.videolan.vlc 0.1
I can't help finding this module. I understood it's related to some other qmldir file but I don't understand where it might be.
Qt Creator doesn't show me the design panel because it can't find the module.
So, where do I find this module? Am I supposed to download some package?
(Working on Ubuntu 20.04 LTS)
CodePudding user response:
the module is defined in on the C side, it contains type registration for various models and types used in the QML interface
the module definition is here: