forked from ShaneQful/SailBusDublin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SailBusDublin.pro
32 lines (28 loc) · 965 Bytes
/
SailBusDublin.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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-sailbusdublin
CONFIG += sailfishapp
SOURCES += \
src/harbour-sailbusdublin.cpp \
src/sailbusdublin.cpp
OTHER_FILES += \
qml/cover/CoverPage.qml \
qml/dublin-bus-api.js \
qml/state.js \
qml/pages/EnterNumber.qml \
qml/pages/Route.qml \
qml/pages/Stop.qml \
qml/pages/Settings.qml \
rpm/harbour-sailbusdublin.yaml \
rpm/harbour-sailbusdublin.spec \
harbour-sailbusdublin.desktop \
harbour-sailbusdublin.png \
qml/harbour-sailbusdublin.qml
HEADERS += \
src/sailbusdublin.h