Did you link your application against ActiveQt module?
No, I don't know this ActiveQt module......
Where can I found it, and how can I link this module in my application?
Thanks.
Add the following to your project file:
I add the command:
QT += core gui
QT += xml
QT += activeqt
The result is the same, no difference.....
I must to include some library in my MainWindow.cpp?
No, I haven't. Do you know which one to use?
There should be qaxcontainer.lib in QTDIR/lib
Try adding QT += qaxcontainer (and not QT += activeqt as I previously stated). Better yet just read the docs for ActiveQt, the instructiions are pretty straightforward.
Bookmarks