summaryrefslogtreecommitdiff
path: root/libsowatch/libsowatch.pro
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-09-18 04:26:20 +0200
committerJavier S. Pedro <maemo@javispedro.com>2011-09-18 04:26:20 +0200
commitc42d5abff1f5f51facc169dd593725d819c4c868 (patch)
tree9aa8bdef88bf89561c7726948541a1ba3906b81e /libsowatch/libsowatch.pro
parentf225345d4de3b198a557fe3566f9630163e76d51 (diff)
downloadsowatch-c42d5abff1f5f51facc169dd593725d819c4c868.tar.gz
sowatch-c42d5abff1f5f51facc169dd593725d819c4c868.zip
separation into lib and plugins complete
Diffstat (limited to 'libsowatch/libsowatch.pro')
-rw-r--r--libsowatch/libsowatch.pro45
1 files changed, 23 insertions, 22 deletions
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 {
+
+
+
+
+
+
+
+
+
+
+
+