diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-09-25 01:36:10 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2011-09-25 01:36:10 +0200 |
commit | 2b4e878938215ac743bdc36deace4c2a4cb0c7a2 (patch) | |
tree | b2b8341615898e5cbf5cdb08ee34a629df093897 /libsowatch/libsowatch.pro | |
parent | 5153fb9a2b5d8a7af069a75b75bdc7bee591d0a9 (diff) | |
download | sowatch-2b4e878938215ac743bdc36deace4c2a4cb0c7a2.tar.gz sowatch-2b4e878938215ac743bdc36deace4c2a4cb0c7a2.zip |
preparing for watchlet support
Diffstat (limited to 'libsowatch/libsowatch.pro')
-rw-r--r-- | libsowatch/libsowatch.pro | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libsowatch/libsowatch.pro b/libsowatch/libsowatch.pro index aefdadd..44458c2 100644 --- a/libsowatch/libsowatch.pro +++ b/libsowatch/libsowatch.pro @@ -27,7 +27,8 @@ SOURCES += \ watchplugininterface.cpp \ notification.cpp \ notificationplugininterface.cpp \ - notificationprovider.cpp + notificationprovider.cpp \ + watchletplugininterface.cpp HEADERS +=\ watchsimulator.h \ @@ -45,7 +46,8 @@ HEADERS +=\ watchplugininterface.h \ notification.h \ notificationplugininterface.h \ - notificationprovider.h + notificationprovider.h \ + watchletplugininterface.h install_headers.files = $$HEADERS @@ -89,3 +91,5 @@ unix:!symbian { + + |