How can we make a UIKit library with QML?
-
Hi:
I want to make a shared UIKit library includes a lots qml file as a library(embed all qml file into QRC), then another project juse need link it. how can we do that?
I tried qt_add_qml_module function, but in another project , the import statement is work, but we I use custom component, the runtime error will be$<ComponentName> is not a type.