Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [Solved] cannot find libraries lgio-2.0 Qt 5.2 Linux
QtWS25 Last Chance

[Solved] cannot find libraries lgio-2.0 Qt 5.2 Linux

Scheduled Pinned Locked Moved General and Desktop
4 Posts 1 Posters 3.9k 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.
  • T Offline
    T Offline
    toa1
    wrote on last edited by
    #1

    I am running ubuntu 13.10 and have been using Qt 5.1.1, I decided to update to 5.2.0. Now cannot find many libraries when trying to build.

    1 Reply Last reply
    0
    • T Offline
      T Offline
      toa1
      wrote on last edited by
      #2

      Missing libraries:

      -lxslt -lgio-2.0 -lgstapp-0.10 -lginterfaces-0.10 -lgstpbutils-0.10 lgstvideo-0.10

      and many more -lg libraries.

      1 Reply Last reply
      0
      • T Offline
        T Offline
        toa1
        wrote on last edited by
        #3

        https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1165250

        This bug reports that when add "QT += webkitwidgets",will cause link Error.

        Removing webkitwidgets does fix the problem, except then I cannot use the web view as I was attempting to do. I would note that in 5.1.1 I did not have this problem with the exact same code and project. I did however download the 5.2 version because I had read that they did some reworking on QWebkit.

        1 Reply Last reply
        0
        • T Offline
          T Offline
          toa1
          wrote on last edited by
          #4

          Solution: install packages
          libgstreamer1.0-dev
          libgstreamer0.10-dev
          libgstreamer-plugins-base1.0-dev
          libgstreamer-plugins-base0.10-dev
          libxslt1-dev

          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