-2

I am trying to link OpenCV library with Qt (following these instructions), but I have some compilation errors:

Compilation errors

Any one can help me?

Morix Dev
  • 2,700
  • 1
  • 28
  • 49
Barq
  • 3
  • 1
  • 6
  • Did you see the pic,All of what I need is a help to understand what is the source of this problem?and how can I solve it – Barq Sep 17 '14 at 06:34

1 Answers1

1

You have to specify the Paths by hand. Click on the red entries and set the path to the according path.

You can read more about this problem in this Question: Error in OpenCV configuration for Qt Creator

Community
  • 1
  • 1
Mailerdaimon
  • 6,003
  • 3
  • 35
  • 46
  • Thanks ,I follow the instructions on the link you've mentioned and It works fine ,the program works But I have another problem which is displaying image in screen using imshow() function , It display a white window http://pbrd.co/1qgNHIZ – Barq Sep 17 '14 at 19:35
  • Please open up a new Question. But, in short: check if your image was loaded correctly. – Mailerdaimon Sep 18 '14 at 10:07
  • I have already opened a new question and it is solved http://stackoverflow.com/questions/25904628/can-not-read-image-in-opencv – Barq Sep 18 '14 at 12:45