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. [Qt5.4 IFW 1.4.0] Can't find qtquickcontrols
Forum Updated to NodeBB v4.3 + New Features

[Qt5.4 IFW 1.4.0] Can't find qtquickcontrols

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 1 Posters 1.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.
  • C Offline
    C Offline
    Charlie37
    wrote on last edited by
    #1

    Hi everyone,
    We're having issues with qtquickcontrols, when launching a standalone .exe we created with Qt IFW 1.4.0
    Our Qt 5.4 project works fine in Qt Creator.

    @plugin cannot be loaded for module "qtquick.controls": Cannot load library C:/Qt_lastVersion/5.4/msvc2010_opengl/qml/qtquick/controls/qtquickcontrolsplugin.dll@

    But the path is correct, and the dll exists in this directory.

    Everything in the .exe that does not refer to qtquickcontrols is working.
    In the QML files, we also tried importing "qtquickcontrols" (with only lower case, instead of "QtQuickControls"), but the result is the same.
    Thanks in advance

    1 Reply Last reply
    0
    • C Offline
      C Offline
      Charlie37
      wrote on last edited by
      #2

      Hello,
      from DependencyWalker, it seems QT5WIDGETS.dll is missing

      1 Reply Last reply
      0
      • C Offline
        C Offline
        Charlie37
        wrote on last edited by
        #3

        We added the missing DLL into the package (Qt/5.4\msvc2010_opengl\bin\qt5widgets.dll)

        After installation, the program fails with this error:
        @plugin cannot be loaded for module "qtquick.controls": Module namespace 'QtQuick.Controls' does not match import URI 'qtquick.controls'@

        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