SailTime/SailTime.pro
Mikko Ahlroth da24e0ca95 Preparing SailTime for harbour deployment.
Runs in the emulator now but probably won't deploy or pass harbour compliance
yet.
2013-12-12 23:31:24 +02:00

29 lines
823 B
Prolog

# 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 = harbour-sailtime
CONFIG += sailfishapp
SOURCES += src/SailTime.cpp \
src/uptimechecker.cpp
OTHER_FILES += \
qml/cover/CoverPage.qml \
qml/pages/FirstPage.qml \
qml/pages/SecondPage.qml \
rpm/SailTime.spec \
rpm/SailTime.yaml \
qml/js/storage.js \
qml/js/uptime.js \
harbour-sailtime.desktop \
qml/harbour-sailtime.qml
HEADERS += \
src/uptimechecker.h