forked from qt-creator/qt-creator
Doc: making in-source builds the default option
Fix capitalization of the new UI string. Change-Id: Iaf1dd279639936cb59aa658834c71a49ce1398ac Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -70,6 +70,10 @@
|
|||||||
|
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
|
To make in-source builds the default option for all projects, select
|
||||||
|
\gui Tools > \gui Options > \gui {Build & Run} > \gui General, and enter a
|
||||||
|
period (.) in the \gui {Default build directory} field.
|
||||||
|
|
||||||
\section1 Starting External Processes
|
\section1 Starting External Processes
|
||||||
|
|
||||||
\QC executes external processes to accomplish tasks such as building
|
\QC executes external processes to accomplish tasks such as building
|
||||||
|
|||||||
@@ -214,7 +214,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="buildDirLabel">
|
<widget class="QLabel" name="buildDirLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Default Build Directory:</string>
|
<string>Default build directory:</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user