diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-05-14 02:27:30 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-05-14 02:27:30 +0200 |
commit | 8acbca729c2bca966c0e4b91701654532af2f55c (patch) | |
tree | 45a063db9dd4abec7a34240dfd62cdc513ac8eab /qmapwatchlet/qmapwatchlet.pro | |
parent | 9e3eff1c3a2b7105fecf6d0d7f052eb9943fbada (diff) | |
download | sowatch-8acbca729c2bca966c0e4b91701654532af2f55c.tar.gz sowatch-8acbca729c2bca966c0e4b91701654532af2f55c.zip |
add tiling support to liveview
Diffstat (limited to 'qmapwatchlet/qmapwatchlet.pro')
-rw-r--r-- | qmapwatchlet/qmapwatchlet.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qmapwatchlet/qmapwatchlet.pro b/qmapwatchlet/qmapwatchlet.pro index 9c9c095..240beac 100644 --- a/qmapwatchlet/qmapwatchlet.pro +++ b/qmapwatchlet/qmapwatchlet.pro @@ -11,7 +11,8 @@ SOURCES += qmapwatchletplugin.cpp qmapwatchlet.cpp mapview.cpp \ HEADERS += qmapwatchletplugin.h qmapwatchlet.h mapview.h \ compasswatchlet.h compassview.h -qml_files.files = map-metawatch-digital.qml map-icon.png arrow.png \ +qml_files.files = map-metawatch-digital.qml map-liveview.qml \ + map-icon.png map-metawatch-digital-icon.png map-liveview-icon.png arrow.png \ compass-metawatch-digital.qml compass-icon.png compass.png LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch |