forked from qt-creator/qt-creator
Doc: update info about setting Qt in PATH
Use a variable for the path to the bin directories, because the example PATH is most likely wrong. Add a link to "Using Command Line Options" and move the note there, because it is advanced usage (needed only for self-built Qt Creator). However, these developers will probably know how to set the PATH. Change-Id: I6d6563f0c7d6aebcc4a5887f9cbb86b5d7e1676a Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -60,6 +60,15 @@
|
|||||||
|
|
||||||
\c {qtcreator .}
|
\c {qtcreator .}
|
||||||
|
|
||||||
|
\note To run a self-built \QC from the command line on Windows, make sure
|
||||||
|
that the Qt installation directory is included in the PATH environment
|
||||||
|
variable. You can enter the following command on the command line to add Qt
|
||||||
|
to the path:
|
||||||
|
|
||||||
|
\code
|
||||||
|
set PATH=<Qt_installation_directory>\mingw\bin;c:<Qt_installation_directory>\bin;%PATH%
|
||||||
|
\endcode
|
||||||
|
|
||||||
The following table summarizes the available options:
|
The following table summarizes the available options:
|
||||||
|
|
||||||
\table
|
\table
|
||||||
|
@@ -124,11 +124,7 @@
|
|||||||
For example, running \tt{qtcreator somesession}, launches \QC and
|
For example, running \tt{qtcreator somesession}, launches \QC and
|
||||||
loads session somesession.
|
loads session somesession.
|
||||||
|
|
||||||
\note Make sure \QC is included in the PATH environment variable.
|
For more information, see \l{Using Command Line Options}.
|
||||||
This can be done by typing the following in the command line:
|
|
||||||
\code
|
|
||||||
set PATH=c:\qtsdk\mingw\bin;c:\qtsdk\qt\bin;%PATH%
|
|
||||||
\endcode
|
|
||||||
|
|
||||||
\section1 Showing and Hiding the Sidebar
|
\section1 Showing and Hiding the Sidebar
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user