How to hide qml source in Qt Quick 2 Extension Plugin?
Solved
QML and Qt Quick
-
Hello,
I read the below link:
https://forum.qt.io/topic/30955/hide-qml-source-files-for-deploymentI know how to compile qml source with qrc but my problem is Qt Quick 2 Extension Plugin, it needs "qmldir" which force me to put my qml source code aside the library which is created by Qt Quick 2 Extension Plugin.
How to make qml sources hidden in this case?
Best,
Alien -