-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathharbour-sabas.pro
61 lines (50 loc) · 1.44 KB
/
harbour-sabas.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
55
56
57
58
59
60
61
# 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-sabas
QT += multimedia network
CONFIG += sailfishapp
SOURCES += \
src/sabasplugin.cpp \
src/sabaslibrary.cpp \
src/sabasbook.cpp \
src/main.cpp \
src/folderselector.cpp
OTHER_FILES += \
qml/cover/CoverPage.qml \
rpm/harbour-sabas.spec \
rpm/harbour-sabas.yaml \
harbour-sabas.desktop \
qml/pages/LibraryPage.qml \
qml/pages/PlayerPage.qml \
qml/pages/RenameDialog.qml \
qml/pages/SleepTimeDialog.qml \
qml/pages/HelpPage.qml \
qml/pages/SelectTrackDialog.qml \
qml/pages/SelectCoverPage.qml \
qml/pages/UseCoverDialog.qml \
qml/pages/SelectLibraryPathDialog.qml \
qml/main.qml
HEADERS += \
src/sabasplugin.h \
src/sabaslibrary.h \
src/sabasbook.h \
src/bingkey.h \
src/folderselector.h
CONFIG += c++11
RESOURCES += \
resources.qrc
lupdate_only{
SOURCES += qml/*.qml\
qml/pages/*.qml\
qml/cover/*.qml
}
TRANSLATIONS = i18n/harbour-sabas_fi.ts
i18n.files = i18n
i18n.path = /usr/share/$$TARGET
INSTALLS += i18n