diff options
Diffstat (limited to 'doc/integration.doc')
-rw-r--r-- | doc/integration.doc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/integration.doc b/doc/integration.doc index a3de47fda..35e94b5b1 100644 --- a/doc/integration.doc +++ b/doc/integration.doc @@ -127,21 +127,21 @@ \section2 Using the 'Open TQt Project' button The 'Open TQt Project' button allows you to convert an existing \c - qmake project file into a \c .dsp file which you can insert into + tqmake project file into a \c .dsp file which you can insert into your existing workspace. When you click the 'Open TQt Project' - button, just select an existing \c qmake project file (a \c .pro + button, just select an existing \c tqmake project file (a \c .pro file) and then click OK. You will get a message box at the end which asks you to insert the newly created \c .dsp file into your existing workspace. \section2 Using the 'Write TQt Project' button - The 'Write TQt Project' button creates a \c qmake project (\c .pro) + The 'Write TQt Project' button creates a \c tqmake project (\c .pro) file for your current project so that you can easily copy the files - onto another platform and be able to use \c qmake to create a Makefile + onto another platform and be able to use \c tqmake to create a Makefile on that other platform. All you need to do is make the project you want to create a \c .pro file for, and click on the button. Just - name your \c qmake project file and click Save. + name your \c tqmake project file and click Save. \section2 Using the 'Use TQt In Current Project' button |