summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-02-15 12:31:56 +0100
committerKai Köhne <kai.koehne@qt.io>2023-02-20 17:32:53 +0100
commit01f85e0be80d7d7a8d8e5bd24427ac741207fefd (patch)
tree910e069483b7be191dc34b7d39865ed213ff22bf /doc/src/snippets
parent971c6b8f6551a3c3b3e04c94903df027e3a22f57 (diff)
Doc: Fix name of qt-everywhere package
We don't have dedicated opensource and commercial packages anymore since years. Pick-to: 6.4 6.5 Change-Id: I6cb19493249e7d0362a3fcb2ca30b052e874c7db Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'doc/src/snippets')
-rw-r--r--doc/src/snippets/code/doc_src_emb-install.qdoc8
-rw-r--r--doc/src/snippets/code/doc_src_installation.qdoc12
2 files changed, 10 insertions, 10 deletions
diff --git a/doc/src/snippets/code/doc_src_emb-install.qdoc b/doc/src/snippets/code/doc_src_emb-install.qdoc
index 86f53d0cc..3c211a70b 100644
--- a/doc/src/snippets/code/doc_src_emb-install.qdoc
+++ b/doc/src/snippets/code/doc_src_emb-install.qdoc
@@ -3,13 +3,13 @@
//! [0]
cd <anywhere>
-gunzip qt-everywhere-opensource-src-%VERSION%.tar.gz
-tar xf qt-everywhere-opensource-src-%VERSION%.tar
+gunzip qt-everywhere-src-%VERSION%.tar.gz
+tar xf qt-everywhere-src-%VERSION%.tar
//! [0]
//! [1]
-~/qt-everywhere-opensource-src-%VERSION%
+~/qt-everywhere-src-%VERSION%
//! [1]
@@ -18,7 +18,7 @@ tar xf qt-everywhere-opensource-src-%VERSION%.tar
//! [embedded help]
//! [2]
-cd ~/qt-everywhere-opensource-src-%VERSION%
+cd ~/qt-everywhere-src-%VERSION%
./configure -embedded [architecture]
//! [2]
diff --git a/doc/src/snippets/code/doc_src_installation.qdoc b/doc/src/snippets/code/doc_src_installation.qdoc
index 033fcb44a..285abeee9 100644
--- a/doc/src/snippets/code/doc_src_installation.qdoc
+++ b/doc/src/snippets/code/doc_src_installation.qdoc
@@ -3,13 +3,13 @@
//! [0]
cd /tmp
-gunzip qt-everywhere-opensource-src-%VERSION%.tar.gz # uncompress the archive
-tar xvf qt-everywhere-opensource-src-%VERSION%.tar # unpack it
+gunzip qt-everywhere-src-%VERSION%.tar.gz # uncompress the archive
+tar xvf qt-everywhere-src-%VERSION%.tar # unpack it
//! [0]
//! [1]
-cd /tmp/qt-everywhere-opensource-src-%VERSION%
+cd /tmp/qt-everywhere-src-%VERSION%
./configure
//! [1]
@@ -42,13 +42,13 @@ setenv PATH /usr/local/Qt-%VERSION%/bin:$PATH
//! [11]
cd /tmp
-gunzip qt-everywhere-opensource-src-%VERSION%.tar.gz # uncompress the archive
-tar xvf qt-everywhere-opensource-src-%VERSION%.tar # unpack it
+gunzip qt-everywhere-src-%VERSION%.tar.gz # uncompress the archive
+tar xvf qt-everywhere-src-%VERSION%.tar # unpack it
//! [11]
//! [12]
-cd /tmp/qt-everywhere-opensource-src-%VERSION%
+cd /tmp/qt-everywhere-src-%VERSION%
./configure
//! [12]