Results 1 to 3 of 3

Thread: [Qt5.4 IFW 1.4.0] Can't load qtquickcontrols

  1. #1
    Join Date
    Nov 2008
    Posts
    6
    Thanks
    2
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android

    Default [Qt5.4 IFW 1.4.0] Can't load qtquickcontrols

    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.

    Qt Code:
    1. plugin cannot be loaded for module "qtquick.controls": Cannot load library C:/Qt_lastVersion/5.4/msvc2010_opengl/qml/qtquick/controls/qtquickcontrolsplugin.dll
    To copy to clipboard, switch view to plain text mode 

    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

  2. #2
    Join Date
    Nov 2008
    Posts
    6
    Thanks
    2
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android

    Default Re: [Qt5.4 IFW 1.4.0] Can't load qtquickcontrols

    Hello,
    it seems QT5WIDGETS.dll is missing.

    Here is a screenshot of DependencyWalker:
    http://postimg.org/image/95ocdp8d7/

  3. #3
    Join Date
    Nov 2008
    Posts
    6
    Thanks
    2
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android

    Default Re: [Qt5.4 IFW 1.4.0] Can't load qtquickcontrols

    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'

Similar Threads

  1. Cannot load DLL.
    By cmp1104 in forum Qt Programming
    Replies: 3
    Last Post: 5th April 2013, 00:45
  2. Replies: 6
    Last Post: 4th March 2013, 21:20
  3. 100% CPU load
    By kartun in forum Qt Programming
    Replies: 8
    Last Post: 24th February 2011, 08:11
  4. DLL won't load
    By waynew in forum Qt Programming
    Replies: 8
    Last Post: 25th October 2010, 02:48
  5. Qt4 does not load JPG's.
    By Teuniz in forum Qt Programming
    Replies: 3
    Last Post: 4th September 2007, 00:06

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.