From cc69e9e2ad5528bd77d74f8dc66983e67fa419c1 Mon Sep 17 00:00:00 2001 From: XinJiang1 <1170701029@qq.com> Date: Sat, 21 Dec 2024 22:24:38 +0800 Subject: [PATCH] kuitun#1 stable 1 --- .gitignore | 2 ++ cotton_double2.pro | 16 ++++++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index f4f8dfa..f324acf 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ build release debug .qtc_clangd +Makefile* +*.pro.user* \ No newline at end of file diff --git a/cotton_double2.pro b/cotton_double2.pro index cb73455..e0a22d4 100644 --- a/cotton_double2.pro +++ b/cotton_double2.pro @@ -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