下载提交

This commit is contained in:
2021-12-08 17:45:01 +08:00
parent fd10d275ab
commit c22459c135
19 changed files with 13 additions and 2052 deletions

View File

@ -6,6 +6,7 @@ set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTORCC ON)
set(QT Core Network WebSockets SerialPort Widgets)
set(CMAKE_CXX_STANDARD 14)
find_package(Qt5 REQUIRED ${QT})