cotton_double/cotton_double2.pro
2024-12-21 22:24:38 +08:00

45 lines
1.1 KiB
Prolog

QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++17
# You can make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
camera.cpp \
globals.cpp \
img_utils.cpp \
main.cpp \
onnxrunner.cpp \
widget.cpp
HEADERS += \
camera.h \
globals.h \
img_utils.h \
onnxrunner.h \
widget.h
FORMS += \
widget.ui
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
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
LIBS += \
D:/opencv/opencv410-vs22/x64/vc17/lib/*.lib
INCLUDEPATH += \
D:/opencv/opencv410-vs22/include