diff options
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> |