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