kuitun#1 stable 1
This commit is contained in:
parent
f6182b8c7b
commit
cc69e9e2ad
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,3 +3,5 @@ build
|
|||||||
release
|
release
|
||||||
debug
|
debug
|
||||||
.qtc_clangd
|
.qtc_clangd
|
||||||
|
Makefile*
|
||||||
|
*.pro.user*
|
||||||
@ -31,10 +31,14 @@ qnx: target.path = /tmp/$${TARGET}/bin
|
|||||||
else: unix:!android: target.path = /opt/$${TARGET}/bin
|
else: unix:!android: target.path = /opt/$${TARGET}/bin
|
||||||
!isEmpty(target.path): INSTALLS += target
|
!isEmpty(target.path): INSTALLS += target
|
||||||
|
|
||||||
INCLUDEPATH += D:/desktop/Cotton/cotton/Include
|
INCLUDEPATH += C:/Users/Administrator/Desktop/cotton_double/Include
|
||||||
DEPENDPATH += D:/desktop/Cotton/cotton/Include
|
DEPENDPATH += C:/Users/Administrator/Desktop/cotton_double/Include
|
||||||
LIBS += -LD:/desktop/Cotton/cotton/LIB -lmil
|
LIBS += -LC:/Users/Administrator/Desktop/cotton_double/LIB -lmil
|
||||||
LIBS += -LD:/desktop/Cotton/cotton/LIB -lMilim
|
LIBS += -LC:/Users/Administrator/Desktop/cotton_double/LIB -lMilim
|
||||||
|
|
||||||
INCLUDEPATH += F:/matrox/opencv/build/include
|
|
||||||
LIBS += F:/matrox/opencv/build/x64/vc16/lib/opencv*.lib
|
LIBS += \
|
||||||
|
D:/opencv/opencv410-vs22/x64/vc17/lib/*.lib
|
||||||
|
|
||||||
|
INCLUDEPATH += \
|
||||||
|
D:/opencv/opencv410-vs22/include
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user