Glam Prestige Journal

Bright entertainment trends with youth appeal.

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/lib

Thanks for any help.

Kumar

Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy