Could not find feature mirclient ERROR
-
When I build QtWebkit-5.8.0 from BLFS link http://download.qt.io/community_releases/5.8/5.8.0-final/qtwebkit-opensource-src-5.8.0.tar.xz, the build commands shows as bellow:
mkdir -p build &&
cd build &&qmake ../WebKit.pro &&
make
the error message raised as Project ERROR: Could not find feature mirclient.
I build and install QT by follow link:
http://download.qt.io/archive/qt/5.8/5.8.0/single/qt-everywhere-opensource-src-5.8.0.tar.xz
If I miss some details when I install qt?If any one have any ideas about this build error?
If some one know the cause of this error, please share it to me, thank you very much. -
@flying-bird Maybe it can be fixed by build mirclient feature into qt, but I can't add it to configure command. Any one can help me?
-
@flying-bird Do you need mirclient?
-
Yes. I need it. How can I get it?
-
@flying-bird said in Could not find feature mirclient ERROR:
How can I get it?
I guess you have to install the dev package for mir client (libmirclient-dev).