Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. (Qt5.15.0 + Qt Creator 4.12.4) Qml Module not found - Integrating QML and C++
Forum Updated to NodeBB v4.3 + New Features

(Qt5.15.0 + Qt Creator 4.12.4) Qml Module not found - Integrating QML and C++

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
qml
17 Posts 15 Posters 9.0k Views 5 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.
  • B Offline
    B Offline
    brai
    wrote on last edited by
    #6

    I am experiencing the same issue with Qt Creator 4.13.0 (based on Qt 5.15.0 MSVC 2019, 64 bit)

    1 Reply Last reply
    0
    • W Offline
      W Offline
      WatermelonJesus
      wrote on last edited by WatermelonJesus
      #7

      Same problem. Came here to ask it. I'm even using the exact same example which is found here. Original link in the question is a 404.

      Qt Creator 4.13.2
      Based on Qt 5.15.1 (MSVC 2019, 64 bit)
      Built on Oct 1 2020 01:14:56

      Some more info for my case:

      • I get the "QML Module error not found" but not in output, only in the QtCreator text editor. Project still runs and builds fine.
      • Ctrl + Space intellisense or whatever its called doesn't recognize the module, and it is shown in gray as in an unrecognized keyword, all while actually working
      • I get two warnings. Both are identical: -1: warning: Failure to find: testcustommodule_metatypes.json. My project is called TestCustomModule.
      • While compiling QtCreator adds a subfolder to my Sources which is a full local path and within it is a single file: testcustommodule_metatypes.json. I hate this.

      Tried importing different QtQuick modules as suggested; no effect. Is there a solution to this yet? Feels like it might have something to do with QML_IMPORT_PATH

      For now I'm going back to the old school qmlRegisterType method. But I'd love to get this working.

      1 Reply Last reply
      1
      • R Offline
        R Offline
        Rivvil
        wrote on last edited by
        #8

        Have exactly the same issue.

        Qt Creator 4.13.2
        Based on Qt 5.15.1 (MSVC 2019, 64 bit)
        Built on Oct 1 2020 01:14:56

        My application seems to work fine, but Library area with available QML Types in Design tab "dies" everytime I try to edit a QML file with pseudo-erroneous import. It doesn't react to clicks and scrolling.

        1 Reply Last reply
        0
        • O Offline
          O Offline
          Oleg R.
          wrote on last edited by
          #9

          Same issue here. Tried the Beta Qt Creator with no success. If I choose Android project and build it, the error disappears, but still Form designer does not show form correctly.

          1 Reply Last reply
          0
          • A Offline
            A Offline
            alaiseca
            wrote on last edited by
            #10

            Exactly the same issues described by other posters. I have upgraded Qt Creator to the latest available version (4.13.2), and also updated to 5.15.1 hoping this to solve the problem, but no luck so far. It's disappointing to see how much time has passed since these issues were initially reported with the Qt staff remaining just silent

            1 Reply Last reply
            0
            • L Offline
              L Offline
              LucyNoodles20
              wrote on last edited by
              #11

              I'm having the same issue as well.

              1 Reply Last reply
              0
              • J Offline
                J Offline
                jay1
                wrote on last edited by
                #12

                I am also facing the same issue, is this issue resolved or can anyone points to the solution

                1 Reply Last reply
                0
                • C Offline
                  C Offline
                  chipolux
                  wrote on last edited by
                  #13

                  Also experiencing the same issue. There is an open bug report here: https://bugreports.qt.io/browse/QTCREATORBUG-24987

                  1 Reply Last reply
                  0
                  • D Offline
                    D Offline
                    dataxelio
                    wrote on last edited by dataxelio
                    #14

                    Hello,
                    I'm having same issue with Qt6.0.1 and Qt Creator 4.14
                    But the application still run successfully. Just got this ennoying error (QML module not found) from Qt Creator and also the subfolder with the full path to xxxx_metatypes.json (as described in a post above)

                    Can someone from Qt help on this please ?
                    Is it a bug on Qt Creator ?

                    Thanks.

                    1 Reply Last reply
                    0
                    • T Offline
                      T Offline
                      Tyrannic
                      wrote on last edited by Tyrannic
                      #15

                      Also having this problem on 5.15.2, Qt Creator 4.14.0.

                      I have local classes with the proper QML_ELEMENT macro in them, along with the proper QML_IMPORT_NAME and QML_IMPORT_MAJOR_VERSION defined. The code runs fine with the QML_IMPORT_PATH set to $$PWD, but the QML documents are still getting highlighted in QtCreator as not being able to find the module.

                      1 Reply Last reply
                      0
                      • J Offline
                        J Offline
                        Joee
                        wrote on last edited by
                        #16

                        Hello,

                        I have the same issue with the Qt5.15.2 and Qt Creator 4.14.2

                        1 Reply Last reply
                        0
                        • J Offline
                          J Offline
                          JR_Techno
                          wrote on last edited by
                          #17

                          I could resolve this problem.
                          On the machine where i install the sofware, i download corresponding QT (example : 5.15.2) with QT Creator.
                          I link the Qml path with the sources :

                          qputenv("QML2_IMPORT_PATH", QString("/home/USER_NAME/Qt/5.15.2/gcc_64/qml").toLatin1());
                          

                          and it's work.
                          You can move/export le qml folder to!

                          1 Reply Last reply
                          0

                          • Login

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