[Solved] Mockup for C++ module
QML and Qt Quick
2
Posts
1
Posters
2.5k
Views
1
Watching
-
I've created a module in C++.
Now I want to give the QML files to the designers who do not have access to the C++ modules.
How can I create a mockup so that
@import MyModule 1.0@
works?
Now I'm getting the error:
@
file:///E:/MyComponent.qml:3:1: module "MyModule" is not installed
import MyModule 1.0
^
@ -