-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathharbour-haikala.pro
executable file
·51 lines (45 loc) · 1.2 KB
/
harbour-haikala.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
TARGET = harbour-haikala
# Application version
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
DEFINES += APP_RELEASE=\\\"$$RELEASE\\\"
CONFIG += sailfishapp
SOURCES += \
main.cpp
OTHER_FILES = \
rpm/harbour-haikala.spec \
rpm/harbour-haikala.yaml \
rpm/harbour-haikala.changes \
translations/*.ts \
qml/components/storage.js \
qml/lib/sha1.js \
qml/MainPage.qml \
qml/Constants.qml \
qml/Settings.qml \
qml/main.qml \
qml/FeedModel.qml \
qml/AboutPage.qml \
qml/WebPage.qml \
qml/Panel.qml \
qml/PanelView.qml \
qml/CoverPage.qml \
qml/FeedPanel.qml \
qml/components/utils.js \
qml/SettingsPage.qml \
qml/SettingsView.qml \
qml/FeedsView.qml \
qml/TabPanel.qml \
qml/components/highfi.js \
qml/ChangelogDialog.qml \
qml/FeedItemContextMenu.qml \
qml/FeedItemDelegate.qml \
qml/FavoritesPage.qml \
qml/FavoritesModel.qml \
qml/FeedsFilterView.qml \
qml/Toolbar.qml \
qml/SearchPanel.qml \
qml/ActionBar.qml
INCLUDEPATH += $$PWD
# to disable building translations every time, comment out the
# following CONFIG line
CONFIG += sailfishapp_i18n
TRANSLATIONS += translations/harbour-haikala-fi.ts