From ffeca2b8740fba10e916fe04e89ef2fd5c606a90 Mon Sep 17 00:00:00 2001 From: Javier Date: Sat, 26 Dec 2015 19:45:33 +0100 Subject: prepare skeleton for music controller API --- libwatchfish.pro | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libwatchfish.pro') diff --git a/libwatchfish.pro b/libwatchfish.pro index 59b26ba..77bb26a 100644 --- a/libwatchfish.pro +++ b/libwatchfish.pro @@ -8,7 +8,10 @@ CONFIG += link_pkgconfig PKGCONFIG += dbus-1 timed-qt5 HEADERS = notificationmonitor.h notificationmonitor_p.h notification.h \ - walltimemonitor.h walltimemonitor_p.h + walltimemonitor.h walltimemonitor_p.h \ + musiccontroller.h \ + musiccontroller_p.h SOURCES = notificationmonitor.cpp notification.cpp \ - walltimemonitor.cpp + walltimemonitor.cpp \ + musiccontroller.cpp -- cgit v1.2.3