diff --git a/harbour-batterybuddy.pro b/harbour-batterybuddy.pro index 7d6b82a..0340b4c 100644 --- a/harbour-batterybuddy.pro +++ b/harbour-batterybuddy.pro @@ -26,6 +26,19 @@ DISTFILES += qml/harbour-batterybuddy.qml \ translations/*.ts \ harbour-batterybuddy.desktop \ qml/pages/MainPage.qml +# Begin: include sound files + +OTHER_FILES += sounds/upperLimit.ogg \ + sounds/lowerLimit.ogg \ + +DEPLOYMENT_PATH = /usr/share/$${TARGET} + +sounds.files = sounds +sounds.path = $${DEPLOYMENT_PATH} + +INSTALLS += sounds + +# End: include sound files SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172 diff --git a/sounds/lowerLimit.ogg b/sounds/lowerLimit.ogg new file mode 100644 index 0000000..4bb814b Binary files /dev/null and b/sounds/lowerLimit.ogg differ diff --git a/sounds/upperLimit.ogg b/sounds/upperLimit.ogg new file mode 100644 index 0000000..e8a9731 Binary files /dev/null and b/sounds/upperLimit.ogg differ