添加了温度测试

This commit is contained in:
xin
2025-03-10 09:55:18 +08:00
parent 1269e520e2
commit 50cc3c0aff
68 changed files with 25280 additions and 1555 deletions

View File

@ -5,7 +5,9 @@ set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTORCC ON)
set(QT Core Network WebSockets SerialPort Widgets)
set(CMAKE_CXX_STANDARD 14)
IF (WIN32)
set(CMAKE_PREFIX_PATH "C:\\Qt\\Qt5.12.7\\5.12.7\\mingw73_64")
ENDIF ()
find_package(Qt5 REQUIRED ${QT})