Project ERROR: Unknown module(s) in QT: axcontainer
-
@SGaist I am getting the same error, Qt version 6.4.1, platform Windows 10
I am migrating my qt project from 5.15.2 to 6.4.1 -
@HackSaw , also, please double check that you have actually installed activeQt in the online installer (which I assume you use):
-
@HackSaw , also, please double check that you have actually installed activeQt in the online installer (which I assume you use):
-
@HackSaw said in Project ERROR: Unknown module(s) in QT: axcontainer:
I have similar error on QT += webengine, is this also moved to any new component which needs to be installed or how is it?
Yes, Qt WebEngine is also a separate entry in the same list (though I think it has always been a separate entry, due to it's size).
-
@HackSaw said in Project ERROR: Unknown module(s) in QT: axcontainer:
I have similar error on QT += webengine, is this also moved to any new component which needs to be installed or how is it?
Yes, Qt WebEngine is also a separate entry in the same list (though I think it has always been a separate entry, due to it's size).
-
@bxrs This is not https://forum.qt.io/category/37/chinese forum, you should post in English here
-
@bxrs This is not https://forum.qt.io/category/37/chinese forum, you should post in English here
-
@jsulm ok, I am using qt5.15.2 64bit on the Linux platform, but I have also encountered this error. How can I solve it
@bxrs said in Project ERROR: Unknown module(s) in QT: axcontainer:
but I have also encountered this error. How can I solve it
Which error? The axcontainer one? This is only available on windows since ActiveX is a windows technology.
-
@bxrs said in Project ERROR: Unknown module(s) in QT: axcontainer:
but I have also encountered this error. How can I solve it
Which error? The axcontainer one? This is only available on windows since ActiveX is a windows technology.
wrote on 12 Dec 2023, 13:16 last edited by@Christian-Ehrlicher Okay, I understand. Thank you