diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-06 17:29:49 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-06 17:29:49 +0900 |
| commit | 587657561bb870d457a188a80bc0ce918ef5a0bd (patch) | |
| tree | baed0c3b38c4d11389c96c686967160a1b3027cd /doc/html/qmake-manual-4.html | |
| parent | 4161606c301841f973f0319f46e6853c4a3fe906 (diff) | |
| download | tqt-58765756.tar.gz tqt-58765756.zip | |
Rename moc to tqmoc
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qmake-manual-4.html')
| -rw-r--r-- | doc/html/qmake-manual-4.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qmake-manual-4.html b/doc/html/qmake-manual-4.html index 8fe09fd1a..69d86396d 100644 --- a/doc/html/qmake-manual-4.html +++ b/doc/html/qmake-manual-4.html @@ -64,7 +64,7 @@ body { background: #ffffff; color: black; } <pre> TARGET = helloworld </pre> -<p>The final step is to set the <em>CONFIG</em> variable. Since this is a TQt application, we need to put 'qt' on the CONFIG line so that <em>qmake</em> will add the relevant libraries to be linked against and ensure that build lines for <em>moc</em> and <em>uic</em> are included in the makefile.</p> +<p>The final step is to set the <em>CONFIG</em> variable. Since this is a TQt application, we need to put 'qt' on the CONFIG line so that <em>qmake</em> will add the relevant libraries to be linked against and ensure that build lines for <em>tqmoc</em> and <em>tquic</em> are included in the makefile.</p> <p>The finished project file should look like this:</p> <pre> CONFIG += qt |
