On Mon, Sep 11, 2017 at 4:59 PM, Harald Sitter <sit...@kde.org> wrote: > Another option I can think of is "installing" to the build directory > during cmake stage (i.e. construct a qml import path in > $CMAKE_BINARY_DIR). That's only more complicated and altogether meh > though, compared to simply adjusting the source tree. It also makes > the cmake stage take longer :'<
uuh, I actually like it, I'll give it a try.. as i think just adjusting the source tree wouldn't be enough, as the qml plugin is comprised by qml files *and* a c++ plugin, which needs to be installed together the source qml files? so this way would put everything togetether -- Marco Martin