Skip to content

Commit 3a27067

Browse files
committed
Fix build.
1 parent ffa901d commit 3a27067

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

SerialPrograms/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,8 @@ file(GLOB MAIN_SOURCES
553553
Source/CommonFramework/Tools/SuperControlSession.h
554554
Source/CommonFramework/Tools/VideoResolutionCheck.cpp
555555
Source/CommonFramework/Tools/VideoResolutionCheck.h
556+
Source/CommonFramework/Tools/VideoStream.cpp
557+
Source/CommonFramework/Tools/VideoStream.h
556558
Source/CommonFramework/VideoPipeline/Backends/CameraImplementations.cpp
557559
Source/CommonFramework/VideoPipeline/Backends/CameraImplementations.h
558560
Source/CommonFramework/VideoPipeline/Backends/CameraWidgetQt5.cpp

SerialPrograms/SerialPrograms.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ SOURCES += \
290290
Source/CommonFramework/Tools/StatsTracking.cpp \
291291
Source/CommonFramework/Tools/SuperControlSession.cpp \
292292
Source/CommonFramework/Tools/VideoResolutionCheck.cpp \
293+
Source/CommonFramework/Tools/VideoStream.cpp \
293294
Source/CommonFramework/VideoPipeline/Backends/CameraImplementations.cpp \
294295
Source/CommonFramework/VideoPipeline/Backends/CameraWidgetQt5.cpp \
295296
Source/CommonFramework/VideoPipeline/Backends/CameraWidgetQt6.cpp \
@@ -1388,6 +1389,7 @@ HEADERS += \
13881389
Source/CommonFramework/Tools/StatsTracking.h \
13891390
Source/CommonFramework/Tools/SuperControlSession.h \
13901391
Source/CommonFramework/Tools/VideoResolutionCheck.h \
1392+
Source/CommonFramework/Tools/VideoStream.h \
13911393
Source/CommonFramework/VideoPipeline/Backends/CameraImplementations.h \
13921394
Source/CommonFramework/VideoPipeline/Backends/CameraWidgetQt5.h \
13931395
Source/CommonFramework/VideoPipeline/Backends/CameraWidgetQt6.h \

0 commit comments

Comments
 (0)