Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions

QAxContainer FAQ

The QAxContainer build system

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.

Distributing QAxContainer applications

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 TrolltechTrademarks
Qt version 3.1.2