
27 Mar
2016
27 Mar
'16
4:49 a.m.
On 26/03/2016 19:35, Max Voit wrote:
On debian-based distributions you may use apt-file to find which package(s) contain files, e.g. (on jessie):
% apt-file find libQt5Widgets.so libqt5widgets5: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 I compiled Qt5 from sources. This file is in /media/travail/debian-sources/qt5/qtbase/lib/ . Is the path correctly set in the cabal description file ?
-- Fabien