I'm using OpenCV 3.1.0 on my PC which runs on Ubuntu 16.04 and I'd like to be able to create GUIs on my OpenCV projects and I've read that using QT is the best way to go about this. The question is, how do I get OpenCV to support QT? I originally built it without QT and considering how much of a nightmare setting up OpenCV has been, I don't really want to have to start from scratch but is there a way to recompile it, perhaps with cmake in order to support QT?
I've downloaded "libqt4-dev" on my repository (I think) using the following:
sudo -y apt-get install libqt4-dev
So I've downloaded it but it's just sitting there not being useful. How do I integrate QT with OpenCV 3.1?
Thanks in advance