summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorSimon Rettberg2021-11-22 15:56:24 +0100
committerSimon Rettberg2021-11-22 15:56:24 +0100
commitbd13c3716248570f14982b8e03a4adf4926e0c24 (patch)
tree0ef0dc9bad8de36f53c6d1cc9d5657c6576f1576 /src/CMakeLists.txt
parentTry to group the output configurations in the last tab (diff)
downloadpavucontrol-slx-bd13c3716248570f14982b8e03a4adf4926e0c24.tar.gz
pavucontrol-slx-bd13c3716248570f14982b8e03a4adf4926e0c24.tar.xz
pavucontrol-slx-bd13c3716248570f14982b8e03a4adf4926e0c24.zip
Add -o option to select output profilev29r1
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 4c95f63..7e4effe 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -17,6 +17,7 @@ set(pavucontrol-qt_HDRS
sourcewidget.h
streamwidget.h
elidinglabel.h
+ helper.h
)
set(pavucontrol-qt_SRCS
@@ -33,6 +34,7 @@ set(pavucontrol-qt_SRCS
sourcewidget.cc
streamwidget.cc
elidinglabel.cc
+ helper.cc
)
set(pavucontrol-qt_UI