plugins with windows
-
hello good day, a question, you know the steps to make a qml complements plugin but with windows, I have seen how they do it but with linux, they add them to a .qmldir, in windows I don't understand much, I would appreciate it if you could help me , Thank you.
-
hello good day, a question, you know the steps to make a qml complements plugin but with windows, I have seen how they do it but with linux, they add them to a .qmldir, in windows I don't understand much, I would appreciate it if you could help me , Thank you.
@Pueablo said in plugins with windows:
the steps to make a qml complements plugin but with windows, I have seen how they do it but with linux, they add them to a .qmldir, in windows I don't understand much
The mechanism is the same on Linux and Windows.
See https://www.qt.io/blog/introduction-to-the-qml-cmake-api for the latest tools.
-
Hello, first I want to thank you for your answer, and secondly, how can I open a plugin that contains a .qmldir file?
@Pueablo said in plugins with windows:
Hello, first I want to thank you for your answer, and secondly, how can I open a plugin that contains a .qmldir file?
You're welcome, but I'm afraid I don't understand your question. Do you want to:
- Open and read the plugin's source code?, or
- Use the plugin in your own project?
The qmldir file is only a small text file that contains information about the plugin.