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. "module “QtQuick.Shapes” is not installed "
Forum Updated to NodeBB v4.3 + New Features

"module “QtQuick.Shapes” is not installed "

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
5 Posts 3 Posters 4.1k 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
    kapi
    wrote on last edited by
    #1

    Running any of the examples successed with QtCreator,but when i run the release version with the .exe , then the message show up that "module “QtQuick.Shapes” is not installed "

    K 1 Reply Last reply
    0
    • K kapi

      Running any of the examples successed with QtCreator,but when i run the release version with the .exe , then the message show up that "module “QtQuick.Shapes” is not installed "

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @kapi

      Hi and welcome to devnet forum

      Can you start the release exe application with Ctrl+r from creator?
      If yes, you need to check for the dynamic libs and plugins for installation.

      What OS are you using?
      What is the Qt version?

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • K Offline
        K Offline
        kapi
        wrote on last edited by
        #3

        window10 and qt 5.12.2,
        Ctrl+r from creator to running is right
        ,but i use "windeployqt test-connector.exe -qmldir D:\Qt\5.12.2\msvc2017_64\qml" to package,and running the .exe,but is show up "module “QtQuick.Shapes” is not installed"
        0_1554290406486_QQ截图20190403191653.png image url)
        the shapes lib is exist

        1 Reply Last reply
        0
        • K Offline
          K Offline
          kapi
          wrote on last edited by
          #4

          i have solved that, use "windeployqt test-connector.exe -qmldir E:\whereveryourcodeis\projectname" to package is right

          1 Reply Last reply
          0
          • K Offline
            K Offline
            kogiokka
            wrote on last edited by
            #5

            After windeployqt, copy Qt5QuickShapes.dll from <compiler lib>/bin into the root of your standalone package, and then copy the Shapes folder under <compiler lib>/qml/QtQuick into the QtQuick folder inside your package.

            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