From 5590661cddb1a87c56fd4e95e69b00f2f2daff45 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 15 Jun 2013 21:39:23 +0200 Subject: minor path issue --- liveview/liveview.pro | 4 ++-- 1 file 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 -- cgit v1.2.3