Все привет.
есть проект собственно по activeX
при сборки библиотеки след ошибки
выдаются след. ошибки
VLCactiveX.obj : error LNK2019: unresolved external symbol "public: class QAxObject * __thiscall QAxBase::querySubObject(char const *,class QVariant const &,class QVariant const &,class QVariant const &,class QVariant const &,class QVariant const &,class QVariant const &,class QVariant const &,class QVariant const &)" (?querySubObject@QAxBase@@QAEPAVQAxObject@@PBDABVQVariant@@1111111@Z) referenced in function "protected: void __thiscall VLCactiveX::InitActiveX(void)" (?InitActiveX@VLCactiveX@@IAEXXZ)
1>VLCactiveX.obj : error LNK2019: unresolved external symbol "public: bool __thiscall QAxBase::setControl(class QString const &)" (?setControl@QAxBase@@QAE_NABVQString@@@Z) referenced in function "protected: void __thiscall VLCactiveX::InitActiveX(void)" (?InitActiveX@VLCactiveX@@IAEXXZ)
1>VLCactiveX.obj : error LNK2019: unresolved external symbol "public: __thiscall QAxWidget::QAxWidget(class QWidget *,class QFlags<enum Qt::WindowType>)" (??0QAxWidget@@QAE@PAVQWidget@@V?$QFlags@W4WindowType@Qt@@@@@Z) referenced in function "protected: void __thiscall VLCactiveX::InitActiveX(void)" (?InitActiveX@VLCactiveX@@IAEXXZ)
1>VLCactiveX.obj : error LNK2019: unresolved external symbol "public: class QVariant __thiscall QAxBase::dynamicCall(char const *,class QVariant const &,class QVariant const &,class QVariant const &,class QVariant const &,class QVariant const &,class QVariant const &,class QVariant const &,class QVariant const &)" (?dynamicCall@QAxBase@@QAE?AVQVariant@@PBDABV2@1111111@Z) referenced in function "public: virtual void __thiscall VLCactiveX::Play(void)" (?Play@VLCactiveX@@UAEXXZ)
1>..\build\libs\player.dll : fatal error LNK1120: 4 unresolved externals
в pro файле след:
.....
QT = core gui
// т.к. россплатформенное будет
win32 {
CONFIG += activeqt
QT += activeqt
}
......
и при компиляции говорит след: unknown QT: activeqt
а если подключить библиотеку "LIBS += qaxcontainer.lib"
то все компилица и соответс. работает
но говорят что б именно через вот это работало
QT += activeqt
говорят что конфиг настроить надо а что то как?
что посоветутете