make a separate QML module called "Main_Module.qml" insidethe subdirectory. You don't have to move your QML files. You only haveto add another CMakeLists.txt file with another qt_add_qml_module nextto them. Then, at least their implicit import will be the same as themodule. ...