[Solved] cannot find libraries lgio-2.0 Qt 5.2 Linux
-
wrote on 27 Dec 2013, 13:58 last edited by
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.
-
wrote on 27 Dec 2013, 14:04 last edited by
Missing libraries:
-lxslt -lgio-2.0 -lgstapp-0.10 -lginterfaces-0.10 -lgstpbutils-0.10 lgstvideo-0.10
and many more -lg libraries.
-
wrote on 29 Dec 2013, 15:13 last edited by
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.
-
wrote on 29 Dec 2013, 15:20 last edited by
Solution: install packages
libgstreamer1.0-dev
libgstreamer0.10-dev
libgstreamer-plugins-base1.0-dev
libgstreamer-plugins-base0.10-dev
libxslt1-dev
1/4