From 87a7e79f3306558176c97a9f82c63949bbf214c7 Mon Sep 17 00:00:00 2001 From: Javier Date: Thu, 7 Jan 2016 23:39:33 +0100 Subject: add .pri file to ease inclusion --- libwatchfish.pro | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'libwatchfish.pro') diff --git a/libwatchfish.pro b/libwatchfish.pro index 77bb26a..8935a77 100644 --- a/libwatchfish.pro +++ b/libwatchfish.pro @@ -4,14 +4,5 @@ TEMPLATE = lib CONFIG += staticlib QT += dbus -CONFIG += link_pkgconfig -PKGCONFIG += dbus-1 timed-qt5 - -HEADERS = notificationmonitor.h notificationmonitor_p.h notification.h \ - walltimemonitor.h walltimemonitor_p.h \ - musiccontroller.h \ - musiccontroller_p.h - -SOURCES = notificationmonitor.cpp notification.cpp \ - walltimemonitor.cpp \ - musiccontroller.cpp +WATCHFISH_FEATURES = notificationmonitor walltime music +include(libwatchfish.pri) -- cgit v1.2.3