- I make part of a 'big' project based on QT-Creator.
- It is an image adquisition/processing project.
- I am working in a particular library where we need to use OpenCV functions.
- I found out how to build, install and include OpenCV using CMAKE.
My problem is that we need that each person on the team can get the OpenCV source and build/install/include automatically (something we normally do with our own libraries) AND this is 100% based on qmake then I should not add CMAKE to our project.
The question is does someone know how to build OpenCV directly with qmake in a project on QT-Creator?
- Else, has anyone built it on QT-Creator with CMAKE? (no Cmake GUI)