diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-04 13:01:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-04 13:01:41 +0900 |
commit | be01f8c8e3e09a1c71165640ab722df948c4dfbb (patch) | |
tree | 58d900e8952a66580c86f7ae3a9255c1eeac09e9 /doc/html/designer-manual-2.html | |
parent | c489c62c1713924c29e560cd2ebd36b006c14a11 (diff) | |
download | tqt3-feat/tqmake.tar.gz tqt3-feat/tqmake.zip |
rename qmake to tqmakefeat/tqmake
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/designer-manual-2.html')
-rw-r--r-- | doc/html/designer-manual-2.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/designer-manual-2.html b/doc/html/designer-manual-2.html index b925f7ad4..189e7dc57 100644 --- a/doc/html/designer-manual-2.html +++ b/doc/html/designer-manual-2.html @@ -277,7 +277,7 @@ body { background: #ffffff; color: black; } <li><p>Click <b>Save</b> to save the project.</p> </ul><p>Compiling and Running the Application</p> <ul><li><p>Start or switch to a console, and navigate to the directory where the project is saved.</p> -<li><p>Run <em>qmake</em> on the project file (<tt>metric.pro</tt>) by typing <tt>qmake -o Makefile metric.pro</tt>.</p> +<li><p>Run <em>tqmake</em> on the project file (<tt>metric.pro</tt>) by typing <tt>tqmake -o Makefile metric.pro</tt>.</p> <li><p>Run <em>make</em> (or <em>nmake</em> depending on your system).</p> <li><p>After the project has compiled, run the application.</p> </ul><h3><a name="5"></a>Wrapping Up</h3> |