I'm attempting to use the new(ish) c++ interface for OpenCV and qt5 framework. It seems that these require the use of cmake, a utility that seems to do a lot but in basic terms it provides access to the OpenCV and qt libraries for the compiler and linker.
OpenCV had a good tutorial
here. I used their code and was able to get the project up and running. Adding in qt support has been more difficult. All attempts so far have resulted in compiler errors. I'm unsure of what #include statements to make and how to modify the CMakeLists.txt file to provide the correct references.
Any suggestions?