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. qtquick2plugin not found
Qt 6.11 is out! See what's new in the release blog

qtquick2plugin not found

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
4 Posts 3 Posters 1.6k Views
  • 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.
  • J Offline
    J Offline
    jaquilio
    wrote on last edited by jaquilio
    #1

    I am running my executable on Windows with QML_IMPORT_TRACE enabled. I am seeing the following error message in the output log:

    qt.qml.import: resolvePlugin Could not resolve dynamic plugin with base name "qtquick2plugin" in ":/qt-project.org/imports/QtQuick"  file does not exist
    

    Any idea about the cause/fix for the issue?

    1 Reply Last reply
    0
    • Z Offline
      Z Offline
      Zuuka
      wrote on last edited by Zuuka
      #2

      I am running in the same problem using linux and Qt6.8.
      "Could not resolve dynamic plugin with base name "qtquick2plugin" in ":/qt-project.org/imports/QtQuick" file does not exist"
      The lib "libqtquick2plugin.so" exists within the qml/QtQuick dir, also the QT_PLUGIN_PATH variable contains that folder so it should be found. QML_IMPORT_PATH is also set to the folder "qml".
      Did you manage to solve the problem @jaquilio ?

      JonBJ 1 Reply Last reply
      0
      • Z Zuuka

        I am running in the same problem using linux and Qt6.8.
        "Could not resolve dynamic plugin with base name "qtquick2plugin" in ":/qt-project.org/imports/QtQuick" file does not exist"
        The lib "libqtquick2plugin.so" exists within the qml/QtQuick dir, also the QT_PLUGIN_PATH variable contains that folder so it should be found. QML_IMPORT_PATH is also set to the folder "qml".
        Did you manage to solve the problem @jaquilio ?

        JonBJ Offline
        JonBJ Offline
        JonB
        wrote on last edited by
        #3

        @Zuuka Does your project use static linking?

        1 Reply Last reply
        0
        • Z Offline
          Z Offline
          Zuuka
          wrote on last edited by Zuuka
          #4

          @JonB No, it is dynamic linked.

          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