diff --git a/src/plugins/qmlprojectmanager/qmlprojectexporter/cmakewriter.cpp b/src/plugins/qmlprojectmanager/qmlprojectexporter/cmakewriter.cpp index d34580e6974..80219d7370f 100644 --- a/src/plugins/qmlprojectmanager/qmlprojectexporter/cmakewriter.cpp +++ b/src/plugins/qmlprojectmanager/qmlprojectexporter/cmakewriter.cpp @@ -43,7 +43,9 @@ CMakeWriter::Ptr CMakeWriter::create(CMakeGenerator *parent) "The project was created with a Qt Design Studio version earlier than Qt Design Studio " "4.5. Due to limitations of the project structure in earlier Qt Design Studio versions, " "the resulting application might not display all the assets. Referring to " - "assets between different QML modules does not work in the compiled application.", + "assets between different QML modules does not work in the compiled application.
" + "See " + "the documentation for details.", buildSystem->projectFilePath()); return std::make_unique(parent);