diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-06-15 21:31:06 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-06-15 21:31:06 +0200 |
commit | 6d64f7d6330a42dd57cafcb869dfab34c75ed3bc (patch) | |
tree | ff596f6f65a3b1dedc8d2a73c30ce6dbc83dcf91 /qmsgwatchlet | |
parent | 378611f629abc146eaf0b13301f119d826edb86b (diff) | |
download | sowatch-6d64f7d6330a42dd57cafcb869dfab34c75ed3bc.tar.gz sowatch-6d64f7d6330a42dd57cafcb869dfab34c75ed3bc.zip |
add new icons for liveview watchlets
Diffstat (limited to 'qmsgwatchlet')
-rw-r--r-- | qmsgwatchlet/qmsgwatchlet.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmsgwatchlet/qmsgwatchlet.pro b/qmsgwatchlet/qmsgwatchlet.pro index 9e18e42..9a60dbb 100644 --- a/qmsgwatchlet/qmsgwatchlet.pro +++ b/qmsgwatchlet/qmsgwatchlet.pro @@ -8,7 +8,7 @@ SOURCES += qmsgwatchletplugin.cpp qmsgwatchlet.cpp HEADERS += qmsgwatchletplugin.h qmsgwatchlet.h -qml_files.files = metawatch-digital.qml icon.png +qml_files.files = metawatch-digital.qml icon.png metawatch-digital-icon.png liveview-icon.png LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch |