1 Star 0 Fork 1

hnmrlwy/RobotControl

forked from haodafa/RobotControl 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
RobotControl.pro 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
haodafa 提交于 2021-09-14 22:30 +08:00 . 增加opencv库,添加图像识别
QT += quick widgets network core quickwidgets sql qml svg concurrent positioning multimedia multimediawidgets
CONFIG += c++11
CONFIG -= qml_debug
TARGET = RobotControl
DEFINES += QT_DEPRECATED_WARNINGS
# 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
include(MainWidget/MainWidget.pri)
include(ControlQml/ControlQml.pri)
include(Data/Data.pri)
include(DataBase/DataBase.pri)
include(FunManagement/FunManagement.pri)
include(VehicleManagement/VehicleManagement.pri)
include(ConnectManagement/ConnectManagement.pri)
include(VideoManagement/VideoManagement.pri)
SOURCES += \
main.cpp
RESOURCES += \
JsonFile/JsonFile.qrc \
Resources/Resources.qrc \
qml/qml.qrc
win32{
RC_ICONS = $$PWD/Resources/RobotControl.ico
}
# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH += $$PWD/qml
# Additional import path used to resolve QML modules just for Qt Quick Designer
QML_DESIGNER_IMPORT_PATH =
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
win32: LIBS += -L$$PWD/ffmpeg34/dev/lib/ -lavcodec -lavdevice -lavfilter -lavformat -lavutil -lpostproc -lswresample -lswscale
INCLUDEPATH += $$PWD/ffmpeg34/dev/include
DEPENDPATH += $$PWD/ffmpeg34/dev/include
LIBS += -L$$PWD/opencv/lib/ -lopencv_core440 -lopencv_highgui440 -lopencv_imgproc440 -lopencv_videoio440
INCLUDEPATH += $$PWD/opencv/include
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/mrlwy/robot-control.git
git@gitee.com:mrlwy/robot-control.git
mrlwy
robot-control
RobotControl
master

搜索帮助