Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. [Solved]SvgRenderer Error
Forum Updated to NodeBB v4.3 + New Features

[Solved]SvgRenderer Error

Scheduled Pinned Locked Moved Mobile and Embedded
7 Posts 2 Posters 2.2k 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.
  • D Offline
    D Offline
    dreamerindia
    wrote on last edited by
    #1

    Hi all,

    I am trying to use QtSvgSlideswitch in my application. when i compile it is fine. during run time it is giving symbol lookup error as
    ./PortableTester: symbol lookup error: /home/libVIInterface.so: undefined symbol: _ZN12QSvgRendererC1EP7QObject

    does anybody faced this error?

    what is the problem wth svg renderer.

    ~Ravivarman~

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      seems like you're running on linux (why do you have a library in the home dir ?)

      Do you have Qt's svg lib available in your LD_LIBRARY_PATH ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • D Offline
        D Offline
        dreamerindia
        wrote on last edited by
        #3

        Hi,

        Thank you for suggestion.

        Yes i have the libqsvg.so in the library path i.e(/exports/nfsroot-ccwmx51js/usr/local/QtEmbedded-4.7.1/plugins/imageformats/)

        ~Ravivarman~

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Since you're on embedded, do you have this error on your target ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • D Offline
            D Offline
            dreamerindia
            wrote on last edited by
            #5

            Hi SGaist,

            thank you.

            Actually the problem is i forget to add the
            @QT += svg@

            in the pro file.

            thanks for your suggestions.

            ~Ravivarman~

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Just to be sure, was the error happening at run time ?

              Anyway, glad you found out, don't forget to update the thread's title to solved so other forum users will know that it's all good :)

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • D Offline
                D Offline
                dreamerindia
                wrote on last edited by
                #7

                Yes error happening in the run time.
                :-)

                ~Ravivarman~

                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