https://bugs.kde.org/show_bug.cgi?id=402422
Jos van den Oever <j...@vandenoever.info> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |wishlist --- Comment #1 from Jos van den Oever <j...@vandenoever.info> --- Good idea. You can compile them into the binary by generating them like so: for f in *.qml; do qmlcachegen $f; done and then adding them to the *.qrc file. I do not know if the files will be picked up like that. http://doc.qt.io/qt-5/qtquick-deployment.html has more information for how to do this with QMake and CMake. On my machine compiling the qmlc files takes about 10ms per file. -- You are receiving this mail because: You are watching all bug changes.