[Linux] Organize code, implement media controller

This commit is contained in:
Tim Gromeyer
2025-03-08 21:22:53 +01:00
parent adfa11c660
commit 7522292c8b
6 changed files with 264 additions and 163 deletions

View File

@@ -11,6 +11,9 @@ qt_standard_project_setup(REQUIRES 6.5)
qt_add_executable(applinux
main.cpp
main.h
logger.h
mediacontroller.cpp
mediacontroller.h
airpods_packets.h
)