summaryrefslogtreecommitdiff
path: root/build/CMakeFiles/tmix.dir/DependInfo.cmake
diff options
context:
space:
mode:
authorCalvin Morrison <calvin@pobox.com>2026-05-12 21:32:53 -0400
committerCalvin Morrison <calvin@pobox.com>2026-05-12 21:32:53 -0400
commitf6f7c36909fa161efe53c40e9b4c34856e751536 (patch)
treeeff44527b0be61eb2e19c9f483ed38b72879af11 /build/CMakeFiles/tmix.dir/DependInfo.cmake
Initial tmix skeleton — model layer + basic UI
PulseModel: stable PulseDevice objects keyed by PA index, updated in-place via postEvent reconciliation. No bulk rebuilds. Three signals: deviceAdded, deviceRemoved (device changed handled per-device via volumeChanged/muteChanged/nameChanged). MixerWindow: four-tab layout (Output/Input/Playback/Recording), adds and removes individual DeviceWidgets in response to model signals. Builds and links cleanly against TQt3/TDE + libpulse. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'build/CMakeFiles/tmix.dir/DependInfo.cmake')
-rw-r--r--build/CMakeFiles/tmix.dir/DependInfo.cmake24
1 files changed, 24 insertions, 0 deletions
diff --git a/build/CMakeFiles/tmix.dir/DependInfo.cmake b/build/CMakeFiles/tmix.dir/DependInfo.cmake
new file mode 100644
index 0000000..f8107d2
--- /dev/null
+++ b/build/CMakeFiles/tmix.dir/DependInfo.cmake
@@ -0,0 +1,24 @@
+
+# Consider dependencies only in project.
+set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
+
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+ )
+
+# The set of dependency files which are needed:
+set(CMAKE_DEPENDS_DEPENDENCY_FILES
+ "/home/calvin/tmix/src/main.cpp" "CMakeFiles/tmix.dir/src/main.cpp.o" "gcc" "CMakeFiles/tmix.dir/src/main.cpp.o.d"
+ "/home/calvin/tmix/src/model/audiodevice.cpp" "CMakeFiles/tmix.dir/src/model/audiodevice.cpp.o" "gcc" "CMakeFiles/tmix.dir/src/model/audiodevice.cpp.o.d"
+ "/home/calvin/tmix/src/model/pulsedevice.cpp" "CMakeFiles/tmix.dir/src/model/pulsedevice.cpp.o" "gcc" "CMakeFiles/tmix.dir/src/model/pulsedevice.cpp.o.d"
+ "/home/calvin/tmix/src/model/pulsemodel.cpp" "CMakeFiles/tmix.dir/src/model/pulsemodel.cpp.o" "gcc" "CMakeFiles/tmix.dir/src/model/pulsemodel.cpp.o.d"
+ "/home/calvin/tmix/src/ui/devicewidget.cpp" "CMakeFiles/tmix.dir/src/ui/devicewidget.cpp.o" "gcc" "CMakeFiles/tmix.dir/src/ui/devicewidget.cpp.o.d"
+ "/home/calvin/tmix/src/ui/mixerwindow.cpp" "CMakeFiles/tmix.dir/src/ui/mixerwindow.cpp.o" "gcc" "CMakeFiles/tmix.dir/src/ui/mixerwindow.cpp.o.d"
+ )
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+ )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")