- Grafische Ausgabe kann nun als Video aufgezeichnet werden

- Verbindung über TCP/IP
This commit is contained in:
2026-08-18 07:34:20 +02:00
parent a942f8385b
commit 36923e1646
16 changed files with 724 additions and 311 deletions

View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(UARTScope VERSION 1.0.0 LANGUAGES CXX)
project(UARTScope VERSION 1.1.0 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
@@ -12,6 +12,7 @@ find_package(Qt6 REQUIRED COMPONENTS
Gui
Widgets
SerialPort
Network
)
set(SOURCES
@@ -49,6 +50,7 @@ target_link_libraries(uartscope PRIVATE
Qt6::Gui
Qt6::Widgets
Qt6::SerialPort
Qt6::Network
)
# V4L2 uses Linux kernel headers directly (linux/videodev2.h)