diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-10 22:40:05 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-10 22:40:05 +0200 |
commit | d3ed26704ad29f58f28f7ef84de5bbf6b5f0eaf6 (patch) | |
tree | 0d3fe0248c3bded94b375bcbbbc872564ba86a81 /qmapwatchlet | |
parent | 15ac98299094f5502044fde7820bf4b05a898a83 (diff) | |
download | sowatch-d3ed26704ad29f58f28f7ef84de5bbf6b5f0eaf6.tar.gz sowatch-d3ed26704ad29f58f28f7ef84de5bbf6b5f0eaf6.zip |
minor icon changes
Diffstat (limited to 'qmapwatchlet')
-rw-r--r-- | qmapwatchlet/icon.png | bin | 0 -> 207 bytes | |||
-rw-r--r-- | qmapwatchlet/qmapwatchlet.pro | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/qmapwatchlet/icon.png b/qmapwatchlet/icon.png Binary files differnew file mode 100644 index 0000000..4e9cd9e --- /dev/null +++ b/qmapwatchlet/icon.png diff --git a/qmapwatchlet/qmapwatchlet.pro b/qmapwatchlet/qmapwatchlet.pro index b6a441a..734e536 100644 --- a/qmapwatchlet/qmapwatchlet.pro +++ b/qmapwatchlet/qmapwatchlet.pro @@ -9,7 +9,7 @@ SOURCES += qmapwatchletplugin.cpp qmapwatchlet.cpp HEADERS += qmapwatchletplugin.h qmapwatchlet.h -qml_files.files = metawatch-digital.qml +qml_files.files = metawatch-digital.qml icon.png 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 |