Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. error: Unknown module(s) in QT: positioning
Forum Updated to NodeBB v4.3 + New Features

error: Unknown module(s) in QT: positioning

Scheduled Pinned Locked Moved Unsolved QtWebEngine
2 Posts 2 Posters 809 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    KaiKai
    wrote on last edited by
    #1

    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
    

    FAILED TO LOAD IMAGE!
    I've already installed the module in Qt Maintenance Tool. What went wrong?

    jsulmJ 1 Reply Last reply
    0
    • K KaiKai

      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
      

      FAILED TO LOAD IMAGE!
      I've already installed the module in Qt Maintenance Tool. What went wrong?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @KaiKai Do you have more than one Qt installation? Maybe you install positioning for Qt version you're not using to build the project?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved