summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code/doc_src_emb-install.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/snippets/code/doc_src_emb-install.qdoc')
-rw-r--r--doc/src/snippets/code/doc_src_emb-install.qdoc8
1 files changed, 4 insertions, 4 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]