Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. qmake has an error on compilation
Forum Update on Monday, May 27th 2025

qmake has an error on compilation

Scheduled Pinned Locked Moved Solved Installation and Deployment
6 Posts 3 Posters 123 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.
  • A Offline
    A Offline
    Aflydream
    wrote 20 days ago last edited by Aflydream 5 Jan 2025, 05:58
    #1

    HI! Friends.
    When I compile, vs2022 fails to compile and an error pops up
    62e91793-36f4-4797-a006-7b8c424fce7a-image.png
    I only changed the Qt Modules before the error appeared
    Before:
    c735f99e-f8e8-4e9b-a6d9-c75e5eea2cbb-image.png
    After:
    780c9502-7111-4c4b-8ed8-b15230669175-image.png
    Did I make the mistake?
    What can I do?

    1 Reply Last reply
    0
    • A Aflydream
      20 days ago

      1> Qt/MSBuild: 3.3.1.1
      1>Reading Qt configuration (D:/Apps/qt/6.9.0/msvc2022_64/bin/qmake)
      1>Typestar.vcxproj : error : ERROR running qmake: "D:/Apps/qt/6.9.0/msvc2022_64/bin/qmake" -tp vc -early "CONFIG -= debug release debug_and_release" "CONFIG += debug warn_off" qtvars.pro
      1>Typestar.vcxproj : error : qmake: (D:/Apps/qt/6.9.0/msvc2022_64/bin/qmake)
      1>Typestar.vcxproj : error : qmake: $PWD=D:\dw\start\Typestar\Typestar\x64\Debug\qt\qmake
      1>Typestar.vcxproj : error : qmake: Project ERROR: Unknown module(s) in QT: positioning
      1>Typestar.vcxproj : error : qmake: Error creating .vcxproj file
      and No more error

      C Offline
      C Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote 20 days ago last edited by Christian Ehrlicher 5 Jan 2025, 12:19
      #5

      @Aflydream said in qmake has an error on compilation:

      Unknown module(s) in QT: positioning

      Install this module (it's an addon)

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      A 1 Reply Last reply 19 days ago
      5
      • S Offline
        S Offline
        sierdzio
        Moderators
        wrote 20 days ago last edited by
        #2

        See compilation output (text) it should contain more detailed information of what went wrong.

        In your "Qt Modules", the last entry seems wrong, it should be: webenginewidgets (with an 's' at the end).

        (Z(:^

        A 1 Reply Last reply 20 days ago
        1
        • S sierdzio
          20 days ago

          See compilation output (text) it should contain more detailed information of what went wrong.

          In your "Qt Modules", the last entry seems wrong, it should be: webenginewidgets (with an 's' at the end).

          A Offline
          A Offline
          Aflydream
          wrote 20 days ago last edited by
          #3

          Thanks! I know,and I didn't give the full screenshot, my Qt modules are correct
          I looked at the output and I should know the error by now

          1 Reply Last reply
          0
          • A Offline
            A Offline
            Aflydream
            wrote 20 days ago last edited by
            #4

            1> Qt/MSBuild: 3.3.1.1
            1>Reading Qt configuration (D:/Apps/qt/6.9.0/msvc2022_64/bin/qmake)
            1>Typestar.vcxproj : error : ERROR running qmake: "D:/Apps/qt/6.9.0/msvc2022_64/bin/qmake" -tp vc -early "CONFIG -= debug release debug_and_release" "CONFIG += debug warn_off" qtvars.pro
            1>Typestar.vcxproj : error : qmake: (D:/Apps/qt/6.9.0/msvc2022_64/bin/qmake)
            1>Typestar.vcxproj : error : qmake: $PWD=D:\dw\start\Typestar\Typestar\x64\Debug\qt\qmake
            1>Typestar.vcxproj : error : qmake: Project ERROR: Unknown module(s) in QT: positioning
            1>Typestar.vcxproj : error : qmake: Error creating .vcxproj file
            and No more error

            C 1 Reply Last reply 20 days ago
            0
            • A Aflydream
              20 days ago

              1> Qt/MSBuild: 3.3.1.1
              1>Reading Qt configuration (D:/Apps/qt/6.9.0/msvc2022_64/bin/qmake)
              1>Typestar.vcxproj : error : ERROR running qmake: "D:/Apps/qt/6.9.0/msvc2022_64/bin/qmake" -tp vc -early "CONFIG -= debug release debug_and_release" "CONFIG += debug warn_off" qtvars.pro
              1>Typestar.vcxproj : error : qmake: (D:/Apps/qt/6.9.0/msvc2022_64/bin/qmake)
              1>Typestar.vcxproj : error : qmake: $PWD=D:\dw\start\Typestar\Typestar\x64\Debug\qt\qmake
              1>Typestar.vcxproj : error : qmake: Project ERROR: Unknown module(s) in QT: positioning
              1>Typestar.vcxproj : error : qmake: Error creating .vcxproj file
              and No more error

              C Offline
              C Offline
              Christian Ehrlicher
              Lifetime Qt Champion
              wrote 20 days ago last edited by Christian Ehrlicher 5 Jan 2025, 12:19
              #5

              @Aflydream said in qmake has an error on compilation:

              Unknown module(s) in QT: positioning

              Install this module (it's an addon)

              Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
              Visit the Qt Academy at https://academy.qt.io/catalog

              A 1 Reply Last reply 19 days ago
              5
              • C Christian Ehrlicher
                20 days ago

                @Aflydream said in qmake has an error on compilation:

                Unknown module(s) in QT: positioning

                Install this module (it's an addon)

                A Offline
                A Offline
                Aflydream
                wrote 19 days ago last edited by
                #6

                @Christian-Ehrlicher @sierdzio Thanks.Solved!
                Thank you for your help
                Best Wishes

                1 Reply Last reply
                1
                • A Aflydream has marked this topic as solved 19 days ago

                1/6

                1 May 2025, 05:58

                • Login

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