diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-12-02 14:13:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-12-02 14:13:04 -0600 |
commit | 5445c25f501f456239b299d2b8810e4beb97a4f3 (patch) | |
tree | 8d41c61dc445faf73fa34eef5c2967a9acb86664 /doc/html | |
parent | 534275dec59b0da2facf199a022a35b981c30c50 (diff) | |
download | tqt3-5445c25f501f456239b299d2b8810e4beb97a4f3.tar.gz tqt3-5445c25f501f456239b299d2b8810e4beb97a4f3.zip |
Automated update from Qt3
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/ntqassistantclient.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqassistantclient.html b/doc/html/ntqassistantclient.html index c28fb5b4f..6ed91bcd2 100644 --- a/doc/html/ntqassistantclient.html +++ b/doc/html/ntqassistantclient.html @@ -81,12 +81,12 @@ emitted. Similarly when closeAssistant() is called, <a href="#assistantClosed">assistantClosed</a>() is emitted. In either case, if an error occurs, <a href="#error">error</a>() is emitted. <p> This class is not included in the TQt library itself. To use it you -must link against <tt>libqassistantclient.a</tt> (Unix) or <tt>qassistantclient.lib</tt> (Windows), which is built into <tt>INSTALL/lib</tt> +must link against <tt>libtqassistantclient.a</tt> (Unix) or <tt>qassistantclient.lib</tt> (Windows), which is built into <tt>INSTALL/lib</tt> if you built the TQt tools (<tt>INSTALL</tt> is the directory where TQt is installed). If you use qmake, then you can simply add the following line to your pro file: <p> <pre> - LIBS += -lqassistantclient + LIBS += -ltqassistantclient </pre> <p> See also "Adding Documentation to TQt Assistant" in the <a href="assistant.html">TQt Assistant manual</a>. |