08:52:57 selsta: AFAIK you may replace `qt5_add_resources` @ cmake with `qtquick_compiler_add_resources`, it will precompile QML files at build time (instead of runtime) 08:53:26 only requires find_package(Qt5 REQUIRED COMPONENTS QuickCompiler) 08:53:50 https://doc.qt.io/qt-5/qtquick-deployment.html#ahead-of-time-compilation 17:06:03 dsc_: will try, thanks 17:06:27 I used qtquick_compiler_add_resources before but didn't add `find_package(Qt5 REQUIRED COMPONENTS QuickCompiler)` so I didn't see a difference