From ab5faee8b2e0ffa3ed22dc2d90ede54d2eb664ef Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Fri, 25 Oct 2024 15:03:04 +0200 Subject: [PATCH] QmlProject: Add link to warning Change-Id: I57586c91701bb591702134740e1dda263f71644c Reviewed-by: Thomas Hartmann Reviewed-by: Pranta Ghosh Dastider --- .../qmlprojectmanager/qmlprojectexporter/cmakewriter.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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);