diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-07-07 10:49:32 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-07-07 10:49:32 +0200 |
commit | 92475d094cfddf7dd3036f5f1a9d6845a83ee350 (patch) | |
tree | 4521c5dc7455777a42c54c967c11ba823d8178bf | |
parent | f5cee80119f3ed44f51fd33fc50e52d3b9a8fa9b (diff) | |
download | sowatch-92475d094cfddf7dd3036f5f1a9d6845a83ee350.tar.gz sowatch-92475d094cfddf7dd3036f5f1a9d6845a83ee350.zip |
add some missing files to mwwatchlets
-rw-r--r-- | metawatchwatchlets/metawatchwatchlets.pro | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/metawatchwatchlets/metawatchwatchlets.pro b/metawatchwatchlets/metawatchwatchlets.pro index d7ec44e..8822a52 100644 --- a/metawatchwatchlets/metawatchwatchlets.pro +++ b/metawatchwatchlets/metawatchwatchlets.pro @@ -8,7 +8,10 @@ SOURCES += metawatchwatchletsplugin.cpp \ HEADERS += metawatchwatchletsplugin.h \ metawatchfacewatchlet.h metawatchnotificationwatchlet.h -qml_files.files = metawatch-digital-watchface.qml metawatch-digital-notification.qml +qml_files.files = metawatch-digital-watchface.qml metawatch-digital-notification.qml ChatBubble.qml \ + bubble.png bubble_tip.png idle-border.png idle-call.png idle-mail.png idle-msg.png \ + notification-email.png notification-message.png notification-phone.png notification-timer.png \ + weather-cloudy.png weather-rain.png weather-snow.png weather-sunny.png weather-thunderstorm.png weather-wind.png LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch INCLUDEPATH += $$PWD/../libsowatch @@ -26,6 +29,3 @@ unix:!symbian { } INSTALLS += target qml_files } - -OTHER_FILES += \ - ChatBubble.qml |