kuitun#1 stable 1

This commit is contained in:
XinJiang1 2024-12-21 22:24:38 +08:00
parent f6182b8c7b
commit cc69e9e2ad
2 changed files with 12 additions and 6 deletions

2
.gitignore vendored
View File

@ -3,3 +3,5 @@ build
release
debug
.qtc_clangd
Makefile*
*.pro.user*

View File

@ -31,10 +31,14 @@ qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
INCLUDEPATH += D:/desktop/Cotton/cotton/Include
DEPENDPATH += D:/desktop/Cotton/cotton/Include
LIBS += -LD:/desktop/Cotton/cotton/LIB -lmil
LIBS += -LD:/desktop/Cotton/cotton/LIB -lMilim
INCLUDEPATH += C:/Users/Administrator/Desktop/cotton_double/Include
DEPENDPATH += C:/Users/Administrator/Desktop/cotton_double/Include
LIBS += -LC:/Users/Administrator/Desktop/cotton_double/LIB -lmil
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