Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-39003

qmlscene: static build does not provide qtquick plugins

    XMLWordPrintable

Details

    • 69c6d2648836043e707416c6ae8f3c4b695c906f (qtdeclarative)

    Description

      i've compiled qt on osx as static binaries, this means that plugins need to be imported explicitly in the c++ code. the qmlscene tool does not seem to provide the plugins for QtQuick, they cannot be imported from the qml-file:

      /path/to/main.qml:1 module "QtQuick" plugin "qtquick2plugin" not found

      the file starts with:

      import QtQuick 2.1
      import QtQuick.Controls 1.0
      import QtQuick.Layouts 1.0
      

      it would be great if the static build of qmlscene could provide the plugins of the built-in qtquick plugins.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            shausman Simon Hausmann
            timblechmann tim blechmann
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes