error: Unknown module(s) in QT: positioning
Unsolved
QtWebEngine
-
wrote on 24 Aug 2022, 05:18 last edited by
This is QMake config:
QT += \ core \ gui \ widgets \ webenginecore CONFIG += c++17 SOURCES += \ main.cpp \ widget/mainwindow.cpp HEADERS += \ widget/mainwindow.hpp qnx: target.path = /tmp/$${TARGET}/bin else: unix:!android: target.path = /opt/$${TARGET}/bin !isEmpty(target.path): INSTALLS += target
It reports:
:-1: error: Unknown module(s) in QT: positioning
I've already installed the module in Qt Maintenance Tool. What went wrong? -
This is QMake config:
QT += \ core \ gui \ widgets \ webenginecore CONFIG += c++17 SOURCES += \ main.cpp \ widget/mainwindow.cpp HEADERS += \ widget/mainwindow.hpp qnx: target.path = /tmp/$${TARGET}/bin else: unix:!android: target.path = /opt/$${TARGET}/bin !isEmpty(target.path): INSTALLS += target
It reports:
:-1: error: Unknown module(s) in QT: positioning
I've already installed the module in Qt Maintenance Tool. What went wrong?@KaiKai Do you have more than one Qt installation? Maybe you install positioning for Qt version you're not using to build the project?
1/2