{{#include ../../../examples/qml_extension_plugin/core/CMakeLists.txt:book_cmake_generation}} ``` ## Qt C++ changes To load the plugin at runtime add the directory containing the plugin to the QML import path. ```cpp,ignore {{#include ../../../examples/qml_extension_plugin/main...