加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
kuaishou.pro 2.90 KB
一键复制 编辑 原始数据 按行查看 历史
编号001 提交于 2024-11-03 21:21 . init
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化