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

Linking shared object to QML plugin breaks it inexplicably.

    XMLWordPrintable

Details

    • 220758a51ba70ddfc21894c737b012a171a2cfe2

    Description

      After executing QT creator's wizard for creating a plugin which exposes a datatype "dType" to QML, a proprietary shared library is linked to the plugin after which dType is not found by qmlviewer anymore (i.e. dType is not found for QML code).

      Removing linkage enables the QML code to use dType again.

      The problem was likely that the plugin had a dynamic link error, which QML did not report. QML should report this, to facilitate debugging.

      Attachments

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

        Activity

          People

            chriadam Christopher Adams (closed Nokia identity) (Inactive)
            qtbuguser Rob Loefman
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes