diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-19 17:49:36 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-19 17:49:36 +0200 |
commit | 0bb38d4e1b84a11e8fdfaae2e46b66c101fda40e (patch) | |
tree | e0033617bfbc158de0eae4700963af976b686d50 /qmapwatchlet/qmapwatchlet.pro | |
parent | c64d7392c2e2ae51547788252e8c83ce5480fe49 (diff) | |
download | sowatch-0bb38d4e1b84a11e8fdfaae2e46b66c101fda40e.tar.gz sowatch-0bb38d4e1b84a11e8fdfaae2e46b66c101fda40e.zip |
preparing new compass watchlet
Diffstat (limited to 'qmapwatchlet/qmapwatchlet.pro')
-rw-r--r-- | qmapwatchlet/qmapwatchlet.pro | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/qmapwatchlet/qmapwatchlet.pro b/qmapwatchlet/qmapwatchlet.pro index 9bfb755..ab51e30 100644 --- a/qmapwatchlet/qmapwatchlet.pro +++ b/qmapwatchlet/qmapwatchlet.pro @@ -5,11 +5,14 @@ CONFIG += plugin CONFIG += mobility MOBILITY += location -SOURCES += qmapwatchletplugin.cpp qmapwatchlet.cpp mapview.cc +SOURCES += qmapwatchletplugin.cpp qmapwatchlet.cpp mapview.cpp \ + compasswatchlet.cpp -HEADERS += qmapwatchletplugin.h qmapwatchlet.h mapview.h +HEADERS += qmapwatchletplugin.h qmapwatchlet.h mapview.h \ + compasswatchlet.h -qml_files.files = metawatch-digital.qml icon.png arrow.png +qml_files.files = map-metawatch-digital.qml map-icon.png map-arrow.png \ + compass-metawatch-digital.qml compass-icon.png LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch INCLUDEPATH += $$PWD/../libsowatch |