I'm trying to compile the slackbuild for recoll.
https://slackbuilds.org/repository/14.1/desktop/recoll/
for some reason, it is looking for header files in a lot of the qt4 folders when it should only be looking in the qt5 folders. To try to prevent this I added the following two lines to my slackbuild:
Code: Select all
export QTDIR=/opt/qt5
export PATH=/opt/qt5/bin:/usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin
but it's not enough.