This repository has been archived by the owner on Nov 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathharbour-one.pro
56 lines (48 loc) · 1.59 KB
/
harbour-one.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# 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-one
CONFIG += sailfishapp
SOURCES += src/harbour-one.cpp
OTHER_FILES += qml/harbour-one.qml \
qml/cover/CoverPage.qml \
rpm/harbour-one.spec \
rpm/harbour-one.yaml \
translations/*.ts \
harbour-one.desktop \
qml/pages/main.js \
qml/pages/storage.js \
qml/pages/AboutPage.qml \
qml/pages/ContentPage.qml \
qml/pages/HomePage.qml \
qml/pages/ImagePage.qml \
qml/pages/QuestionPage.qml \
qml/pages/SignalCenter.qml \
qml/pages/Notification.qml \
qml/pages/ErrorTipPage.qml \
qml/pages/SignalCenter.qml \
qml/cover/cover.png \
qml/pages/getBeforeDate.js \
rpm/harbour-one.changes \
qml/pages/py/main.py \
qml/pages/py/sgmllib.py \
qml/pages/MainPage.qml \
qml/pages/LabelText.qml \
qml/pages/py/basedir.py \
qml/pages/py/feedparser/ \
qml/pages/py/__init__.py \
qml/pages/FavoritePage.qml
SAILFISHAPP_ICONS = 86x86 108x108 128x128 256x256
# to disable building translations every time, comment out the
# following CONFIG line
CONFIG += sailfishapp_i18n
TRANSLATIONS += translations/harbour-one-de.ts \
translations/harbour-one-zh_CN.ts