SailTime/SailTime.pro

29 lines
793 B
Prolog
Raw Normal View History

2013-12-12 21:08:36 +00:00
# The name of your app.
# NOTICE: name defined in TARGET has a corresponding QML filename.
# If name defined in TARGET is changed, 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
TARGET = SailTime
CONFIG += sailfishapp
SOURCES += src/SailTime.cpp \
src/uptimechecker.cpp
OTHER_FILES += qml/SailTime.qml \
qml/cover/CoverPage.qml \
qml/pages/FirstPage.qml \
qml/pages/SecondPage.qml \
rpm/SailTime.spec \
rpm/SailTime.yaml \
SailTime.desktop \
qml/js/storage.js \
qml/js/uptime.js
HEADERS += \
src/uptimechecker.h