Switch to unified view

a/src/kde/kioslave/kio_recoll/00README.txt b/src/kde/kioslave/kio_recoll/00README.txt
...
...
58
 - In the Recoll source, go to kde/kioslave/recoll, then build and
58
 - In the Recoll source, go to kde/kioslave/recoll, then build and
59
   install the kio slave:
59
   install the kio slave:
60
60
61
mkdir builddir
61
mkdir builddir
62
cd builddir
62
cd builddir
63
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
63
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
64
make
64
make
65
sudo make install
65
sudo make install
66
66
67
 - You should have a look at where "make install" copies things,
67
 - You should have a look at where "make install" copies things,
68
   because misconfigured distribution, generating wrong targets, are
68
   because misconfigured distribution, generating wrong targets, are