From c42d5abff1f5f51facc169dd593725d819c4c868 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 18 Sep 2011 04:26:20 +0200 Subject: separation into lib and plugins complete --- libsowatch/libsowatch.pro | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) (limited to 'libsowatch/libsowatch.pro') diff --git a/libsowatch/libsowatch.pro b/libsowatch/libsowatch.pro index a5b4fd8..38d3389 100644 --- a/libsowatch/libsowatch.pro +++ b/libsowatch/libsowatch.pro @@ -4,12 +4,12 @@ # #------------------------------------------------- -QT += gui dbus declarative +QT += gui declarative CONFIG += mobility -MOBILITY += connectivity -TARGET = libsowatch +TARGET = sowatch TEMPLATE = lib +VERSION = 1.0.0 DEFINES += SOWATCH_LIBRARY @@ -24,7 +24,9 @@ SOURCES += \ graphicswatchlet.cpp \ declarativewatchwrapper.cpp \ declarativewatchlet.cpp \ - watchplugininterface.cpp + watchplugininterface.cpp \ + notification.cpp \ + notificationplugininterface.cpp HEADERS +=\ watchsimulator.h \ @@ -39,24 +41,11 @@ HEADERS +=\ declarativewatchwrapper.h \ declarativewatchlet.h \ sowatch_global.h \ - watchplugininterface.h - -FORMS += - -install_headers.files =\ - watchsimulator.h \ - watchserver.h \ - watchpaintengine.h \ - watchmanager.h \ - watchlet.h \ - watch.h \ - testwatchlet.h \ - testdeclarativewatchlet.h \ - sowatch.h \ - graphicswatchlet.h \ - declarativewatchwrapper.h \ - declarativewatchlet.h \ - sowatch_global.h + watchplugininterface.h \ + notification.h \ + notificationplugininterface.h + +install_headers.files = $$HEADERS symbian { MMP_RULES += EXPORTUNFROZEN @@ -84,3 +73,15 @@ unix:!symbian { + + + + + + + + + + + + -- cgit v1.2.3