Teademia 916b2ab3f0 A.2
In this commit I compile 6.52 version into 5.90
And I was able to  extract any object in the JSON provided by www.baidu.com Server
In next Version. I will add an camera to read Image and deliver it to Server.
2023-09-28 14:18:53 +08:00

32 lines
719 B
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 += \
getaccesstoken.cpp \
main.cpp \
mainwindow.cpp \
qfacesearchr.cpp
HEADERS += \
getaccesstoken.h \
mainwindow.h \
qfacesearchr.h
FORMS += \
mainwindow.ui
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
RESOURCES += \
Face.qrc