martyr-deepin / deepin-tool-kit

163 stars 47 forks source link

Project ERROR: Unknown module(s) in QT: x11extras #10

Open ghost opened 7 years ago

ghost commented 7 years ago

I am trying to install deepin-tool-kit. in Ubuntu 17.10 On executing make, getting below error.

Project ERROR: Unknown module(s) in QT: x11extras Makefile:96: recipe for target 'sub-dwidget-make_first' failed make: *** [sub-dwidget-make_first] Error 3

Iceyer commented 7 years ago

try install libqt5x11extras5-dev or search libqt5x11extras with

apt-cache search libqt5x11extras

and install the dev package you need.

onyxcode commented 3 years ago

try install libqt5x11extras5-dev or search libqt5x11extras with

apt-cache search libqt5x11extras

and install the dev package you need.

This fixed it, thanks!