diff options
Diffstat (limited to 'qmapwatchlet/qmapwatchlet.pro')
-rw-r--r-- | qmapwatchlet/qmapwatchlet.pro | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/qmapwatchlet/qmapwatchlet.pro b/qmapwatchlet/qmapwatchlet.pro index 240beac..7b655b1 100644 --- a/qmapwatchlet/qmapwatchlet.pro +++ b/qmapwatchlet/qmapwatchlet.pro @@ -13,7 +13,8 @@ HEADERS += qmapwatchletplugin.h qmapwatchlet.h mapview.h \ 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 + compass-metawatch-digital.qml compass-liveview.qml \ + compass-icon.png compass-metawatch-digital-icon.png compass-liveview-icon.png compass.png LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch INCLUDEPATH += $$PWD/../libsowatch @@ -30,6 +31,3 @@ unix:!symbian { } INSTALLS += target qml_files } - -OTHER_FILES += \ - map-liveview.qml |