diff options
Diffstat (limited to 'tools/linguist/book/linguist-programmer.leaf')
-rw-r--r-- | tools/linguist/book/linguist-programmer.leaf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/linguist/book/linguist-programmer.leaf b/tools/linguist/book/linguist-programmer.leaf index 1e5147cf5..3227aba83 100644 --- a/tools/linguist/book/linguist-programmer.leaf +++ b/tools/linguist/book/linguist-programmer.leaf @@ -61,7 +61,7 @@ application at runtime. \index .pro Files \index Project Files -\index qmake!Project Files +\index tqmake!Project Files For \l lupdate to work successfully, it must know which translation files to produce. The files are simply listed in the application's \c @@ -393,7 +393,7 @@ is shown when we run the application: \index Latin The first step is to create a project file, \c tt1.pro, that lists -all the source files for the project. The project file can be a qmake +all the source files for the project. The project file can be a tqmake project file, or even an ordinary makefile. Any file that contains \index SOURCES!in Project Files @@ -527,7 +527,7 @@ saluto!". \index .pro Files \index Project Files -\index qmake!Project Files +\index tqmake!Project Files \include tt2/tt2.pro \caption tt2.pro @@ -839,7 +839,7 @@ Version 1.0 consists of these files: \i \c mainwindow.h contains the definition of \c MainWindow; \i \c mainwindow.cpp contains the implementation of \c MainWindow; \i \c main.cpp contains main(); -\i \c tt3.pro is the \e qmake project file. +\i \c tt3.pro is the \e tqmake project file. \i \c tt3_pt.ts is the Portuguese message file. \endlist |