Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 15th, 2012  |  syntax: None  |  size: 0.71 KB  |  hits: 23  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. OpenCV 2.4 : problems with includes in Qt in windows
  2. QT       += core gui
  3.  
  4. TARGET = test_MTI880
  5. TEMPLATE = app
  6.  
  7. SOURCES += ... ... ...
  8.  
  9. INCLUDEPATH += D:/PointGreyResearch/FlyCapture2/include
  10.         += D:/opencv/include
  11.  
  12. LIBS += D:/opencv/build/x86/vc10/lib/opencv_core240.lib
  13.         D:/opencv/build/x86/vc10/lib/opencv_highgui240.lib
  14.         D:/opencv/build/x86/vc10/lib/opencv_imgproc240.lib
  15.         D:/opencv/build/x86/vc10/lib/opencv_objdetect240.lib
  16.         D:/PointGreyResearch/FlyCapture2/lib/FlyCapture2.lib
  17.         D:/PointGreyResearch/FlyCapture2/lib/C/FlyCapture2_C.lib
  18.         D:/PointGreyResearch/FlyCapture2/lib/FlyCapture2d.lib
  19.         D:/PointGreyResearch/FlyCapture2/lib/FC1/PGRFlyCapture.lib