summaryrefslogtreecommitdiff
path: root/liveview/liveview.pro
diff options
context:
space:
mode:
Diffstat (limited to 'liveview/liveview.pro')
-rw-r--r--liveview/liveview.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/liveview/liveview.pro b/liveview/liveview.pro
index 0e6c582..bb7ccee 100644
--- a/liveview/liveview.pro
+++ b/liveview/liveview.pro
@@ -33,11 +33,11 @@ DEPENDPATH += $$PWD/../libsowatchbt
!isEmpty(MEEGO_VERSION_MAJOR)|maemo5 {
QMAKE_RPATHDIR += /opt/sowatch/lib
target.path = /opt/sowatch/lib/drivers
- res_files.path = /opt/sowatch/share/metawatch
+ res_files.path = /opt/sowatch/share/liveview
qml_files.path = /opt/sowatch/qml
} else {
target.path = /usr/lib/sowatch/drivers
- res_files.path = /usr/share/sowatch/metawatch
+ res_files.path = /usr/share/sowatch/liveview
qml_files.path = /usr/share/sowatch/qml
}
INSTALLS += target res_files