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 Update on Monday, May 27th 2025

error: Unknown module(s) in QT: positioning

Scheduled Pinned Locked Moved Unsolved QtWebEngine
2 Posts 2 Posters 767 Views
  • 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 24 Aug 2022, 05:18 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?

    J 1 Reply Last reply 25 Aug 2022, 05:53
    0
    • K KaiKai
      24 Aug 2022, 05:18

      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?

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 25 Aug 2022, 05:53 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

      1/2

      24 Aug 2022, 05:18

      • Login

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