summaryrefslogtreecommitdiff
path: root/doc/src/snippets/code/doc_src_installation.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/snippets/code/doc_src_installation.qdoc')
-rw-r--r--doc/src/snippets/code/doc_src_installation.qdoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/snippets/code/doc_src_installation.qdoc b/doc/src/snippets/code/doc_src_installation.qdoc
index 033fcb44..285abeee 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]