summaryrefslogtreecommitdiffstats
path: root/doc/html/qaxcontainer.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2018-09-27 16:03:48 +0900
committerMichele Calgaro <[email protected]>2018-09-27 16:03:48 +0900
commit3e98ce7f85f06e95ad121c6f541d14464d85919e (patch)
treef02992c00911ec6ba24f243aebf96d98fa0d39a1 /doc/html/qaxcontainer.html
parent9f5d59f33644aaadd7af43db86734a3294250a02 (diff)
downloadtqt3-3e98ce7f85f06e95ad121c6f541d14464d85919e.tar.gz
tqt3-3e98ce7f85f06e95ad121c6f541d14464d85919e.zip
qt -> tqt conversion:
QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/qaxcontainer.html')
-rw-r--r--doc/html/qaxcontainer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qaxcontainer.html b/doc/html/qaxcontainer.html
index d944ac0a5..d764b5baf 100644
--- a/doc/html/qaxcontainer.html
+++ b/doc/html/qaxcontainer.html
@@ -95,11 +95,11 @@ that use standard ActiveX controls to provide high level user
interface functionality 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>container</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>qaxcontainer.lib</tt> will be linked
-into <tt>QTDIR/lib</tt>.
+into <tt>TQTDIR/lib</tt>.
<p> If you have a shared configuration of TQt enter the <tt>plugin</tt> subdirectory
and run <tt>qmake</tt> and your make tool to build a plugin that integrates the
<a href="qaxwidget.html">TQAxWidget</a> class into <a href="designer-manual.html">TQt Designer</a>.