添加伺服系统

This commit is contained in:
hm
2020-10-06 17:11:59 +08:00
parent 16579855c0
commit 6da5821dcb
12 changed files with 439 additions and 10 deletions
+35
View File
@@ -0,0 +1,35 @@
QT += opengl
QT += network
QT += sql
QT += svg
QT += quickwidgets
QT += quick
QT += qml
FORMS += \
$$PWD/ServoSystem.ui
HEADERS += \
$$PWD/ServoSystem.h
SOURCES += \
$$PWD/ServoSystem.cpp