Answer the question
In order to leave comments, you need to log in
How to work with activeX in QT 5.5. static build?
Hello.
Based on the instructions , I organized a QT 5.5 static build.
But as it turned out, there are no COM ActiveX objects there, and when compiling, it gives an error:
:-1: error: Unknown module(s) in QT: axcontainer
QT += core gui
QT += network
QT += axcontainer
QT += xml
QT += testlib
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = GoParser
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
auth.cpp
HEADERS += mainwindow.h \
auth.h
FORMS += mainwindow.ui \
auth.ui
RESOURCES = resources.qrc
RC_FILE = resources.rc
DISTFILES +=
QT += axcontainer
QAxObject: No such file or directory
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question