harbour-batterybuddy/harbour-batterybuddy.pro
2019-01-29 01:09:54 +02:00

53 lines
1.3 KiB
Prolog

# NOTICE:
#
# Application name defined in TARGET has a corresponding QML filename.
# If name defined in TARGET is changed, the following needs to be done
# to match new name:
# - corresponding QML filename must be changed
# - desktop icon filename must be changed
# - desktop filename must be changed
# - icon definition filename in desktop file must be changed
# - translation filenames have to be changed
# The name of your application
TARGET = harbour-batterybuddy
CONFIG += sailfishapp sailfishapp_i18n
HEADERS += \
src/battery.h \
src/settings.h
SOURCES += src/harbour-batterybuddy.cpp \
src/battery.cpp \
src/settings.cpp
DISTFILES += qml/harbour-batterybuddy.qml \
qml/cover/CoverPage.qml \
rpm/harbour-batterybuddy.spec \
rpm/harbour-batterybuddy.yaml \
translations/*.ts \
harbour-batterybuddy.desktop \
qml/pages/MainPage.qml \
qml/pages/AboutPage.qml \
qml/pages/InfoPage.qml \
rpm/harbour-batterybuddy.changes \
qml/components/BatteryGraph.qml
SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172
TRANSLATIONS += translations/*.ts
# 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