Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. module "QtQuick" is not installed on release
Qt 6.11 is out! See what's new in the release blog

module "QtQuick" is not installed on release

Scheduled Pinned Locked Moved Solved General and Desktop
9 Posts 3 Posters 4.5k Views 3 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.
  • L Offline
    L Offline
    lqsa
    wrote on last edited by
    #1

    On windows application, when run on debug, the program starts without problems, but when change to release and run, appears module "QtQuick" is not installed. What is happening?

    1 Reply Last reply
    0
    • V Offline
      V Offline
      VRHans
      wrote on last edited by
      #2

      Are you running this from visual studio or from qtcreator?
      Also, is this Qt 5.7?

      Usually when you see a warning that a qml module is missing it means that Qt is looking in a hard-coded location that you have to override.

      On Windows I used the windows deployment tool to solve these problems.

      L 1 Reply Last reply
      0
      • V VRHans

        Are you running this from visual studio or from qtcreator?
        Also, is this Qt 5.7?

        Usually when you see a warning that a qml module is missing it means that Qt is looking in a hard-coded location that you have to override.

        On Windows I used the windows deployment tool to solve these problems.

        L Offline
        L Offline
        lqsa
        wrote on last edited by
        #3

        @VRHans From QtCreator, on 5.7

        1 Reply Last reply
        0
        • V Offline
          V Offline
          VRHans
          wrote on last edited by
          #4

          Do you get this problem if you build one of the sample QtQuick apps that comes with 5.7?

          L 1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Hi,

            Are you talking about QtQuick 1 ? If so, it's been deprecated in 5.5 and removed from the pre-built binaries with 5.6.

            If you need it, you can still build it from sources.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            L 1 Reply Last reply
            0
            • V VRHans

              Do you get this problem if you build one of the sample QtQuick apps that comes with 5.7?

              L Offline
              L Offline
              lqsa
              wrote on last edited by
              #6

              @VRHans No. With samples it works.

              1 Reply Last reply
              0
              • SGaistS SGaist

                Hi,

                Are you talking about QtQuick 1 ? If so, it's been deprecated in 5.5 and removed from the pre-built binaries with 5.6.

                If you need it, you can still build it from sources.

                L Offline
                L Offline
                lqsa
                wrote on last edited by
                #7

                @SGaist No. The application only uses QtQuick 2 controls.

                1 Reply Last reply
                0
                • L Offline
                  L Offline
                  lqsa
                  wrote on last edited by
                  #8

                  After delete the compiled folder and rebuild, it's working, the message doesn't appear.

                  1 Reply Last reply
                  0
                  • V Offline
                    V Offline
                    VRHans
                    wrote on last edited by
                    #9

                    Glad you got around the issue :)

                    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