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. [SOLVED] QtQuick plugin not loading
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] QtQuick plugin not loading

Scheduled Pinned Locked Moved QML and Qt Quick
3 Posts 2 Posters 3.3k 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.
  • T Offline
    T Offline
    tmurison
    wrote on last edited by
    #1

    I'm using Qt 5.4.0-RC on OSX Yosemite. Previous versions of my app were using older versions of Qt/QML without issue.

    After upgrading to 5.4.0-RC and updating my project files to get shadowed builds working, I'm seeing the following error when running my app:

    @debug: "qrc:///qml/ProgressView.qml:1 module "QtQuick" plugin "qtquick2plugin" not found@

    I've checked the app bundle and libqtquick2plugin.dylib is indeed present in the Contents/Plugins/quick folder. When I run with QT_DEBUG_PLUGINS I can see the platform and imageformats plugins being loaded properly.

    What am I missing?

    1 Reply Last reply
    0
    • O Offline
      O Offline
      onek24
      wrote on last edited by
      #2

      Hey,

      please check your .pro file, please add these if they aren't there:
      @QT += qml quick@
      Also what are you using as your QML engine?

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tmurison
        wrote on last edited by
        #3

        Yes it does. This is caused by https://bugreports.qt-project.org/browse/QTBUG-42954.

        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