diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-06-15 21:39:23 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-06-15 21:39:23 +0200 |
commit | 5590661cddb1a87c56fd4e95e69b00f2f2daff45 (patch) | |
tree | d3f330e947e8f17d2b7320bb9f7df0fca1708fc6 /liveview | |
parent | 6d64f7d6330a42dd57cafcb869dfab34c75ed3bc (diff) | |
download | sowatch-5590661cddb1a87c56fd4e95e69b00f2f2daff45.tar.gz sowatch-5590661cddb1a87c56fd4e95e69b00f2f2daff45.zip |
minor path issue
Diffstat (limited to 'liveview')
-rw-r--r-- | liveview/liveview.pro | 4 |
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 |