Build OpenCV with QMAKE

asked 2019-11-19 03:51:14 -0600

  • 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)
edit retag flag offensive close merge delete

Comments

AND this is 100% based on qmake then I should not add CMAKE to our project.

i'm afraid, you cannot build opencv libs without cmake

however, once you have the opencv libs, you can use qmake to build your own project, unfortunately, this is quite off-topic here, imho.

berak gravatar imageberak ( 2019-11-19 04:00:59 -0600 )edit