QmlProject: Add link to warning

Change-Id: I57586c91701bb591702134740e1dda263f71644c
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Pranta Ghosh Dastider <pranta.dastider@qt.io>
(cherry picked from commit ab5faee8b2)
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Thomas Hartmann
2024-10-25 15:03:04 +02:00
parent dc83b30513
commit b156abad0d

View File

@@ -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.<br>"
"<a href=\"https://doc.qt.io/qtdesignstudio/studio-designer-developer-workflow.html\">See "
"the documentation for details.</a>",
buildSystem->projectFilePath());
return std::make_unique<CMakeWriterV0>(parent);