Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. INCLUDEPATH += /usr/local/include/boost
  2. INCLUDEPATH += /usr/include/c++/4.2.1
  3. INCLUDEPATH += /usr/local/include/opencv
  4. INCLUDEPATH += /opt/intel/Compiler/11.1/088/Frameworks/ipp/include/
  5.  
  6. LIBS += -L"/usr/local/Cellar/opencv/2.2/lib" -lopencv_core -lopencv_highgui -lopencv_imgproc -lopencv_flann
  7. LIBS += -L"/Developer/opt/intel/Compiler/11.1/088/lib" -liomp5
  8.  
  9. LIBS += -L"/opt/intel/Compiler/11.1/088/Frameworks/ipp/bin" -lippcore-6.1 -lippi-6.1 -lippcv-6.1 -lippm-6.1 -liomp5
  10. #LIBS += /Developer/opt/intel/Compiler/11.1/088/Frameworks/ipp/lib/libippcore.a
  11. #LIBS += /Developer/opt/intel/Compiler/11.1/088/Frameworks/ipp/lib/libippimerged.a
  12. #LIBS += /Developer/opt/intel/Compiler/11.1/088/Frameworks/ipp/lib/libippcvmerged.a
  13. #LIBS += /Developer/opt/intel/Compiler/11.1/088/Frameworks/ipp/lib/libippmmerged.a
  14. #LIBS += /Developer/opt/intel/Compiler/11.1/088/lib/libiomp5.a
  15.  
  16. SOURCES += \
  17. CornerDetector.cpp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement