summaryrefslogtreecommitdiff
path: root/metawatch/metawatch.pro
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-09-19 01:51:04 +0200
committerJavier S. Pedro <maemo@javispedro.com>2011-09-19 01:51:04 +0200
commit77a98ac21c2520d9fb4bb9c8f70967a8e36dc872 (patch)
tree687d1cc8820296d56e06c8fab3eaf9ef935cba23 /metawatch/metawatch.pro
parent03af539d69d903dfb5df19b447707a35ebaa4a54 (diff)
downloadsowatch-77a98ac21c2520d9fb4bb9c8f70967a8e36dc872.tar.gz
sowatch-77a98ac21c2520d9fb4bb9c8f70967a8e36dc872.zip
adding notification provider plugins, idle screen
Diffstat (limited to 'metawatch/metawatch.pro')
-rw-r--r--metawatch/metawatch.pro14
1 files changed, 12 insertions, 2 deletions
diff --git a/metawatch/metawatch.pro b/metawatch/metawatch.pro
index f4b86f8..9a661ba 100644
--- a/metawatch/metawatch.pro
+++ b/metawatch/metawatch.pro
@@ -32,7 +32,16 @@ RESOURCES += \
OTHER_FILES += \
idle_sms.bmp \
idle_gmail.bmp \
- idle_call.bmp
+ idle_call.bmp \
+ weather_wind.bmp \
+ weather_thunderstorm.bmp \
+ weather_sunny.bmp \
+ weather_snow.bmp \
+ weather_rain.bmp \
+ weather_cloudy.bmp \
+ metawatch_16pt_11pxl.ttf \
+ metawatch_8pt_7pxl_CAPS.ttf \
+ metawatch_8pt_5pxl_CAPS.ttf
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../libsowatch/release/ -lsowatch
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../libsowatch/debug/ -lsowatch
@@ -47,7 +56,7 @@ symbian {
TARGET.UID3 = 0xE4DC26B0
TARGET.CAPABILITY =
TARGET.EPOCALLOWDLLDATA = 1
- addFiles.sources = metawatch.dll
+ addFiles.sources = metawatchdriver.dll
addFiles.path = !:/sys/bin
DEPLOYMENT += addFiles
}
@@ -60,3 +69,4 @@ unix:!symbian {
}
INSTALLS += target
}
+