| Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions |
To build Qt applications that can host ActiveX controls, simply link the application against the qaxcontainer library by adding
LIBS += qaxcontainer.lib
to the application's .pro file.
If the Qt library is build statically the QAxContainer library will also be static, and you don't need to redistribute any binaries except the application executable.
To distribute your application when Qt and QAxContainer are shared DLLs provide both DLLs either in the system path, or in the same directory as the application executable itself.
| Copyright © 2003 Trolltech | Trademarks | Qt version 3.1.2
|