summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-11-10 12:51:07 +0100
committerKai Koehne <kai.koehne@qt.io>2020-11-11 08:06:37 +0100
commit68f750075c341d89ac11d53769891e314ae5fd1e (patch)
treeaef126e3f383070c8ef5257f25c36b1656a74c9d /doc/src/snippets
parente4545378af62f95b4c728ba16c02d74d0539a4f8 (diff)
Remove unused snippets from doc_src_installation.qdoc
Change-Id: I4b0e1ed4c5233dcb4d4a5b779709e1025fc022e9 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'doc/src/snippets')
-rw-r--r--doc/src/snippets/code/doc_src_installation.qdoc139
1 files changed, 0 insertions, 139 deletions
diff --git a/doc/src/snippets/code/doc_src_installation.qdoc b/doc/src/snippets/code/doc_src_installation.qdoc
index 434727b33..0fbf90157 100644
--- a/doc/src/snippets/code/doc_src_installation.qdoc
+++ b/doc/src/snippets/code/doc_src_installation.qdoc
@@ -87,28 +87,6 @@ setenv PATH /usr/local/Qt-%VERSION%/bin:$PATH
//! [6]
-//! [7]
-PATH - to locate qmake, moc and other Qt tools
-//! [7]
-
-
-//! [8]
-C:
-cd /D C:\Qt\%VERSION%
-configure
-//! [8]
-
-
-//! [9]
-configure -platform win32-msvc
-//! [9]
-
-
-//! [10]
-nmake
-//! [10]
-
-
//! [11]
cd /tmp
gunzip qt-everywhere-opensource-src-%VERSION%.tar.gz # uncompress the archive
@@ -146,120 +124,3 @@ export PATH
//! [17]
setenv PATH /usr/local/Qt-%VERSION%/bin:$PATH
//! [17]
-
-
-//! [18]
-PATH - to locate qmake, moc and other Qt tools
-//! [18]
-
-//! [22]
-nmake
-nmake install
-//! [22]
-
-
-//! [23]
-//! [23]
-
-
-//! [24]
-make docs
-//! [24]
-
-//! [25]
-cd examples
-qmake
-make
-//! [25]
-
-//! [27]
-make run
-//! [27]
-
-//! [28]
-make release-armv5
-//! [28]
-
-//! [29]
-//! [29]
-
-//! [30]
-//! [30]
-
-//! [31]
-//! [31]
-
-//! [32]
-//! [32]
-
-//! [33]
-//! [33]
-
-//! [34]
-//! [34]
-
-//! [35]
-//! [35]
-
-//! [36]
-//! [36]
-
-//! [37]
-//! [37]
-
-//! [38]
-//! [38]
-
-//! [39]
-//! [39]
-
-//! [40]
-make
-//! [40]
-
-//! [41]
-//! [41]
-
-//! [42]
-//! [42]
-
-//! [43]
-lsusb
-//! [43]
-
-//! [44]
-sudo rmmod usbserial
-sudo modprobe usbserial vendor=0x0XXX product=0x0XXX
-//! [44]
-
-//! [45]
-$ qmake -version
-QMake version 3.0
-Using Qt version 5.0.0 in /usr/lib/qt5
-//! [45]
-
-//! [46]
-//! [46]
-
-//! [47]
-//! [47]
-
-//! [runonphone with device file path]
-//! [runonphone with device file path]
-
-//! [48]
-//! [48]
-
-//! [make runonphone with options]
-//! [make runonphone with options]
-
-//! [make runonphone with preset environment variable]
-//! [make runonphone with preset environment variable]
-
-//! [49]
-//! [49]
-
-//! [50]
-//! [50]
-
-