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] Fails to load QML extension using Qt's SVG module
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] Fails to load QML extension using Qt's SVG module

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

    I created a QML extension plugin to use within my application, but it fails to load, showing the error:

    @
    giieditor2-build-desktop-Qt_in_PATH_Release/giieditor2:
    symbol lookup error: /usr/lib/qt/imports/org/blowthemall/gii/libgii.so:
    undefined symbol: _ZN12QSvgRendererC1ERK7QStringP7QObject
    @

    The code for the plugin is very small (most part of it was written by the QtCreator code generator) and can be found here:
    https://code.google.com/p/blowthemall/source/browse/libbta/projects/qmlplugin.pro
    https://code.google.com/p/blowthemall/source/browse/libbta/src/qmlplugin

    I added QT += svg to the plugin and the application using the plugin, but still fails to load. Can anyone point me something I'm missing?

    1 Reply Last reply
    0
    • V Offline
      V Offline
      vinipsmaker
      wrote on last edited by
      #2

      I upgraded my system and the application worked.

      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