diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-13 21:31:52 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-13 21:31:52 +0200 |
commit | abdf3b1eaba8151f1b8e862750c38cb7a5411d2a (patch) | |
tree | 69e314d80a332295dd5475fc91f45c2078eaead5 /libsowatch/libsowatch.pro | |
parent | 51701e30d710ad016ddf2d306cdd7be122ddf25b (diff) | |
download | sowatch-abdf3b1eaba8151f1b8e862750c38cb7a5411d2a.tar.gz sowatch-abdf3b1eaba8151f1b8e862750c38cb7a5411d2a.zip |
make watchsimulator work again
Diffstat (limited to 'libsowatch/libsowatch.pro')
-rw-r--r-- | libsowatch/libsowatch.pro | 8 |
1 files changed, 4 insertions, 4 deletions
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 |