diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-09 21:02:14 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-09 21:02:14 +0200 |
commit | b1ccb04d7dd2fb20def829be084474ed329d4988 (patch) | |
tree | a554f1684c12adc1d0420158c98860cdec214dee /sowatchui/sowatchui.pro | |
parent | eb8ffec84e1d81df9ffb1004158da23183e96f17 (diff) | |
download | sowatch-b1ccb04d7dd2fb20def829be084474ed329d4988.tar.gz sowatch-b1ccb04d7dd2fb20def829be084474ed329d4988.zip |
change config of enabled/disabled
Diffstat (limited to 'sowatchui/sowatchui.pro')
-rw-r--r-- | sowatchui/sowatchui.pro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sowatchui/sowatchui.pro b/sowatchui/sowatchui.pro index 93a2438..9caa163 100644 --- a/sowatchui/sowatchui.pro +++ b/sowatchui/sowatchui.pro @@ -7,6 +7,15 @@ qml_folder.source = qml qml_folder.target = . DEPLOYMENTFOLDERS = qml_folder +# Install icon files also to resources directory +res_files.files += sowatch64.png sowatch80.png +!isEmpty(MEEGO_VERSION_MAJOR)|maemo5 { + res_files.path = /opt/sowatch/share/metawatch +} else { + res_files.path = /usr/share/sowatch/metawatch +} +INSTALLS += res_files + # Additional import path used to resolve QML modules in Creator's code model QML_IMPORT_PATH = simulator { |