Changeset 769 for trunk/doc/src/getting-started
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/doc/src/getting-started/examples.qdoc
r651 r769 407 407 \section1 \l{D-Bus Examples}{D-Bus} 408 408 \beginfloatleft 409 \l{D-Bus Examples}{\inlineimage qt-embedded-examples.png409 \l{D-Bus Examples}{\inlineimage -examples.png 410 410 } 411 411 … … 417 417 \section1 \l{Qt for Embedded Linux Examples}{Qt for Embedded Linux} 418 418 \beginfloatleft 419 \l{Qt for Embedded Linux Examples}{\inlineimage dbus-examples.png419 \l{Qt for Embedded Linux Examples}{\inlineimage -examples.png 420 420 } 421 421 -
trunk/doc/src/getting-started/installation.qdoc
r651 r769 67 67 68 68 \o Unpack the archive if you have not done so already. For example, 69 if you have the \c{qt-everywhere-opensource-src-4.6. 2.tar.gz}69 if you have the \c{qt-everywhere-opensource-src-4.6..tar.gz} 70 70 package, type the following commands at a command line prompt: 71 71 72 72 \snippet doc/src/snippets/code/doc_src_installation.qdoc 0 73 73 74 This creates the directory \c{/tmp/qt-everywhere-opensource-src-4.6. 2}74 This creates the directory \c{/tmp/qt-everywhere-opensource-src-4.6.} 75 75 containing the files from the archive. We only support the GNU version of 76 76 the tar archiving utility. Note that on some systems it is called gtar. … … 82 82 83 83 By default, Qt is configured for installation in the 84 \c{/usr/local/Trolltech/Qt-4.6. 2} directory, but this can be84 \c{/usr/local/Trolltech/Qt-4.6.} directory, but this can be 85 85 changed by using the \c{-prefix} option. 86 86 … … 134 134 For compilers that do not support rpath you must also extended the 135 135 \c LD_LIBRARY_PATH environment variable to include 136 \c{/usr/local/Trolltech/Qt-4.6. 2/lib}. On Linux with GCC this step136 \c{/usr/local/Trolltech/Qt-4.6./lib}. On Linux with GCC this step 137 137 is not needed. 138 138 … … 194 194 195 195 \o Uncompress the files into the directory you want Qt installed; 196 e.g. \c{C:\Qt\4.6. 2}.196 e.g. \c{C:\Qt\4.6.}. 197 197 198 198 \note The install path must not contain any spaces or Windows specific … … 206 206 \snippet doc/src/snippets/code/doc_src_installation.qdoc 7 207 207 208 This is done by adding \c{c:\Qt\4.6. 2\bin} to the \c PATH variable.208 This is done by adding \c{c:\Qt\4.6.\bin} to the \c PATH variable. 209 209 210 210 For newer versions of Windows, \c PATH can be extended through … … 300 300 301 301 \o Unpack the archive if you have not done so already. For example, 302 if you have the \c{qt-everywhere-opensource-src-4.6. 2.tar.gz}302 if you have the \c{qt-everywhere-opensource-src-4.6..tar.gz} 303 303 package, type the following commands at a command line prompt: 304 304 305 305 \snippet doc/src/snippets/code/doc_src_installation.qdoc 11 306 306 307 This creates the directory \c{/tmp/qt-everywhere-opensource-src-4.6. 2}307 This creates the directory \c{/tmp/qt-everywhere-opensource-src-4.6.} 308 308 containing the files from the archive. 309 309 … … 314 314 315 315 By default, Qt is configured for installation in the 316 \c{/usr/local/Trolltech/Qt-4.6. 2} directory, but this can be316 \c{/usr/local/Trolltech/Qt-4.6.} directory, but this can be 317 317 changed by using the \c{-prefix} option. 318 318 … … 407 407 \list 1 408 408 \o Uncompress the files into the directory you want to install Qt into; 409 e.g., \c{C:\Qt\4.6. 2}.409 e.g., \c{C:\Qt\4.6.}. 410 410 411 411 \note The install path must not contain any spaces. … … 418 418 \snippet doc/src/snippets/code/doc_src_installation.qdoc 18 419 419 420 This is done by adding \c{c:\Qt\4.6. 2\bin} to the \c PATH variable.420 This is done by adding \c{c:\Qt\4.6.\bin} to the \c PATH variable. 421 421 422 422 For newer versions of Windows, \c PATH can be extended through … … 507 507 \o Install Qt 508 508 509 Run \c{qt-symbian-opensource-4.6. 2.exe} and follow the instructions.509 Run \c{qt-symbian-opensource-4.6..exe} and follow the instructions. 510 510 511 511 \note Qt must be installed on the same drive as the Symbian SDK you are … … 587 587 588 588 Uncompress the \l{http://qt.nokia.com/downloads}{downloaded} source package into the 589 directory you want Qt installed, e.g. \c{C:\Qt\4.6. 2}.589 directory you want Qt installed, e.g. \c{C:\Qt\4.6.}. 590 590 591 591 \note Qt must be installed on the same drive as the Symbian SDK you are … … 599 599 \snippet doc/src/snippets/code/doc_src_installation.qdoc 18 600 600 601 This is done by adding \c{c:\Qt\4.6. 2\bin} to the \c PATH variable.601 This is done by adding \c{c:\Qt\4.6.\bin} to the \c PATH variable. 602 602 603 603 On Windows the PATH can be extended by navigating to … … 755 755 \endlist 756 756 757 \sa {Known Issues in 4.6. 2}757 \sa {Known Issues in 4.6.} 758 758 */ 759 759 … … 765 765 \previouspage General Qt Requirements 766 766 767 \sa {Known Issues in 4.6. 2}767 \sa {Known Issues in 4.6.} 768 768 */ 769 769 … … 904 904 distribution's package repository to find suitable packages. 905 905 906 \sa {Known Issues in 4.6. 2}906 \sa {Known Issues in 4.6.} 907 907 */ 908 908 … … 958 958 \l{Windows CE - Working with Custom SDKs}{here}. 959 959 960 \sa {Known Issues in 4.6. 2}960 \sa {Known Issues in 4.6.} 961 961 */ 962 962 … … 968 968 \previouspage General Qt Requirements 969 969 970 \sa {Known Issues in 4.6. 2}970 \sa {Known Issues in 4.6.} 971 971 972 972 \section1 Building Qt for Embedded Linux with uclibc … … 1068 1068 to get more information about how to setup the development environment. 1069 1069 1070 \sa {Known Issues in 4.6. 2}1071 */ 1070 \sa {Known Issues in 4.6.} 1071 */ -
trunk/doc/src/getting-started/known-issues.qdoc
r651 r769 42 42 /*! 43 43 \page known-issues.html 44 \title Known Issues in 4.6. 244 \title Known Issues in 4.6. 45 45 \ingroup platform-specific 46 \brief A summary of known issues in Qt 4.6. 2at the time of release.46 \brief A summary of known issues in Qt 4.6. at the time of release. 47 47 48 An up-to-date list of known issues with Qt 4.6. 2can be found via the48 An up-to-date list of known issues with Qt 4.6. can be found via the 49 49 \l{http://bugreports.qt.nokia.com/}{Qt Bug Tracker}. 50 50 51 For a list list of known bugs in Qt 4.6. 2, see the \l{Task Tracker}51 For a list list of known bugs in Qt 4.6., see the \l{Task Tracker} 52 52 on the Qt website. 53 53
Note:
See TracChangeset
for help on using the changeset viewer.