Include sound files
This commit is contained in:
parent
dfb3560d90
commit
b1cc485099
3 changed files with 13 additions and 0 deletions
|
@ -26,6 +26,19 @@ DISTFILES += qml/harbour-batterybuddy.qml \
|
||||||
translations/*.ts \
|
translations/*.ts \
|
||||||
harbour-batterybuddy.desktop \
|
harbour-batterybuddy.desktop \
|
||||||
qml/pages/MainPage.qml
|
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
|
SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172
|
||||||
|
|
||||||
|
|
BIN
sounds/lowerLimit.ogg
Normal file
BIN
sounds/lowerLimit.ogg
Normal file
Binary file not shown.
BIN
sounds/upperLimit.ogg
Normal file
BIN
sounds/upperLimit.ogg
Normal file
Binary file not shown.
Loading…
Reference in a new issue