wasm: update install documentation for Qt 6

Link to both Qt 5 and Qt 6 documentation.

Task-number: QTBUG-100055
Change-Id: Id77ba24d3b9d2e93a2b87b291130e1a0e2a6bb21
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Morten Johan Sørvig
2022-01-19 14:20:54 +01:00
parent 09daa5ddfd
commit 4d9245b001

View File

@@ -76,8 +76,12 @@ WebAssemblyOptionsWidget::WebAssemblyOptionsWidget()
tr("Select the root directory of an "
"<a href=\"https://emscripten.org/docs/getting_started/downloads.html\">"
"installed Emscripten SDK</a>. Ensure that the activated SDK version is "
"<a href=\"https://doc.qt.io/qt-5/wasm.html#install-emscripten\">"
"compatible</a> with the Qt version that you plan to develop against."));
"compatible with the "
"<a href=\"https://doc.qt.io/qt-5/wasm.html#install-emscripten\">Qt 5</a> "
"or "
"<a href=\"https://doc.qt.io/qt-6/wasm.html#install-emscripten\">Qt 6</a> "
"version that you plan to develop against."));
instruction->setOpenExternalLinks(true);
instruction->setWordWrap(true);
layout->addWidget(instruction);