增加linux 远程调试--Visual Studio 2022

This commit is contained in:
2021-11-23 12:55:49 +08:00
parent 5339ea33b1
commit 4818cc1088
3 changed files with 24 additions and 7 deletions

View File

@ -5,7 +5,7 @@ set(CMAKE_AUTOMOC ON)
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})