summaryrefslogtreecommitdiff
path: root/libsowatch/libsowatch.pro
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-09-17 03:58:13 +0200
committerJavier S. Pedro <maemo@javispedro.com>2011-09-17 03:58:13 +0200
commitf225345d4de3b198a557fe3566f9630163e76d51 (patch)
treecca7ba40e560226c138a1d4fc44b032f8fd6c808 /libsowatch/libsowatch.pro
parentb0771d893865ca249bbf191636fad593901cce03 (diff)
downloadsowatch-f225345d4de3b198a557fe3566f9630163e76d51.tar.gz
sowatch-f225345d4de3b198a557fe3566f9630163e76d51.zip
Putting MetaWatch stuff in a plugin
Diffstat (limited to 'libsowatch/libsowatch.pro')
-rw-r--r--libsowatch/libsowatch.pro12
1 files changed, 8 insertions, 4 deletions
diff --git a/libsowatch/libsowatch.pro b/libsowatch/libsowatch.pro
index b2ff054..a5b4fd8 100644
--- a/libsowatch/libsowatch.pro
+++ b/libsowatch/libsowatch.pro
@@ -23,7 +23,8 @@ SOURCES += \
testdeclarativewatchlet.cpp \
graphicswatchlet.cpp \
declarativewatchwrapper.cpp \
- declarativewatchlet.cpp
+ declarativewatchlet.cpp \
+ watchplugininterface.cpp
HEADERS +=\
watchsimulator.h \
@@ -37,10 +38,10 @@ HEADERS +=\
graphicswatchlet.h \
declarativewatchwrapper.h \
declarativewatchlet.h \
- sowatch_global.h
+ sowatch_global.h \
+ watchplugininterface.h
-FORMS += \
- metawatchsimulatorform.ui
+FORMS +=
install_headers.files =\
watchsimulator.h \
@@ -80,3 +81,6 @@ unix:!symbian {
+
+
+