diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-19 19:18:40 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-19 19:18:40 +0200 |
commit | 6df11eb1581441e45d18728baf066aa5136042ae (patch) | |
tree | 5672071de8a2ca680495b12f330bc8b3e093fbd4 /qmapwatchlet/qmapwatchlet.pro | |
parent | 26b8b909570bca66882c68f1c6f578f2aeef1e7e (diff) | |
download | sowatch-6df11eb1581441e45d18728baf066aa5136042ae.tar.gz sowatch-6df11eb1581441e45d18728baf066aa5136042ae.zip |
testin compass watchlet
Diffstat (limited to 'qmapwatchlet/qmapwatchlet.pro')
-rw-r--r-- | qmapwatchlet/qmapwatchlet.pro | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qmapwatchlet/qmapwatchlet.pro b/qmapwatchlet/qmapwatchlet.pro index ab51e30..6ed3fcf 100644 --- a/qmapwatchlet/qmapwatchlet.pro +++ b/qmapwatchlet/qmapwatchlet.pro @@ -6,13 +6,13 @@ CONFIG += mobility MOBILITY += location SOURCES += qmapwatchletplugin.cpp qmapwatchlet.cpp mapview.cpp \ - compasswatchlet.cpp + compasswatchlet.cpp compassview.cpp HEADERS += qmapwatchletplugin.h qmapwatchlet.h mapview.h \ - compasswatchlet.h + compasswatchlet.h compassview.h -qml_files.files = map-metawatch-digital.qml map-icon.png map-arrow.png \ - compass-metawatch-digital.qml compass-icon.png +qml_files.files = map-metawatch-digital.qml map-icon.png arrow.png \ + compass-metawatch-digital.qml compass-icon.png compass.png LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch INCLUDEPATH += $$PWD/../libsowatch |