diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/commonproblems.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'doc/html/commonproblems.html')
-rw-r--r-- | doc/html/commonproblems.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/commonproblems.html b/doc/html/commonproblems.html index 2c14de6a8..9670d1cfb 100644 --- a/doc/html/commonproblems.html +++ b/doc/html/commonproblems.html @@ -75,7 +75,7 @@ tools are usually located in the <tt>bin</tt> subdirectory of TQt distributions. Either run <tt>"$QTDIR"/bin/moc</tt> and <tt>"$QTDIR"/bin/uic</tt> or add <tt>"$QTDIR"/bin</tt> to your <tt>PATH</tt> and run <a href="moc.html#moc">moc</a> and <tt>uic</tt>. If you use <tt>qmake</tt> the appropriate lines will be added to your Makefiles so that <em>uic</em> and -<em>moc</em> will be executed as retquired. +<em>moc</em> will be executed as required. <p> <dt>Static or shared libraries - Link time <p> <dd>Programmers need to link with the TQt static or shared libraries. The TQt libraries are usually located in the <tt>lib</tt> subdirectory of TQt distributions. |