Re: [Interest] Need help in generating ActiveQt Libraries...

2015-03-23 Thread Friedemann Kleint
Hi, please take a look at the examples of Active Qt (for example, web browser). Its .pro file contains: QT += axcontainer (this used to be "CONFIG += qaxcontainer" in Qt 4). Regards, Friedemann -- Friedemann Kleint | The Qt Company ___ Interest ma

Re: [Interest] Need help in generating ActiveQt Libraries...

2015-03-23 Thread Philippe
Did you think linking with Qt5AxBase.lib ? Philippe On Fri, 20 Mar 2015 11:30:42 + "Kammar, Mahesh" wrote: Hi All, > > I am new to Qt, am trying to use SetControl of QAxWidget class to host some > Wpf control in Qt which is exported as COM. > > I am getting the following linking error, u

[Interest] Need help in generating ActiveQt Libraries...

2015-03-23 Thread Kammar, Mahesh
Hi All, I am new to Qt, am trying to use SetControl of QAxWidget class to host some Wpf control in Qt which is exported as COM. I am getting the following linking error, understand that I need to provide ActiveQt library, but am not able to generate one I do not find QAxBase.lib file or any ot