代码拉取完成,页面将自动刷新
QT += core gui statemachine network multimedia
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++20
# # 针对C++源文件
# QMAKE_CXXFLAGS_RELEASE += /MT
# # 针对C源文件
# QMAKE_CFLAGS_RELEASE += /MT
# 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
DEFINES += WIN32_LEAN_AND_MEAN
SOURCES += \
UICanvasImageItem.cpp \
Utils.cpp \
animatedgifitem.cpp \
blureffect.cpp \
blurpicker.cpp \
bridge.cpp \
chip.cpp \
ehome_img_btn.cpp \
ehome_resimg.cpp \
graphic/ArcItem.cpp \
graphic/CircleItem.cpp \
graphic/EllipseItem.cpp \
graphic/GraphicsItem.cpp \
graphic/ItemMove.cpp \
graphic/MyScene.cpp \
graphic/MyView.cpp \
graphic/PointItem.cpp \
graphic/PolygonItem.cpp \
graphic/QtDemo1.cpp \
graphic/RectItem.cpp \
graphic/ReverseRectItem.cpp \
graphic/demotest.cpp \
hv/clock.cpp \
hv/http_rep.cpp \
hv/http_srv.cpp \
hv/module.cpp \
imgitem.cpp \
main.cpp \
mainwindow.cpp \
pixmap.cpp \
uicanvasitembase.cpp
HEADERS += \
UICanvasImageItem.h \
Utils.h \
animatedgifitem.h \
blureffect.h \
blurpicker.h \
bridge.h \
chip.h \
ehome_img_btn.h \
ehome_resimg.h \
graphic/ArcItem.h \
graphic/CircleItem.h \
graphic/EllipseItem.h \
graphic/GraphicsItem.h \
graphic/ItemMove.h \
graphic/MyScene.h \
graphic/MyView.h \
graphic/PointItem.h \
graphic/PolygonItem.h \
graphic/QtDemo1.h \
graphic/RectItem.h \
graphic/ReverseRectItem.h \
graphic/demotest.h \
hv/clock.h \
hv/erc.hpp \
hv/http_client.hpp \
hv/http_rep.h \
hv/http_srv.h \
hv/logger.hpp \
hv/module.h \
hv/serializer.hpp \
hv/service_test.hpp \
imgitem.h \
mainwindow.h \
pixmap.h \
uicanvasitembase.h
FORMS += \
ehome_img_btn.ui \
graphic/QtDemo1.ui \
graphic/demotest.ui \
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 += \
data/res.qrc \
ehome_oimage.qrc \
res.qrc
INCLUDEPATH += $$PWD/graphic
LIBS += -L$$PWD/../../yjjworkspace/mbes/vcpkg/installed/x64-windows/lib/ -lhv -lws2_32
INCLUDEPATH += $$PWD/../../yjjworkspace/mbes/vcpkg/installed/x64-windows/include
DEPENDPATH += $$PWD/../../yjjworkspace/mbes/vcpkg/installed/x64-windows/include
LIBS += -L$$PWD/../../lib64/boost/lib
INCLUDEPATH += $$PWD/../../lib64
DEPENDPATH += $$PWD/../../lib64
INCLUDEPATH +=$$PWD/third/spdlog/include
INCLUDEPATH +=$$PWD/third/msgpack/include
include(./utils/utils.pri)
LIBS += -L$$PWD/../../lib64/cpr/lib -lcpr -llibcurl -lzlibstatic
INCLUDEPATH +=$$PWD/../../lib64/cpr/include
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。