diff --git a/src/plugins/qmlprojectmanager/qmlprojectexporter/cmakewriter.cpp b/src/plugins/qmlprojectmanager/qmlprojectexporter/cmakewriter.cpp
index 050097f6514..c0dc80a0b6b 100644
--- a/src/plugins/qmlprojectmanager/qmlprojectexporter/cmakewriter.cpp
+++ b/src/plugins/qmlprojectmanager/qmlprojectexporter/cmakewriter.cpp
@@ -50,7 +50,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);