I am trying to install the quiteinsane gimp plugin on Ubuntu 16.04.
I am getting this error:
checking for Qt... configure: error: Qt (>= Qt 2.2.2) (headers and libraries) not found. Please check your installation!After searching the web, I have done
sudo apt-get install libqt5-*
sudo apt-get install libqt4-*
sudo apt-get install libqt3-*I still keep getting this error.
I have even installed Qt5 in my home directory, following the instructions on the web on how to do it,
but I don't know how to make the installer recognize that. Someone had suggested adding the include and lib paths of the install in the configure line, but that did not work either. This was the configure command I used then:
./configure --enable-mt --with-qt-includes=/home/skumar/Qt/5.9.1/gcc_64/include --with-qt-libraries=/home/skumar/Qt/5.9.1/gcc_64/libThanks for any help.
Kumar
Reset to default