From abdf3b1eaba8151f1b8e862750c38cb7a5411d2a Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Mon, 13 Aug 2012 21:31:52 +0200 Subject: make watchsimulator work again --- libsowatch/libsowatch.pro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libsowatch/libsowatch.pro') diff --git a/libsowatch/libsowatch.pro b/libsowatch/libsowatch.pro index 1057a87..59f2eee 100644 --- a/libsowatch/libsowatch.pro +++ b/libsowatch/libsowatch.pro @@ -16,7 +16,6 @@ VERSION = 1.0.0 DEFINES += SOWATCH_LIBRARY SOURCES += \ - watchsimulator.cpp \ watchserver.cpp \ watchpaintengine.cpp \ watchlet.cpp \ @@ -34,10 +33,10 @@ SOURCES += \ watchscanner.cpp \ allwatchscanner.cpp \ configkey.cpp \ - gconfkey.cpp + gconfkey.cpp \ + notificationsmodel.cpp HEADERS += \ - watchsimulator.h \ watchserver.h \ watchpaintengine.h \ watchlet.h \ @@ -57,7 +56,8 @@ HEADERS += \ watchscanner.h \ allwatchscanner.h \ configkey.h \ - gconfkey.h + gconfkey.h \ + notificationsmodel.h install_headers.files = $$HEADERS -- cgit v1.2.3