diff options
Diffstat (limited to 'doc/kdevelop/adv-build-management.docbook')
-rw-r--r-- | doc/kdevelop/adv-build-management.docbook | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/kdevelop/adv-build-management.docbook b/doc/kdevelop/adv-build-management.docbook index e589a007..02dd987e 100644 --- a/doc/kdevelop/adv-build-management.docbook +++ b/doc/kdevelop/adv-build-management.docbook @@ -23,7 +23,7 @@ <para> When you have suitable cross compilers available, you can cross compile your programs for processors and operating systems different from the system where -&kdevelop; and the compiler is running. The &GNU; compiler collection &gcc; can +&tdevelop; and the compiler is running. The &GNU; compiler collection &gcc; can be configured and compiled as a cross compiler if you compile it yourself. Consult the <ulink url="info://gcc/Cross-Compiler">GCC info pages</ulink> for more information. Some &Linux; distributions also provide binary packages. @@ -36,7 +36,7 @@ configure script and setting the <envar>CC</envar> and <envar>CXX</envar> environment variables to the respective cross compiler binaries. Often you want to switch between a the cross-compiled version of your application and one compiled for your development system. For this, it is advantageous to -use &kdevelop; capability of creating multiple build configurations, as +use &tdevelop; capability of creating multiple build configurations, as explained in <xref linkend="buildconfigurations"/>. Once you have created a new build configuration for cross-compiling in the <menuchoice><guimenu>Project</guimenu><guimenuitem>Project @@ -79,7 +79,7 @@ the one of the X11 version. </para> <para> -Developing an application for &qte; with &kdevelop; is not very different +Developing an application for &qte; with &tdevelop; is not very different from developing a program for the X11 version of &Qt;. In fact, you can use the same codebase for both versions. If you use the autoproject project management, you switch to the embedded version by passing the argument |