Changeset 865 for trunk/doc/src/snippets
- Timestamp:
- May 16, 2011, 4:09:34 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.3 (added) merged: 864 /branches/vendor/nokia/qt/current merged: 863 /branches/vendor/nokia/qt/4.7.2 removed
- Property svn:mergeinfo changed
-
trunk/doc/src/snippets/code/doc_src_emb-install.qdoc
r846 r865 41 41 //! [0] 42 42 cd <anywhere> 43 gunzip qt-everywhere-opensource-src-4.7. 2.tar.gz44 tar xf qt-everywhere-opensource-src-4.7. 2.tar43 gunzip qt-everywhere-opensource-src-4.7.3.tar.gz 44 tar xf qt-everywhere-opensource-src-4.7.3.tar 45 45 //! [0] 46 46 47 47 48 48 //! [1] 49 ~/qt-everywhere-opensource-src-4.7. 249 ~/qt-everywhere-opensource-src-4.7.3 50 50 //! [1] 51 51 … … 56 56 57 57 //! [2] 58 cd ~/qt-everywhere-opensource-src-4.7. 258 cd ~/qt-everywhere-opensource-src-4.7.3 59 59 ./configure -embedded [architecture] 60 60 //! [2] … … 72 72 73 73 //! [5] 74 PATH=/usr/local/Trolltech/QtEmbedded-4.7. 2/bin:$PATH74 PATH=/usr/local/Trolltech/QtEmbedded-4.7.3/bin:$PATH 75 75 export PATH 76 76 //! [5] … … 78 78 79 79 //! [6] 80 setenv PATH /usr/local/Trolltech/QtEmbedded-4.7. 2/bin:$PATH80 setenv PATH /usr/local/Trolltech/QtEmbedded-4.7.3/bin:$PATH 81 81 //! [6] -
trunk/doc/src/snippets/code/doc_src_installation.qdoc
r846 r865 41 41 //! [0] 42 42 cd /tmp 43 gunzip qt-everywhere-opensource-src-4.7. 2.tar.gz # uncompress the archive44 tar xvf qt-everywhere-opensource-src-4.7. 2.tar # unpack it43 gunzip qt-everywhere-opensource-src-4.7.3.tar.gz # uncompress the archive 44 tar xvf qt-everywhere-opensource-src-4.7.3.tar # unpack it 45 45 //! [0] 46 46 47 47 48 48 //! [1] 49 cd /tmp/qt-everywhere-opensource-src-4.7. 249 cd /tmp/qt-everywhere-opensource-src-4.7.3 50 50 ./configure 51 51 //! [1] … … 68 68 69 69 //! [5] 70 PATH=/usr/local/Trolltech/Qt-4.7. 2/bin:$PATH70 PATH=/usr/local/Trolltech/Qt-4.7.3/bin:$PATH 71 71 export PATH 72 72 //! [5] … … 74 74 75 75 //! [6] 76 setenv PATH /usr/local/Trolltech/Qt-4.7. 2/bin:$PATH76 setenv PATH /usr/local/Trolltech/Qt-4.7.3/bin:$PATH 77 77 //! [6] 78 78 … … 85 85 //! [8] 86 86 C: 87 cd /D C:\Qt\4.7. 287 cd /D C:\Qt\4.7.3 88 88 configure 89 89 //! [8] … … 102 102 //! [11] 103 103 cd /tmp 104 gunzip qt-everywhere-opensource-src-4.7. 2.tar.gz # uncompress the archive105 tar xvf qt-everywhere-opensource-src-4.7. 2.tar # unpack it104 gunzip qt-everywhere-opensource-src-4.7.3.tar.gz # uncompress the archive 105 tar xvf qt-everywhere-opensource-src-4.7.3.tar # unpack it 106 106 //! [11] 107 107 108 108 109 109 //! [12] 110 cd /tmp/qt-everywhere-opensource-src-4.7. 2110 cd /tmp/qt-everywhere-opensource-src-4.7.3 111 111 ./configure 112 112 //! [12] … … 129 129 130 130 //! [16] 131 PATH=/usr/local/Trolltech/Qt-4.7. 2/bin:$PATH131 PATH=/usr/local/Trolltech/Qt-4.7.3/bin:$PATH 132 132 export PATH 133 133 //! [16] … … 135 135 136 136 //! [17] 137 setenv PATH /usr/local/Trolltech/Qt-4.7. 2/bin:$PATH137 setenv PATH /usr/local/Trolltech/Qt-4.7.3/bin:$PATH 138 138 //! [17] 139 139 … … 146 146 //! [19] 147 147 C: 148 cd \Qt\4.7. 2148 cd \Qt\4.7.3 149 149 configure -platform win32-msvc2005 -xplatform wincewm50pocket-msvc2005 150 150 //! [19] … … 169 169 170 170 //! [23] 171 cd \Qt\4.7. 2171 cd \Qt\4.7.3 172 172 configure -platform win32-g++ -xplatform symbian-abld 173 173 //! [23] … … 208 208 209 209 //! [31] 210 cd \Qt\4.7. 2210 cd \Qt\4.7.3 211 211 configure -platform win32-g++ -xplatform symbian-sbsv2 212 212 //! [31] … … 245 245 246 246 //! [37] 247 PATH=/home/user/qt/4.7. 2/bin:$EPOCROOT/epoc32/tools:$PATH247 PATH=/home/user/qt/4.7.3/bin:$EPOCROOT/epoc32/tools:$PATH 248 248 export PATH 249 249 //! [37] 250 250 251 251 //! [38] 252 cd /home/user/qt/4.7. 2252 cd /home/user/qt/4.7.3 253 253 ./configure -platform linux-g++ -xplatform symbian/linux-armcc 254 254 //! [38] 255 255 256 256 //! [39] 257 cd /home/user/qt/4.7. 2257 cd /home/user/qt/4.7.3 258 258 ./configure -platform linux-g++ -xplatform symbian/linux-gcce -no-webkit 259 259 //! [39] -
trunk/doc/src/snippets/code/doc_src_qtestlib.qdoc
r846 r865 110 110 //! [10] 111 111 ********* Start testing of TestQString ********* 112 Config: Using QTest library 4.7. 2, Qt 4.7.2112 Config: Using QTest library 4.7.3, Qt 4.7.3 113 113 PASS : TestQString::initTestCase() 114 114 PASS : TestQString::toUpper() -
trunk/doc/src/snippets/code/doc_src_wince-customization.qdoc
r846 r865 62 62 //! [4] 63 63 cd c:\Qt\mobile5-shadow 64 C:\Qt\4.7. 2\configure.exe -platform win32-msvc2005 -xplatform wincewm50pocket-msvc2005 -release64 C:\Qt\4.7.3\configure.exe -platform win32-msvc2005 -xplatform wincewm50pocket-msvc2005 -release 65 65 //! [4] 66 66
Note:
See TracChangeset
for help on using the changeset viewer.