diff options
Diffstat (limited to 'doc/html/qaxserver.html')
-rw-r--r-- | doc/html/qaxserver.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qaxserver.html b/doc/html/qaxserver.html index 8ab281cb0..33eb8b3f4 100644 --- a/doc/html/qaxserver.html +++ b/doc/html/qaxserver.html @@ -158,11 +158,11 @@ ActiveX control. of ActiveX controls are provided. <p> <h2> Building the library </h2> -<a name="2"></a><p> In the <tt>activeqt</tt> directory (usually <tt>QTDIR/extensions/activeqt</tt>) +<a name="2"></a><p> In the <tt>activeqt</tt> directory (usually <tt>TQTDIR/extensions/activeqt</tt>) enter the <tt>control</tt> subdirectory and run <tt>qmake</tt> to generate the makefile, and use the make tool (<tt>nmake</tt> for VC++, <tt>make</tt> for Borland) to build the library. The library <tt>qaxserver.lib</tt> will be linked into -<tt>QTDIR/lib</tt>. +<tt>TQTDIR/lib</tt>. <p> <h2> Using the library </h2> <a name="3"></a><p> To turn a standard TQt application into an ActiveX server using the |