I’m currently starting to develop my first app for Sailfish OS.
While writing the cmake project file for it, I wanted to set up ahead-of-time compilation for the QML files, but I can’t seem to find a package containing Qt5QuickCompilerConfig.cmake for the build targets. On the desktop that file is part of the qtdeclarative package itself, but that’s obviously not the case for the Sailfish build targets…
I’ve tried a few of the RPMs with promising names at random, but none of them contained the cmake script for the Qt5QuickCompiler.
The question now is, if Ahead of Time compilation for QML files is supported for Sailfish apps, and if yes, which RPM needs to be installed into the build target for working cmake integration?
Thanks in advance,
Andreas