fix gitignore and include path
This commit is contained in:
@@ -265,7 +265,7 @@ LIBS += -L$$PWD\lib\acs\
|
||||
LIBS += -L$$PWD\lib\lasermark\
|
||||
-llibLaserMark
|
||||
|
||||
LIBS += D:/Spark110/lib/R_detection/RMS_Dll.dll
|
||||
LIBS += $$PWD/lib/R_detection/RMS_Dll.dll
|
||||
|
||||
|
||||
INCLUDEPATH += $$PWD/MVS/Includes
|
||||
@@ -273,9 +273,9 @@ DEPENDPATH += $$PWD/MVS/Includes
|
||||
LIBS += -L$$PWD/MVS/Libraries/win64/ -lMvCameraControl
|
||||
|
||||
|
||||
INCLUDEPATH += D:/Spark110/OpenCV/include
|
||||
DEPENDPATH += D:/Spark110/OpenCV/include
|
||||
LIBS += D:/Spark110/OpenCV/x64/mingw/lib/libopencv_*.a
|
||||
INCLUDEPATH +=$$PWD/OpenCV/include
|
||||
DEPENDPATH += $$PWD/OpenCV/include
|
||||
LIBS += $$PWD/OpenCV/x64/mingw/lib/libopencv_*.a
|
||||
|
||||
#LIBS += -L$$PWD/OpenCV/x64/mingw/lib/ -llibopencv_core450
|
||||
|
||||
|
||||
Reference in New Issue
Block a user